/* Smart Rings France - review media standard.
   Added 2026-08-31. The brand card, the website screenshot and the product
   photo all sit in the same 940px article measure, so every review page shows
   the three media blocks at identical width. Ship any change under a NEW
   filename: static assets are cached for one year and a purge does not reach a
   returning visitor. */

.srf-brand-card,
.srf-site-shot {
  width: 100%;
  margin: 2rem 0 2.5rem;
  overflow: hidden;
  border: 1px solid var(--srf-line, rgba(16, 28, 44, .14));
  border-radius: 20px;
  background: #fff;
}

.srf-brand-card::after,
.srf-site-shot::after { content: none !important; }

.srf-brand-card__frame {
  display: grid;
  height: 132px;
  place-items: center;
  padding: 0 1.5rem;
  background: linear-gradient(145deg, #f3f7f8, #eef2f8);
}

.srf-brand-card__logo {
  display: block;
  width: auto;
  max-width: 200px;
  max-height: 60px;
  border-radius: 0 !important;
  object-fit: contain;
}

.srf-brand-card--compact .srf-brand-card__frame { height: 108px; }

.srf-site-shot img {
  display: block;
  width: 100%;
  height: auto;
  border-radius: 0 !important;
  background: var(--srf-surface, #f3f7f8);
}

.srf-brand-card figcaption,
.srf-site-shot figcaption {
  padding: .85rem 1rem;
  color: var(--srf-muted, #566173);
  font-size: .76rem;
  line-height: 1.55;
}

.srf-brand-card figcaption a,
.srf-site-shot figcaption a { font-weight: 750; }

@media (max-width: 780px) {
  .srf-brand-card__frame { height: 104px; padding: 0 1rem; }
  .srf-brand-card--compact .srf-brand-card__frame { height: 92px; }
  .srf-brand-card__logo { max-width: 160px; max-height: 48px; }
  .srf-brand-card,
  .srf-site-shot { border-radius: 14px; }
}
