/* V271 — homepage simplification / RTM Lab hero polish. Visual-only; no engine or search-contract changes. */
.v271-metrics-three{grid-template-columns:repeat(3,1fr)!important}
@media(max-width:950px) and (min-width:651px){
  .v271-metrics-three{grid-template-columns:repeat(3,1fr)!important}
  .v271-metrics-three .v261-metric{border-bottom:0!important;border-inline-end:1px solid var(--line)!important}
  .v271-metrics-three .v261-metric:last-child{border-inline-end:0!important}
}
@media(max-width:650px){
  .v271-metrics-three{grid-template-columns:1fr!important}
  .v271-metrics-three .v261-metric{border-inline-end:0!important;border-bottom:1px solid var(--line)!important}
  .v271-metrics-three .v261-metric:last-child{border-bottom:0!important}
}
