/* The approved Real Estate compatibility classes supply the shared design system.
   Keep only content-specific adaptations here; do not duplicate section/card/button tokens. */
.sf-financial-batch .sf-case-study-card .sf-section-head h2 { color: #fff; }
.sf-financial-batch .sf-case-study-card .sf-section-lede { color: #c8d7e8; }
.sf-financial-batch .sf-case-study-card .sf-case-flow { margin-bottom: 28px; }
.sf-financial-batch .sf-case-flow > .wp-block-group__inner-container { grid-template-columns: repeat(2, minmax(0, 1fr)); }
.sf-financial-batch .sf-search-query-list small {
  display: block;
  font-size: 12px;
  font-weight: 400;
  line-height: 1.5;
  margin-top: 5px;
}
.sf-financial-batch .sf-review-form select {
  display: block;
  width: 100%;
  min-width: 0;
  min-height: 44px;
  border: 1px solid #c9d5e2;
  border-radius: 5px;
  padding: 9px 11px;
  margin: 0;
  background: #f1f5f9;
  color: #092442;
  font: inherit;
  font-size: 16px;
  line-height: 1.45;
}
.sf-financial-batch .sf-review-form label {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip-path: inset(50%);
  white-space: nowrap;
}
.sf-financial-batch .sf-review-form select:focus-visible { outline: 3px solid #16a6a0; outline-offset: 4px; }
.sf-financial-batch .sf-intent-v2-media { min-height: 680px; }
.sf-financial-batch .sf-intent-v2-prompt span:nth-child(n) {
  max-width: 100%;
  margin-left: 0;
  width: fit-content;
  box-sizing: border-box;
}
.sf-financial-batch .sf-intent-v2-prompt span:nth-child(6) { justify-self: end; animation-delay: -1s; }
.sf-financial-batch .sf-batch-motion {
  position: absolute;
  top: 20px;
  right: 20px;
  z-index: 4;
  display: grid;
  place-items: center;
  width: 40px;
  height: 40px;
  padding: 0;
  border: 1px solid #c9d5e2;
  border-radius: 50%;
  color: #092442;
  background: #fff;
  cursor: pointer;
}
.sf-financial-batch .sf-intent-v2-media.is-paused .sf-intent-v2-prompt span,
.sf-financial-batch .sf-intent-v2-media.is-paused .sf-intent-v2-prompt span::after { animation-play-state: paused; }
.sf-financial-batch .sf-service-tab-panels .sf-card-action { margin-top: 24px; }
.sf-financial-batch [hidden] { display: none !important; }
body.sf-financial-batch-page .row.footer-top,
body.sf-financial-batch-page .row.footer-div-parent { margin-left: 0; margin-right: 0; max-width: 100%; }
body.sf-financial-batch-page .footer-top .container,
body.sf-financial-batch-page .footer-div-parent .container { max-width: 100%; }
@media (max-width: 700px) {
  .sf-financial-batch .sf-case-flow > .wp-block-group__inner-container { grid-template-columns: minmax(0, 1fr); }
  .sf-financial-batch .sf-intent-v2-media { min-height: 640px; }
  .sf-financial-batch .sf-intent-v2-journey { left: 14px; gap: 5px; }
  .sf-financial-batch .sf-batch-motion { right: 12px; }
  .sf-financial-batch .sf-intent-v2-search { font-size: 12px; }
  .sf-financial-batch .sf-intent-v2-search span { min-width: 0; }
}
@media (prefers-reduced-motion: reduce) {
  .sf-financial-batch .sf-batch-motion { display: none; }
}
