/* Geometry for the widgets this post adds to the shared blog-post-row section.
   That section's grid-styles files are captured from live and shared by every
   post, so this page carries its extra rules here instead of editing them. */
@media all {
  /* Second in-article image: the same inset box the section gives #widget_tcq,
     placed between the Texas-law and compliance-tracking sections (order 6). */
  #widget_ctb2 { width: 46.71%; height: 523px; max-width: 100%; align-self: center; order: 6; margin: 15px auto 0px; grid-area: auto; }
  #widget_ctb2 img { object-position: 50% 50% !important; object-fit: cover !important; }

  /* Closing call to action, moved below the FAQ accordion (order 16). */
  #\37 135c1ec { order: 17; margin-top: 15px; }
}
@media (min-width: 768px) and (max-width: 1024px) {
  #widget_ctb2 { width: 100%; min-width: 32px; height: 316px; margin: 0px 0%; }
}
@media (max-width: 767px) {
  #widget_ctb2 { height: 240px; width: 100%; min-width: 32px; margin: 0px 0%; }
}
