@charset "UTF-8";
.winners-session-filter {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  min-height: auto;
  margin: 0 0 18px;
  padding: 14px 18px;
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 10px 22px rgba(16, 40, 60, 0.08);
}

.winners-session-filter__item {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 14px;
  width: 100%;
  margin: 0;
}

.winners-session-filter__item > span {
  flex: 0 0 auto;
  color: #17365e;
  font-weight: 800 !important;
  white-space: nowrap;
}

.winners-session-filter .select {
  flex: 1 1 auto;
  min-width: 220px;
  max-width: 640px;
  margin: 0;
}

.winners-session-filter .point__select {
  display: block;
  width: 100%;
  min-width: 0 !important;
  height: 34px;
  padding: 4px 42px 4px 20px !important;
  border-color: #cfd8e6;
  border-radius: 999px;
  background-color: #ffffff;
  color: #17365e;
  font-size: 15px;
  font-weight: 600 !important;
  line-height: 24px;
  cursor: pointer;
}

.social-proof {
  margin-top: 36px;
  padding: 34px 38px 38px;
  border: 1px solid rgba(10, 42, 63, 0.08);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.98), rgba(250, 253, 255, 0.98)), radial-gradient(circle at 50% 0, rgba(51, 197, 243, 0.12), transparent 36%);
  box-shadow: 0 18px 42px rgba(12, 47, 70, 0.09);
}

.social-proof__intro {
  text-align: center;
  max-width: 760px;
  margin: 0 auto;
}

.social-proof__mark {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 58px;
  height: 44px;
  margin-bottom: 8px;
  color: #e9ae22;
}

.social-proof__mark svg {
  display: block;
  width: 58px;
  height: 44px;
}

.social-proof__title {
  margin: 0 0 10px;
  color: #10283c;
  font-size: clamp(28px, 4.2vw, 44px);
  line-height: 1.14;
  letter-spacing: 0;
  text-align: center;
  font-weight: 900;
}

.social-proof__description {
  color: #526578;
  font-size: 17px;
  line-height: 1.65;
  margin: 0 auto;
}

.social-proof__trust {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 18px;
  margin: 34px auto 30px;
  max-width: 1080px;
}

.social-proof__trust-item {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
  gap: 18px;
  min-width: 0;
  min-height: 104px;
  padding: 22px 26px;
  border: 1px solid rgba(12, 175, 213, 0.14);
  border-radius: 8px;
  background: linear-gradient(180deg, #ffffff, #f7fcff);
  color: #24384d;
  font-weight: 800;
  box-shadow: 0 16px 34px rgba(16, 40, 60, 0.08);
  overflow: hidden;
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-proof__trust-item:hover {
  border-color: rgba(12, 175, 213, 0.28);
  box-shadow: 0 22px 42px rgba(16, 40, 60, 0.13);
  transform: translateY(-2px);
}

.social-proof__trust-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 58px;
  width: 58px;
  height: 58px;
  border-radius: 50%;
  color: #069cc4;
  background: radial-gradient(circle at 32% 25%, rgba(255, 255, 255, 0.95), transparent 36%), linear-gradient(180deg, #e8fbff, #d7f6ff);
  border: 1px solid rgba(12, 175, 213, 0.2);
  box-shadow: inset 0 -8px 16px rgba(12, 175, 213, 0.12), 0 8px 18px rgba(12, 175, 213, 0.14);
}

.social-proof__trust-icon svg {
  width: 27px;
  height: 27px;
  stroke-width: 2.4;
}

.social-proof__trust-copy {
  display: block;
  flex: 1 1 auto;
  min-width: 0;
  max-width: 210px;
}

.content .social-proof__trust-text {
  display: block;
  color: #142d42;
  font-size: 17px;
  line-height: 1.18;
  font-weight: 800;
  white-space: normal;
  text-wrap: balance;
}

.content .social-proof__trust-caption {
  display: block;
  margin-top: 7px;
  color: #63758a;
  font-size: 14px;
  font-weight: 600;
  line-height: 1.32;
  text-wrap: pretty;
}

.social-proof__grid {
  -moz-column-count: 2;
       column-count: 2;
  -moz-column-gap: 20px;
       column-gap: 20px;
  margin: 30px -38px 0;
}

.social-proof__grid[hidden] {
  display: none !important;
}

.social-proof__consent {
  display: grid;
  grid-template-columns: minmax(0, 1fr) auto;
  gap: 26px;
  align-items: center;
  background: #ffffff;
  border: 1px solid rgba(16, 40, 60, 0.12);
  border-radius: 8px;
  padding: 26px 28px;
  margin-top: 28px;
  box-shadow: 0 14px 32px rgba(16, 40, 60, 0.08);
}

.social-proof__consent[hidden] {
  display: none !important;
}

.social-proof__consent-copy {
  display: grid;
  grid-template-columns: 64px minmax(0, 1fr);
  gap: 18px;
  align-items: center;
}

.social-proof__privacy-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 64px;
  height: 64px;
  border-radius: 50%;
  color: #0cafd5;
  background: linear-gradient(180deg, #e8fbff, #f7fdff);
  border: 1px solid rgba(12, 175, 213, 0.18);
}

.social-proof__privacy-icon svg {
  width: 31px;
  height: 31px;
  stroke-width: 2.2;
}

.social-proof__consent h3 {
  margin: 0 0 7px;
  color: #142d42;
  font-size: 22px;
  line-height: 1.25;
  font-weight: 900;
}

.social-proof__consent small {
  display: block;
  color: #637589;
  line-height: 1.55;
  max-width: 620px;
}

.social-embed {
  position: relative;
  display: block;
  max-width: none;
  width: 100%;
  margin: 0 auto 24px;
  padding: 10px;
  border: 1px solid rgba(18, 45, 65, 0.1);
  border-radius: 8px;
  background: #ffffff;
  box-shadow: 0 16px 34px rgba(17, 48, 71, 0.09);
  overflow: hidden;
  -moz-column-break-inside: avoid;
       break-inside: avoid;
  transform: translateZ(0);
  transition: transform 180ms ease, box-shadow 180ms ease, border-color 180ms ease;
}

.social-embed:hover {
  border-color: rgba(12, 175, 213, 0.24);
  box-shadow: 0 20px 42px rgba(17, 48, 71, 0.13);
  transform: translateY(-2px);
}

.social-embed.is-loaded {
  min-height: 0;
}

.social-embed.is-deferred {
  display: none;
}

.social-embed:not(.is-loaded):not(.is-loading):not(.is-fallback) {
  min-height: 360px;
  background: linear-gradient(100deg, #ffffff 0%, #f7fbfe 45%, #ffffff 90%), #ffffff;
}

.social-embed:not(.is-loaded):not(.is-loading):not(.is-fallback)::before {
  content: "";
  display: block;
  height: 320px;
  border-radius: 6px;
  background: linear-gradient(100deg, #edf3f7 28%, #f8fbfd 48%, #edf3f7 68%);
  background-size: 200% 100%;
  -webkit-animation: seShimmer 1.25s ease-in-out infinite;
          animation: seShimmer 1.25s ease-in-out infinite;
}

.social-embed.is-loading::after {
  content: none;
  display: none;
}

.social-embed.is-fallback {
  min-height: 0;
  padding: 22px 18px;
  text-align: center;
}

.social-embed > * {
  max-width: 100%;
}

.social-embed__frame {
  position: relative;
  width: 100%;
  overflow: hidden;
  border-radius: 6px;
  background: #f5f9fb;
}

.social-embed__frame iframe {
  display: block;
  transform-origin: top left;
  will-change: transform;
}

.social-embed__fallback {
  display: grid;
  justify-items: center;
  gap: 10px;
  max-width: 360px;
  margin: 0 auto;
  color: #53697d;
  line-height: 1.45;
}

.social-embed__fallback strong {
  color: #18364d;
  font-size: 17px;
  font-weight: 900;
}

.social-embed__fallback a {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  margin-top: 4px;
  border-radius: 8px;
  padding: 10px 15px;
  background: #0cafd5;
  color: #ffffff;
  font-weight: 900;
  text-decoration: none;
}

.social-embed__btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  min-width: 270px;
  background: linear-gradient(180deg, #20c4e8, #05a9d2);
  color: #fff;
  border: none;
  border-radius: 999px;
  padding: 18px 34px;
  box-shadow: 0 16px 30px rgba(5, 169, 210, 0.32);
  font-size: 18px;
  font-weight: 900;
  letter-spacing: 0.2px;
  line-height: 1.15;
  cursor: pointer;
  transition: transform 160ms ease, box-shadow 160ms ease, background 160ms ease;
}

.social-embed__btn:hover {
  background: linear-gradient(180deg, #18badf, #009bc6);
  box-shadow: 0 22px 38px rgba(5, 169, 210, 0.4);
  transform: translateY(-2px);
}

.social-embed__btn:active {
  transform: translateY(0);
  box-shadow: 0 12px 22px rgba(5, 169, 210, 0.3);
}

.social-embed__btn:focus-visible {
  outline: 3px solid rgba(5, 169, 210, 0.45);
  outline-offset: 3px;
}

.social-embed__btn svg {
  width: 20px;
  height: 20px;
  stroke-width: 2.4;
}

.social-embed iframe {
  display: block;
  border: none;
  border-radius: 0;
  overflow: hidden;
  background: #ffffff;
}

.social-proof__more {
  display: flex;
  justify-content: center;
  margin-top: 24px;
}

.social-proof__more-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  border: none;
  border-radius: 999px;
  padding: 11px 22px;
  background: linear-gradient(180deg, #20c4e8, #05a9d2);
  color: #ffffff;
  font-weight: 900;
  cursor: pointer;
  box-shadow: 0 12px 24px rgba(5, 169, 210, 0.28);
}

.social-proof__more-btn:hover {
  background: linear-gradient(180deg, #18badf, #009bc6);
}

.social-proof__divider {
  display: flex;
  align-items: center;
  gap: 18px;
  color: #e9ae22;
  margin-top: 30px;
}

.social-proof__divider[hidden] {
  display: none !important;
}

.social-proof__divider::before,
.social-proof__divider::after {
  content: "";
  height: 1px;
  flex: 1;
  background: linear-gradient(90deg, transparent, rgba(16, 40, 60, 0.16), transparent);
}

.social-proof__divider svg {
  width: 22px;
  height: 22px;
  fill: currentColor;
}

@-webkit-keyframes social-card-loading {
  from {
    background-position: -180px 0, 0 0;
  }
  to {
    background-position: calc(100% + 180px) 0, 0 0;
  }
}

@keyframes social-card-loading {
  from {
    background-position: -180px 0, 0 0;
  }
  to {
    background-position: calc(100% + 180px) 0, 0 0;
  }
}
@media (max-width: 900px) {
  .social-proof {
    padding: 36px 34px 40px;
  }

  .social-proof__mark {
    width: 74px;
    height: 56px;
  }

  .social-proof__mark svg {
    width: 74px;
    height: 56px;
  }

  .social-proof__description {
    max-width: 740px;
    font-size: 27px;
    line-height: 1.45;
  }

  .social-proof__trust {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    justify-items: center;
    gap: 10px;
    max-width: 100%;
    margin-top: 30px;
    margin-bottom: 32px;
  }

  .social-proof__trust-item {
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 12px;
    width: 100%;
    max-width: none;
    min-height: 190px;
    padding: 20px 8px;
    text-align: center;
  }

  .social-proof__trust-copy {
    max-width: 100%;
  }

  .social-proof__trust-icon {
    flex: 0 0 54px;
    width: 54px;
    height: 54px;
  }

  .social-proof__trust-icon svg {
    width: 27px;
    height: 27px;
  }

  .content .social-proof__trust-text {
    font-size: 22px;
    line-height: 1.08;
  }

  .content .social-proof__trust-caption {
    margin-top: 8px;
    font-size: 16px;
    line-height: 1.14;
  }

  .social-proof__consent {
    grid-template-columns: 1fr;
  }

  .social-proof__consent-actions {
    text-align: left;
  }

  .social-proof__grid {
    -moz-column-count: 1;
         column-count: 1;
    margin-left: 0;
    margin-right: 0;
  }
}
@media (max-width: 540px) {
  .winners-session-filter {
    padding: 12px;
  }

  .winners-session-filter__item {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }

  .winners-session-filter .select {
    min-width: 0;
    max-width: none;
  }

  .social-proof {
    box-sizing: border-box;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 34px 12px 38px;
  }

  .social-proof__title {
    font-size: 38px;
  }

  .social-proof__description {
    font-size: 27px;
  }

  .social-proof__trust-item {
    gap: 11px;
    min-height: 178px;
    padding: 18px 5px;
  }

  .social-proof__trust-copy {
    max-width: 100%;
  }

  .social-proof__trust-icon {
    flex-basis: 48px;
    width: 48px;
    height: 48px;
  }

  .social-proof__trust-icon svg {
    width: 24px;
    height: 24px;
  }

  .content .social-proof__trust-text {
    font-size: 20px;
    line-height: 1.08;
  }

  .content .social-proof__trust-caption {
    margin-top: 7px;
    font-size: 15px;
    line-height: 1.12;
  }

  .social-proof__consent {
    padding: 22px 18px;
  }

  .social-proof__consent-copy {
    grid-template-columns: 1fr;
  }

  .social-proof__privacy-icon {
    width: 56px;
    height: 56px;
  }

  .social-embed__btn {
    width: 100%;
    min-width: 0;
  }
}
/* Winners tabs (Winners / Photos) — matched exactly to school-rating */
.sr-tabs__nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.1rem;
  justify-content: center;
  border-bottom: 1px solid #e5e7eb;
}

.sr-tab-btn {
  border: 2px solid #e5e7eb;
  background: #f3f4f6;
  color: #005980 !important;
  padding: 0.5rem 0.95rem;
  border-radius: 0.5rem 0.5rem 0 0;
  cursor: pointer;
  font-weight: 600;
  font-size: 0.95rem;
  transition: 0.2s;
  display: inline-block;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-decoration: none !important;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

.sr-tab-btn:link,
.sr-tab-btn:visited {
  color: #005980 !important;
  text-decoration: none !important;
}

.sr-tab-btn:hover {
  background: #e5e7eb;
  color: #005980 !important;
  text-decoration: none !important;
}

.sr-tab-btn:focus,
.sr-tab-btn:active {
  color: #005980 !important;
  text-decoration: none !important;
  outline: none;
}

.sr-tab-btn.active {
  background: #3da8ff;
  border-color: #0f8ef5;
  color: #fff !important;
  box-shadow: 0 6px 12px rgba(0, 0, 0, 0.08);
  text-decoration: none !important;
}

.sr-tab-pane {
  -webkit-animation: srFade 0.15s ease-out;
          animation: srFade 0.15s ease-out;
}

@-webkit-keyframes srFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}

@keyframes srFade {
  from {
    opacity: 0;
    transform: translateY(4px);
  }
  to {
    opacity: 1;
    transform: translateY(0);
  }
}
.social-proof__note {
  display: flex;
  align-items: center;
  gap: 10px;
  box-sizing: border-box;
  width: 100%;
  max-width: none;
  margin: 16px 0 0;
  padding: 10px 18px;
  border: 1px solid rgba(12, 175, 213, 0.18);
  border-radius: 10px;
  background: linear-gradient(180deg, #f3fcff, #ffffff);
  color: #6a7989;
  font-size: 12px;
  line-height: 1.4;
  text-align: left;
}

.social-proof__note-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 18px;
  width: 18px;
  height: 18px;
  color: #0cafd5;
}

.social-proof__note-icon svg {
  width: 18px;
  height: 18px;
  stroke-width: 2;
}

.social-proof__note-text {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
}

@media (max-width: 540px) {
  .social-proof__note {
    gap: 9px;
    padding: 10px 14px;
  }
}
/* Center each embed (notably the fixed-width Facebook widget on mobile) */
.social-embed {
  text-align: center;
}

.social-embed .fb_iframe_widget,
.social-embed .fb-post {
  margin-left: auto;
  margin-right: auto;
}

/* Premium loading skeleton shown while a Facebook post renders */
.social-embed__skeleton {
  display: block;
  padding: 6px 4px;
  text-align: left;
}

.se-sk__head {
  display: flex;
  align-items: center;
  gap: 12px;
  margin-bottom: 14px;
}

.se-sk__avatar {
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  border-radius: 50%;
}

.se-sk__head-lines {
  display: flex;
  flex-direction: column;
  gap: 8px;
  flex: 1 1 auto;
}

.se-sk__head-lines b {
  display: block;
  height: 12px;
  width: 55%;
  border-radius: 6px;
}

.se-sk__head-lines i {
  display: block;
  height: 10px;
  width: 32%;
  border-radius: 6px;
}

.se-sk__media {
  height: 260px;
  border-radius: 12px;
  margin-bottom: 14px;
}

.se-sk__lines {
  display: flex;
  gap: 10px;
}

.se-sk__lines b {
  display: block;
  height: 12px;
  width: 60%;
  border-radius: 6px;
}

.se-sk__lines i {
  display: block;
  height: 12px;
  width: 25%;
  border-radius: 6px;
}

.social-embed__skeleton .se-sk__avatar,
.social-embed__skeleton .se-sk__head-lines b,
.social-embed__skeleton .se-sk__head-lines i,
.social-embed__skeleton .se-sk__media,
.social-embed__skeleton .se-sk__lines b,
.social-embed__skeleton .se-sk__lines i {
  background: linear-gradient(100deg, #e9eff4 28%, #f6fafe 48%, #e9eff4 68%);
  background-size: 200% 100%;
  -webkit-animation: seShimmer 1.25s ease-in-out infinite;
          animation: seShimmer 1.25s ease-in-out infinite;
}

@-webkit-keyframes seShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}

@keyframes seShimmer {
  0% {
    background-position: 200% 0;
  }
  100% {
    background-position: -200% 0;
  }
}
.social-proof__loading {
  display: flex;
  justify-content: center;
  padding: 26px 0;
}

.social-proof__loading[hidden] {
  display: none !important;
}

.social-proof__spinner {
  width: 34px;
  height: 34px;
  border-radius: 50%;
  border: 3px solid rgba(5, 169, 210, 0.25);
  border-top-color: #05a9d2;
  -webkit-animation: srWinnersSpin 0.8s linear infinite;
          animation: srWinnersSpin 0.8s linear infinite;
}

@-webkit-keyframes srWinnersSpin {
  to {
    transform: rotate(360deg);
  }
}

@keyframes srWinnersSpin {
  to {
    transform: rotate(360deg);
  }
}
