/*
 * College Support 1.11.0
 * Purpose-built tablet, laptop, desktop and wide-screen presentation.
 * The mobile app experience remains isolated in mobile-app.css.
 */

@media (min-width: 783px) {
  body.college-support-page {
    background:
      radial-gradient(circle at 8% 14%, rgba(0, 155, 222, 0.045), transparent 24rem),
      linear-gradient(180deg, #ffffff 0, #ffffff 18rem, #f7f9fc 58rem, #ffffff 100%);
  }

  .college-support {
    --cs-desktop-navy: #00235e;
    --cs-desktop-ink: #08152b;
    --cs-desktop-blue: #16427f;
    --cs-desktop-cyan: #009bde;
    --cs-desktop-yellow: #ffb600;
    --cs-desktop-orange: #eb3c00;
    --cs-desktop-lime: #c2d100;
    --cs-desktop-purple: #59287f;
    --cs-desktop-paper: #f7f9fc;
    --cs-desktop-line: #dce3ec;
    --cs-desktop-muted: #637083;
    width: 100%;
    max-width: 1180px;
    margin: clamp(34px, 5vw, 74px) auto clamp(62px, 8vw, 118px);
    color: var(--cs-desktop-ink);
    font-family: "e-Ukraine", "Montserrat", system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
    font-size: clamp(15px, 1.15vw, 17px);
    line-height: 1.55;
  }

  .college-support > .college-support-section,
  .college-support > .college-support-status-card,
  .college-support > .college-support-thanks {
    margin: 0;
  }

  .college-support > .college-support-section,
  .college-support > .college-support-status-card {
    scroll-margin-top: 116px;
  }

  .college-support > .college-support-section + .college-support-section,
  .college-support > .college-support-status-card + .college-support-section,
  .college-support > .college-support-section + .college-support-thanks {
    margin-top: clamp(42px, 6vw, 82px);
  }

  .college-support h2 {
    color: var(--cs-desktop-navy);
    font-size: clamp(36px, 4.1vw, 58px);
    font-weight: 790;
    line-height: 0.98;
    letter-spacing: -0.048em;
    text-wrap: balance;
  }

  .college-support h3 {
    color: var(--cs-desktop-navy);
    font-size: clamp(20px, 1.75vw, 28px);
    font-weight: 760;
    line-height: 1.12;
    letter-spacing: -0.026em;
  }

  .college-support-section-heading {
    max-width: 58rem;
    margin: 0 0 clamp(24px, 3vw, 38px);
  }

  .college-support-section-heading > p:last-child {
    max-width: 50rem;
    margin-top: 13px;
    color: var(--cs-desktop-muted);
    font-size: clamp(15px, 1.2vw, 18px);
    line-height: 1.55;
  }

  .college-support-section-kicker,
  .college-support-card-kicker,
  .college-support-recipient-label,
  .college-support-action-kicker {
    color: var(--cs-desktop-blue);
    font-size: 12px;
    font-weight: 850;
    line-height: 1.2;
    letter-spacing: 0.12em;
  }

  /* Conversion hero: a wide dashboard, not an enlarged phone screen. */
  .college-support-status-card {
    isolation: isolate;
    display: grid !important;
    min-height: 0;
    grid-template-columns: repeat(12, minmax(0, 1fr)) !important;
    grid-template-areas:
      "bar bar bar bar bar bar bar bar bar bar bar bar"
      "main main main main main main main action action action action action"
      "main main main main main main main shortcuts shortcuts shortcuts shortcuts shortcuts"
      "proof proof proof proof proof proof proof proof proof proof proof proof" !important;
    gap: 18px 24px !important;
    padding: clamp(28px, 3.2vw, 48px) !important;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.15) !important;
    border-radius: clamp(32px, 3.4vw, 48px) !important;
    background:
      radial-gradient(circle at 92% 0%, rgba(0, 155, 222, 0.34), transparent 33%),
      radial-gradient(circle at -7% 111%, rgba(194, 209, 0, 0.18), transparent 31%),
      linear-gradient(138deg, #00235e 0%, #0b3475 52%, #087eb1 100%) !important;
    box-shadow:
      0 34px 90px rgba(0, 35, 94, 0.2),
      0 1px 0 rgba(255, 255, 255, 0.16) inset !important;
  }

  .college-support-status-card::before {
    position: absolute !important;
    z-index: 0;
    top: -90px !important;
    right: -65px !important;
    bottom: auto !important;
    left: auto !important;
    display: block !important;
    width: 330px !important;
    height: 330px !important;
    border: 42px solid rgba(255, 255, 255, 0.055) !important;
    border-radius: 50% !important;
    background: transparent !important;
    content: "" !important;
    pointer-events: none;
  }

  .college-support-status-card::after {
    position: absolute;
    z-index: 0;
    right: 6%;
    bottom: -128px;
    width: 310px;
    height: 310px;
    border: 0;
    border-radius: 76px;
    background:
      repeating-linear-gradient(45deg, transparent 0 15px, rgba(255, 182, 0, 0.14) 15px 19px, transparent 19px 34px),
      repeating-linear-gradient(-45deg, transparent 0 15px, rgba(0, 155, 222, 0.15) 15px 19px, transparent 19px 34px);
    content: "";
    opacity: 0.8;
    transform: rotate(15deg);
    pointer-events: none;
  }

  .college-support-status-card > * {
    position: relative;
    z-index: 1;
  }

  .college-support-app-bar {
    grid-area: bar;
    display: flex;
    min-height: 52px;
    align-items: center;
    justify-content: space-between;
    gap: 18px;
    margin: 0 0 4px !important;
  }

  .college-support-app-brand {
    display: inline-flex;
    min-width: 0;
    align-items: center;
    gap: 13px;
  }

  .college-support-app-mark {
    width: 46px;
    height: 46px;
    flex-basis: 46px;
    border-color: rgba(255, 255, 255, 0.2);
    border-radius: 15px;
    background: rgba(5, 13, 29, 0.88);
    box-shadow: 0 12px 28px rgba(1, 8, 21, 0.25);
  }

  .college-support-app-brand-copy strong {
    color: #fff;
    font-size: 16px;
    font-weight: 800;
  }

  .college-support-app-brand-copy span {
    margin-top: 4px;
    color: rgba(255, 255, 255, 0.68);
    font-size: 12px;
  }

  .college-support-app-trust {
    min-height: 44px;
    padding: 9px 15px;
    border: 1px solid rgba(255, 255, 255, 0.2);
    background: rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .college-support-status-content {
    grid-area: main;
    align-self: center;
    min-width: 0;
    padding: 8px 0 6px;
  }

  .college-support-status-card .college-support-eyebrow {
    margin-bottom: 15px !important;
    color: #a9daf2 !important;
    font-size: 12px !important;
    letter-spacing: 0.12em !important;
  }

  .college-support-status-card .college-support-appeal-title {
    max-width: 10.5ch;
    margin: 0;
    color: #fff !important;
    font-size: clamp(46px, 4.8vw, 68px) !important;
    font-weight: 780;
    line-height: 0.94 !important;
    letter-spacing: -0.06em !important;
    text-wrap: balance;
  }

  .college-support-status-card .college-support-appeal-copy {
    max-width: 39rem;
    margin: 16px 0 0;
    color: rgba(255, 255, 255, 0.76);
    font-size: clamp(15px, 1.35vw, 18px);
    line-height: 1.48;
  }

  .college-support-status-card .college-support-balance {
    display: block;
    margin: 24px 0 0;
  }

  .college-support-status-card .college-support-balance-label {
    display: block;
    margin-bottom: 7px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
    font-weight: 720;
  }

  .college-support-status-card .college-support-balance strong {
    display: block;
    color: #fff;
    font-size: clamp(50px, 5.6vw, 78px);
    font-weight: 770;
    line-height: 0.94;
    letter-spacing: -0.065em;
    white-space: normal;
  }

  .college-support-status-card .college-support-progress-wrap {
    width: min(100%, 48rem);
    margin-top: 21px;
  }

  .college-support-status-card .college-support-progress-summary {
    margin-bottom: 9px;
    color: rgba(255, 255, 255, 0.7);
    font-size: 13px;
  }

  .college-support-status-card .college-support-progress-summary strong {
    color: #fff;
  }

  .college-support-status-card .college-support-progress {
    height: 11px;
    background: rgba(255, 255, 255, 0.2);
  }

  .college-support-status-card .college-support-progress > span {
    background: linear-gradient(90deg, #ffb600, #ffe276 72%, #eaffff 100%);
    box-shadow: 0 0 22px rgba(255, 208, 78, 0.28);
  }

  .college-support-status-action {
    grid-area: action;
    align-self: center;
    display: flex;
    min-height: 238px;
    justify-content: center;
    padding: clamp(24px, 2.7vw, 34px);
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-radius: 28px;
    background: rgba(4, 18, 45, 0.34);
    color: #fff;
    box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.08);
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
  }

  .college-support-status-action .college-support-action-kicker {
    margin-bottom: 12px;
    color: #b9cbe3;
  }

  .college-support-status-action .college-support-action-copy {
    order: 3;
    margin: 14px 0 0;
    color: #becbe0;
    font-size: 13px;
    text-align: center;
  }

  .college-support-mono-btn {
    width: 100%;
    min-height: 58px;
    padding: 14px 20px;
    border: 0;
    border-radius: 17px;
    background: linear-gradient(180deg, #ffc638, #ffb600);
    color: var(--cs-desktop-navy) !important;
    font-size: 16px;
    box-shadow:
      0 16px 34px rgba(255, 182, 0, 0.22),
      inset 0 -2px 0 rgba(0, 35, 94, 0.09);
  }

  .college-support-app-shortcuts {
    grid-area: shortcuts;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
    margin: 0;
  }

  .college-support-app-shortcuts--1 {
    grid-template-columns: minmax(0, 1fr);
  }

  .college-support-app-shortcuts--2 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .college-support-app-shortcuts > a {
    min-height: 58px;
    padding: 9px 10px;
    border: 1px solid rgba(255, 255, 255, 0.17);
    border-radius: 20px;
    background: rgba(255, 255, 255, 0.09);
    color: #fff !important;
    -webkit-backdrop-filter: blur(14px);
    backdrop-filter: blur(14px);
  }

  .college-support-app-shortcut-icon {
    width: 36px;
    height: 36px;
    flex-basis: 36px;
    border-radius: 12px;
    background: rgba(4, 14, 33, 0.78);
  }

  .college-support-app-shortcuts strong {
    font-size: 13px;
    font-weight: 780;
  }

  .college-support-status-proof {
    grid-area: proof;
    display: grid;
    grid-template-columns: minmax(0, 1.45fr) minmax(270px, 0.55fr);
    align-items: center;
    gap: 18px;
    margin: 0;
    padding: 14px 16px;
    border: 1px solid rgba(255, 255, 255, 0.65);
    border-radius: 24px;
    background: rgba(250, 252, 255, 0.96);
    color: var(--cs-desktop-ink);
    box-shadow: 0 18px 40px rgba(0, 16, 44, 0.12);
    -webkit-backdrop-filter: blur(18px);
    backdrop-filter: blur(18px);
  }

  .college-support-status-proof .college-support-recent-donations {
    width: 100%;
    margin: 0;
  }

  .college-support-status-proof .college-support-recent-title {
    margin-bottom: 9px;
    color: #687488;
    font-size: 12px;
    letter-spacing: 0.09em;
    text-transform: uppercase;
  }

  .college-support-status-proof .college-support-recent-list {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 8px;
  }

  .college-support-status-proof .college-support-recent-item {
    min-height: 48px;
    padding: 8px 9px;
    border: 1px solid #e2e7ee;
    border-radius: 15px;
    background: #fff;
  }

  .college-support-status-proof .college-support-recent-mark {
    width: 30px;
    height: 30px;
    flex-basis: 30px;
  }

  .college-support-status-proof .college-support-recent-data strong {
    color: var(--cs-desktop-navy);
    font-size: 14px;
  }

  .college-support-status-proof .college-support-recent-data time {
    color: #687488;
    font-size: 12px;
  }

  .college-support-status-proof .college-support-recent-avatar {
    display: grid;
    width: 30px;
    height: 30px;
    flex: 0 0 30px;
    place-items: center;
    margin-left: auto;
    border-radius: 10px;
    background: #fff1c8;
    font-size: 16px;
  }

  .college-support-status-meta {
    display: flex;
    min-width: 0;
    flex-direction: column;
    align-items: flex-end;
    justify-content: center;
  }

  .college-support-status-meta .college-support-updated {
    justify-content: flex-end;
    margin: 0;
    color: #687488;
    font-size: 12px;
  }

  .college-support-status-meta .college-support-trust-link {
    min-height: 38px;
    margin-top: 3px;
    color: var(--cs-desktop-navy) !important;
    font-size: 12px;
  }

  /* Needs: warm editorial surface with scalable content cards. */
  .college-support-needs {
    position: relative;
    padding: clamp(30px, 4.2vw, 58px);
    overflow: hidden;
    border: 1px solid #ece4d3;
    border-radius: clamp(30px, 3vw, 42px);
    background:
      radial-gradient(circle at 102% 0%, rgba(255, 182, 0, 0.18), transparent 29%),
      linear-gradient(145deg, #fbf8f1, #f5f7fb 70%);
  }

  .college-support-needs::before {
    position: absolute;
    top: -94px;
    right: -86px;
    width: 270px;
    height: 270px;
    border: 34px solid rgba(255, 182, 0, 0.12);
    border-radius: 50%;
    content: "";
    pointer-events: none;
  }

  .college-support-needs > h2 {
    position: relative;
    max-width: 14ch;
    margin: 0 0 clamp(24px, 3vw, 36px);
  }

  .college-support-needs > h2::before {
    display: block;
    width: 54px;
    height: 6px;
    margin-bottom: 17px;
    border-radius: 999px;
    background: linear-gradient(90deg, var(--cs-desktop-yellow), var(--cs-desktop-orange));
    content: "";
  }

  .college-support-needs .college-support-grid {
    position: relative;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 18px;
  }

  .college-support-needs .college-support-card {
    min-height: 260px;
    padding: 26px;
    border: 1px solid rgba(220, 227, 236, 0.95);
    border-radius: 27px;
    background: rgba(255, 255, 255, 0.94);
    box-shadow: 0 17px 36px rgba(46, 35, 15, 0.07);
  }

  .college-support-needs .college-support-need-card::before {
    right: 26px;
    left: 26px;
    width: auto;
    height: 4px;
    border-radius: 0 0 999px 999px;
    background: var(--cs-desktop-yellow);
  }

  .college-support-needs .college-support-card-image {
    width: calc(100% + 52px);
    max-width: none;
    max-height: none;
    margin: -26px -26px 22px;
    aspect-ratio: 16 / 9;
    border-radius: 27px 27px 0 0;
    object-fit: cover;
  }

  .college-support-needs .college-support-badge {
    margin-bottom: 14px;
    border: 1px solid #dfebf7;
    background: #edf5fc;
    color: var(--cs-desktop-blue);
  }

  .college-support-needs .college-support-goal {
    display: inline-flex;
    margin: 13px 0 15px;
    padding: 7px 10px;
    border-radius: 10px;
    background: #fff6da;
    color: #5d4705;
    font-size: 13px;
  }

  .college-support-needs .college-support-content {
    color: #4f5b6c;
    font-size: 15px;
  }

  .college-support-needs .college-support-secondary-btn {
    margin-top: 18px;
    padding-inline: 18px;
    background: var(--cs-desktop-navy);
    color: #fff !important;
  }

  /* Transfer: a structured utility board with clear copy actions. */
  .college-support-requisites {
    position: relative;
    padding: clamp(30px, 4.2vw, 58px);
    border: 1px solid var(--cs-desktop-line);
    border-radius: clamp(30px, 3vw, 42px);
    background: #fff;
    box-shadow: 0 24px 60px rgba(0, 35, 94, 0.075);
  }

  .college-support-requisites-layout {
    gap: 16px;
  }

  .college-support-requisites .college-support-recipient-card {
    grid-template-columns: 190px minmax(0, 1fr);
    padding: 24px 26px;
    border: 0;
    border-radius: 24px;
    background:
      radial-gradient(circle at 103% 0%, rgba(0, 155, 222, 0.25), transparent 36%),
      linear-gradient(142deg, #00235e, #0a2e66);
    color: #fff;
  }

  .college-support-requisites .college-support-recipient-label {
    color: #8fddfb;
  }

  .college-support-requisites .college-support-recipient-card p,
  .college-support-requisites .college-support-recipient-card strong,
  .college-support-requisites .college-support-recipient-card .college-support-data {
    color: #fff;
  }

  .college-support-requisites .college-support-recipient-card a {
    color: #ffe07a !important;
  }

  .college-support-requisites .college-support-grid {
    gap: 16px;
  }

  .college-support-requisites .college-support-card {
    min-height: 190px;
    padding: 24px;
    border: 1px solid var(--cs-desktop-line);
    border-radius: 25px;
    box-shadow: none;
  }

  .college-support-requisites .college-support-monobank-card {
    border-color: #f0c24d;
    background: linear-gradient(145deg, #ffe17c, #ffb600);
  }

  .college-support-requisites .college-support-monobank-card h3,
  .college-support-requisites .college-support-monobank-card .college-support-card-kicker {
    color: var(--cs-desktop-navy);
  }

  .college-support-requisites .college-support-monobank-card .college-support-primary-btn {
    background: var(--cs-desktop-navy);
    color: #fff !important;
  }

  .college-support-requisites .college-support-paypal-card {
    border-color: #d8c8e7;
    background: linear-gradient(145deg, #f1eafb, #eaf7fb);
  }

  .college-support-requisites .college-support-card-transfer {
    border-left: 6px solid var(--cs-desktop-cyan);
  }

  .college-support-requisites .college-support-card-iban {
    border-left: 6px solid var(--cs-desktop-purple);
  }

  .college-support-requisites .college-support-copy-row {
    min-height: 60px;
    margin-top: 12px;
    padding: 8px 8px 8px 14px;
    border: 1px solid #e1e7ef;
    border-radius: 17px;
    background: rgba(247, 249, 252, 0.9);
  }

  .college-support-requisites .college-support-copy-text {
    color: #1b2739;
    font-size: 13px;
    word-break: normal;
    overflow-wrap: anywhere;
  }

  .college-support-requisites .college-support-copy-button {
    min-height: 44px;
    padding-inline: 15px;
    border-radius: 13px;
    background: var(--cs-desktop-navy);
    color: #fff !important;
    font-size: 12px;
  }

  /* Reports: a true transparency dashboard with a card-based recent view. */
  .college-support-reports {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) 270px;
    gap: 0 38px;
    padding: clamp(30px, 4.2vw, 58px);
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.08);
    border-radius: clamp(30px, 3vw, 42px);
    background:
      radial-gradient(circle at 102% -8%, rgba(0, 155, 222, 0.2), transparent 32%),
      radial-gradient(circle at -4% 108%, rgba(89, 40, 127, 0.19), transparent 31%),
      linear-gradient(146deg, #071a37, #07111f 70%);
    color: #fff;
    box-shadow: 0 28px 72px rgba(4, 16, 35, 0.16);
  }

  .college-support-reports .college-support-section-heading {
    grid-column: 1;
    align-self: center;
    margin-bottom: 34px;
  }

  .college-support-reports .college-support-section-kicker {
    color: #78dfff;
  }

  .college-support-reports .college-support-section-heading h2 {
    color: #fff;
  }

  .college-support-reports .college-support-section-heading > p:last-child {
    color: #afbdd0;
  }

  .college-support-reports .college-support-report-overview {
    grid-column: 2;
    align-self: start;
    display: flex;
    min-height: 136px;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    padding: 22px;
    border: 1px solid rgba(255, 255, 255, 0.13);
    border-radius: 25px;
    background: rgba(255, 255, 255, 0.075);
    -webkit-backdrop-filter: blur(16px);
    backdrop-filter: blur(16px);
  }

  .college-support-report-overview > span:first-child {
    display: flex;
    min-width: 0;
    flex-direction: column;
  }

  .college-support-report-overview strong {
    color: #fff;
    font-size: 42px;
    font-weight: 800;
    line-height: 0.95;
    letter-spacing: -0.055em;
  }

  .college-support-report-overview small {
    max-width: 9rem;
    margin-top: 8px;
    color: #afbdd0;
    font-size: 12px;
    line-height: 1.3;
  }

  .college-support-report-overview-mark {
    display: grid;
    width: 48px;
    height: 48px;
    flex: 0 0 48px;
    place-items: center;
    border-radius: 16px;
    background: var(--cs-desktop-cyan);
    color: #fff;
  }

  .college-support-report-overview-mark svg {
    width: 25px;
    height: 25px;
    fill: none;
    stroke: currentColor;
    stroke-linecap: round;
    stroke-linejoin: round;
    stroke-width: 1.8;
  }

  .college-support-reports .college-support-timeline--recent {
    grid-column: 1 / -1;
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 14px;
  }

  .college-support-reports .college-support-timeline::before {
    display: none;
  }

  .college-support-reports .college-support-report-row,
  .college-support-reports .college-support-report-row + .college-support-report-row {
    display: block;
    min-width: 0;
    padding: 20px;
    border: 1px solid rgba(255, 255, 255, 0.75);
    border-radius: 25px;
    background: #fbfcfd;
    color: var(--cs-desktop-ink);
    box-shadow: 0 18px 40px rgba(0, 6, 17, 0.18);
  }

  .college-support-reports .college-support-report-rail {
    position: static;
    display: flex;
    min-height: 42px;
    flex-direction: row;
    align-items: center;
    gap: 9px;
    margin-bottom: 14px;
    padding: 0;
  }

  .college-support-reports .college-support-report-dot {
    position: static;
    display: grid;
    width: 38px;
    height: 38px;
    flex: 0 0 38px;
    place-items: center;
    border: 0;
    border-radius: 12px;
    background: #dff5fc;
    box-shadow: none;
  }

  .college-support-reports .college-support-report-dot::after {
    color: #087da9;
    font-size: 16px;
    font-weight: 900;
    content: "✓";
  }

  .college-support-reports .college-support-report-row:nth-child(2) .college-support-report-dot {
    background: #fff0c7;
  }

  .college-support-reports .college-support-report-row:nth-child(2) .college-support-report-dot::after {
    color: #916500;
  }

  .college-support-reports .college-support-report-row:nth-child(3) .college-support-report-dot {
    background: #f0e7f7;
  }

  .college-support-reports .college-support-report-row:nth-child(3) .college-support-report-dot::after {
    color: var(--cs-desktop-purple);
  }

  .college-support-reports .college-support-report-rail time {
    color: #687488;
    font-size: 12px;
  }

  .college-support-reports .college-support-badge--report {
    margin-left: auto;
    background: #eaf6f1;
    color: #087b53;
  }

  .college-support-reports .college-support-report-heading {
    grid-template-columns: minmax(0, 1fr);
    gap: 12px;
  }

  .college-support-reports .college-support-report-heading h3 {
    color: var(--cs-desktop-navy);
    font-size: clamp(19px, 1.6vw, 24px);
  }

  .college-support-reports .college-support-amount {
    align-items: flex-start;
    margin: 0;
  }

  .college-support-reports .college-support-amount strong {
    color: var(--cs-desktop-navy);
    font-size: 16px;
    white-space: normal;
    overflow-wrap: anywhere;
  }

  .college-support-reports .college-support-report-main .college-support-content {
    margin-top: 12px;
    color: #566274;
    font-size: 14px;
    line-height: 1.5;
  }

  .college-support-reports .college-support-source-link {
    display: inline-flex;
    width: fit-content;
    max-width: 100%;
    min-height: 44px;
    align-items: center;
    margin: 8px 0 1px;
    padding: 10px 13px;
    overflow: visible;
    border: 1px solid #d7e0eb;
    border-radius: 13px;
    background: #f6f8fb;
    color: var(--cs-desktop-navy) !important;
    font-size: 12px;
    line-height: 1.2;
    white-space: normal;
    -webkit-appearance: none;
  }

  .college-support-reports .college-support-report-media {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
    margin-top: 14px;
  }

  .college-support-reports .college-support-report-media img {
    height: auto;
    aspect-ratio: 4 / 3;
    border-radius: 15px;
    object-fit: cover;
  }

  .college-support-reports .college-support-report-media-label {
    top: 8px;
    left: 8px;
    font-size: 11px;
  }

  .college-support-reports .college-support-report-archive {
    grid-column: 1 / -1;
    margin-top: 16px;
    overflow: hidden;
    border: 1px solid rgba(255, 255, 255, 0.14);
    border-radius: 24px;
    background: rgba(255, 255, 255, 0.07);
  }

  .college-support-reports .college-support-report-archive > summary {
    min-height: 72px;
    padding: 16px 20px;
    color: #fff;
  }

  .college-support-reports .college-support-report-archive-count {
    background: #fff;
    color: var(--cs-desktop-navy);
  }

  .college-support-reports .college-support-timeline--archive {
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 14px;
    padding: 0 14px 14px;
  }

  /* Closing conversion block. */
  .college-support-thanks {
    position: relative;
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    align-items: center;
    gap: 28px;
    min-height: 170px;
    padding: clamp(28px, 3.8vw, 48px);
    overflow: hidden;
    border: 0;
    border-radius: clamp(28px, 3vw, 40px);
    background:
      radial-gradient(circle at 92% 18%, rgba(0, 155, 222, 0.28), transparent 30%),
      linear-gradient(138deg, #00235e, #071a37);
    color: #fff;
    box-shadow: 0 24px 60px rgba(0, 35, 94, 0.16);
  }

  .college-support-thanks::before {
    position: absolute;
    top: -105px;
    right: 13%;
    width: 250px;
    height: 250px;
    border: 30px solid rgba(255, 182, 0, 0.14);
    border-radius: 50%;
    background: transparent;
    content: "";
  }

  .college-support-thanks-copy {
    position: relative;
    z-index: 1;
    max-width: 48rem;
    color: #dce7f6;
    font-size: clamp(16px, 1.35vw, 19px);
  }

  .college-support-thanks-copy strong {
    color: #fff;
  }

  .college-support-thanks-btn {
    position: relative;
    z-index: 1;
    min-height: 56px;
    padding: 13px 20px;
    border-radius: 16px;
    background: var(--cs-desktop-yellow);
    color: var(--cs-desktop-navy) !important;
    white-space: normal;
  }

  .college-support a:focus-visible,
  .college-support button:focus-visible,
  .college-support details > summary:focus-visible {
    outline: 3px solid var(--cs-desktop-cyan) !important;
    outline-offset: 4px !important;
  }
}

/* Tablet and small-laptop web composition. */
@media (min-width: 783px) and (max-width: 1023px) {
  .college-support {
    width: calc(100% - 32px);
    margin-top: 34px;
  }

  .college-support-status-card {
    min-height: 0;
    grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
    grid-template-areas:
      "bar bar"
      "main main"
      "action action"
      "shortcuts shortcuts"
      "proof proof" !important;
  }

  .college-support-status-card .college-support-appeal-title {
    max-width: 13ch;
    font-size: clamp(46px, 7vw, 62px) !important;
  }

  .college-support-status-action {
    min-height: 0;
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(240px, 0.55fr);
    align-items: center;
    gap: 8px 20px;
  }

  .college-support-status-action .college-support-action-kicker {
    margin: 0;
  }

  .college-support-status-action .college-support-action-copy {
    margin: 0;
    text-align: left;
  }

  .college-support-status-action .college-support-mono-btn {
    grid-column: 2;
    grid-row: 1 / span 2;
  }

  .college-support-status-proof {
    grid-template-columns: minmax(0, 1fr);
  }

  .college-support-status-meta {
    align-items: flex-start;
  }

  .college-support-status-meta .college-support-updated {
    justify-content: flex-start;
  }

  .college-support-needs,
  .college-support-requisites,
  .college-support-reports {
    padding: 32px;
  }

  .college-support-reports {
    grid-template-columns: minmax(0, 1fr) 220px;
    gap: 0 24px;
  }

  .college-support-reports .college-support-timeline--recent {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .college-support-reports .college-support-report-row:last-child:nth-child(odd) {
    grid-column: 1 / -1;
  }

  .college-support-reports .college-support-timeline--archive {
    grid-template-columns: minmax(0, 1fr);
  }
}

/* Break out of narrower theme containers on laptop and desktop. */
@media (min-width: 1180px) {
  .college-support {
    position: relative;
    left: 50%;
    width: min(1280px, calc(100vw - 80px));
    max-width: none;
    transform: translateX(-50%);
  }
}

@media (min-width: 1600px) {
  .college-support {
    width: min(1400px, calc(100vw - 120px));
  }

  .college-support-status-card {
    min-height: 680px;
    padding: 54px !important;
  }

  .college-support-needs .college-support-grid {
    grid-template-columns: repeat(auto-fit, minmax(340px, 1fr));
  }
}

@media (min-width: 783px) and (hover: hover) and (pointer: fine) {
  .college-support-app-shortcuts > a,
  .college-support-needs .college-support-card,
  .college-support-requisites .college-support-card,
  .college-support-reports .college-support-report-row,
  .college-support-source-link {
    transition: transform 180ms ease, border-color 180ms ease, box-shadow 180ms ease, background 180ms ease;
  }

  .college-support-app-shortcuts > a:hover {
    border-color: rgba(255, 255, 255, 0.34);
    background: rgba(255, 255, 255, 0.16);
    transform: translateY(-2px);
  }

  .college-support-needs .college-support-card:hover,
  .college-support-requisites .college-support-card:hover,
  .college-support-reports .college-support-report-row:hover {
    transform: translateY(-3px);
  }

  .college-support-needs .college-support-card:hover,
  .college-support-requisites .college-support-card:hover {
    border-color: #cfd9e6;
    box-shadow: 0 20px 44px rgba(0, 35, 94, 0.1);
  }

  .college-support-reports .college-support-report-row:hover {
    box-shadow: 0 22px 48px rgba(0, 6, 17, 0.25);
  }
}

@media (min-width: 783px) and (pointer: coarse) {
  .college-support a,
  .college-support button,
  .college-support summary {
    min-height: 48px;
  }
}

@media (min-width: 783px) and (prefers-reduced-motion: reduce) {
  .college-support *,
  .college-support *::before,
  .college-support *::after {
    scroll-behavior: auto !important;
    transition-duration: 0.01ms !important;
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
  }
}

@media (min-width: 783px) and (prefers-contrast: more) {
  .college-support-status-card,
  .college-support-needs,
  .college-support-requisites,
  .college-support-reports,
  .college-support-thanks,
  .college-support-card,
  .college-support-recipient-card,
  .college-support-report-row,
  .college-support-status-proof,
  .college-support-report-overview {
    border-width: 2px !important;
  }

  .college-support-section-heading > p:last-child,
  .college-support-needs .college-support-content,
  .college-support-reports .college-support-report-main .college-support-content {
    color: #3d4858;
  }
}

@media (min-width: 783px) and (forced-colors: active) {
  .college-support-status-card,
  .college-support-needs,
  .college-support-requisites,
  .college-support-reports,
  .college-support-thanks,
  .college-support-card,
  .college-support-recipient-card,
  .college-support-report-row,
  .college-support-status-proof,
  .college-support-report-overview,
  .college-support-copy-row {
    border: 1px solid CanvasText !important;
    background: Canvas !important;
    color: CanvasText !important;
    box-shadow: none !important;
    forced-color-adjust: auto;
  }
}

@media print {
  body.college-support-page {
    background: #fff !important;
  }

  .college-support {
    width: 100% !important;
    max-width: none !important;
    margin: 0 !important;
    color: #000 !important;
    font: 11pt/1.4 system-ui, sans-serif !important;
    transform: none !important;
  }

  .college-support-status-card,
  .college-support-section,
  .college-support-thanks,
  .college-support-card,
  .college-support-recipient-card,
  .college-support-report-row,
  .college-support-status-proof,
  .college-support-report-overview {
    break-inside: avoid;
    border: 1px solid #555 !important;
    background: #fff !important;
    color: #000 !important;
    box-shadow: none !important;
  }

  .college-support-status-card *,
  .college-support-reports *,
  .college-support-thanks * {
    color: #000 !important;
  }

  .college-support-status-card::before,
  .college-support-status-card::after,
  .college-support-needs::before,
  .college-support-thanks::before,
  .college-support-mobile-tabs,
  .college-support-app-shortcuts,
  .college-support-status-action,
  .college-support-thanks-btn {
    display: none !important;
  }

  .college-support-report-media a::after,
  .college-support-source-link::after {
    content: " (" attr(href) ")";
    font-size: 8pt;
    font-weight: 400;
  }
}
