.tn-home-reviews { margin: 56px 0 0; padding: 40px 0 8px; border-top: 1px solid #dfe4e8; }
.tn-reviews-inner { width: 100%; max-width: 760px; margin: 0 auto; }
.tn-reviews-head { display: flex; align-items: center; justify-content: space-between; gap: 24px; margin-bottom: 24px; }
.tn-home-reviews .tn-reviews-head h2 { margin: 0; font-size: 28px; line-height: 1.25; font-weight: 700; color: #24292d; letter-spacing: 0; }
.tn-reviews-head p { margin: 8px 0 0; color: #647078; font-size: 15px; line-height: 1.5; }
.tn-home-reviews .tn-reviews-action { display: inline-flex; align-items: center; justify-content: center; flex: 0 0 auto; gap: 10px; min-height: 48px; padding: 12px 20px; border-radius: 8px; background: #0bb5e9; color: #12313d; font-size: 16px; line-height: 24px; font-weight: 700; text-decoration: none; }
.tn-home-reviews .tn-reviews-action:hover { background: #53d0f5; color: #12313d; }
.tn-reviews-action:focus-visible { outline: 2px solid #087d9e; outline-offset: 4px; }
.tn-reviews-action i { font-size: 13px; }
.tn-reviews-frame { height: 1400px; border-radius: 8px; overflow: hidden; background: #fff; outline: 1px solid #e1e5e9; }
.tn-reviews-frame iframe { display: block; width: 100%; height: 100%; border: 0; border-radius: 8px; box-sizing: border-box; }
.tn-reviews-frame iframe[hidden] { display: none; }
.tn-reviews-toggle { display: none; }
@media (max-width: 767px) {
  .tn-home-reviews.is-collapsible:not(.is-expanded) .tn-reviews-frame { height: 560px; }
  .tn-home-reviews .tn-reviews-toggle:not([hidden]) { display: block; width: 100%; min-height: 48px; margin-top: 16px; padding: 12px 20px; border: 0; border-radius: 8px; background: #0bb5e9; color: #12313d; font: inherit; font-weight: 700; cursor: pointer; }
  .tn-reviews-toggle:focus-visible { outline: 2px solid #087d9e; outline-offset: 4px; }
  .tn-home-reviews { margin-top: 36px; padding-top: 28px; }
  .tn-reviews-head { align-items: flex-start; flex-direction: column; gap: 16px; margin-bottom: 20px; }
  .tn-home-reviews .tn-reviews-head h2 { font-size: 24px; }
}
@media (max-width: 359px) {
  .tn-home-reviews { margin-left: -6px; margin-right: -6px; }
}
