.fentor-reviews {
  width: min(1120px, calc(100% - 32px));
  margin: 32px auto 64px;
  padding: 32px;
  color: #182236;
  border: 1px solid #dce4ef;
  border-radius: 16px;
  background: #fff;
  box-sizing: border-box;
}
.fentor-reviews *, .fentor-reviews *::before, .fentor-reviews *::after { box-sizing: border-box; }
.fentor-reviews-home { margin-top: 0; border-color: #e4e9f1; }
.fentor-reviews-heading { max-width: 650px; margin-bottom: 28px; }
.fentor-reviews-heading > span { color: #315de0; font-size: 11px; font-weight: 750; letter-spacing: .1em; text-transform: uppercase; }
.fentor-reviews-heading h2 { margin: 10px 0; color: #172033; font-size: clamp(28px, 3vw, 40px); line-height: 1.13; letter-spacing: -.035em; }
.fentor-reviews-heading p, .fentor-review-note { margin: 0; color: #637087; font-size: 14px; line-height: 1.6; }
.fentor-review-note { padding: 12px 0; }
.fentor-review-grid { display: grid; grid-template-columns: repeat(3, minmax(0,1fr)); gap: 14px; }
.fentor-review-card { display: flex; min-height: 200px; flex-direction: column; padding: 22px; border: 1px solid #dce4ef; border-radius: 11px; background: #fafcff; }
.fentor-review-top, .fentor-review-byline { display: flex; align-items: center; justify-content: space-between; gap: 12px; flex-wrap: wrap; }
.fentor-review-top a { color: #315de0; font-size: 12px; text-decoration: none; }
.fentor-review-top a:hover { text-decoration: underline; }
.fentor-review-stars { color: #e09a30; font-size: 18px; letter-spacing: 2px; }
.fentor-review-body { flex: 1; margin: 20px 0 24px; color: #263246; font-size: 15px; line-height: 1.6; white-space: pre-wrap; overflow-wrap: anywhere; }
.fentor-review-byline { padding-top: 14px; border-top: 1px solid #e4e9f1; font-size: 12px; }
.fentor-review-byline span, .fentor-review-byline time { color: #718097; }
.fentor-review-form { display: grid; width: min(100%, 620px); gap: 10px; margin-top: 28px; padding-top: 24px; border-top: 1px solid #e4e9f1; }
.fentor-review-form h3 { margin: 0; font-size: 20px; }
.fentor-review-form > p { margin: 0 0 8px; color: #637087; font-size: 13px; }
.fentor-review-form label { display: grid; gap: 6px; color: #263246; font-size: 13px; font-weight: 650; }
.fentor-review-form input:not([type=checkbox]), .fentor-review-form select, .fentor-review-form textarea { width: 100%; padding: 11px 13px; border: 1px solid #cdd7e8; border-radius: 8px; background: #fff; color: #172033; font: inherit; }
.fentor-review-form input:focus, .fentor-review-form select:focus, .fentor-review-form textarea:focus { outline: 2px solid #9eb5ff; border-color: #315de0; }
.fentor-review-form .fentor-review-consent { display: flex; align-items: flex-start; gap: 9px; font-weight: 400; line-height: 1.5; }
.fentor-review-consent input { margin-top: 3px; }
.fentor-review-submit { justify-self: start; min-height: 42px; margin-top: 4px; padding: 0 18px; border: 0; border-radius: 8px; color: #fff; background: #315de0; font-weight: 700; cursor: pointer; }
.fentor-review-submit:disabled { opacity: .5; cursor: not-allowed; }
.fentor-review-message { color: #315071; font-size: 13px; }
@media (max-width: 820px) { .fentor-review-grid { grid-template-columns: 1fr; } .fentor-review-card { min-height: 0; } }
@media (max-width: 600px) { .fentor-reviews { width: calc(100% - 28px); padding: 22px 18px; margin-bottom: 48px; } }
