.tpg-awards-page {
    width: 100%;
}

.tpg-awards {
    --tpg-awards-ink: #071a36;
    --tpg-awards-muted: #607089;
    --tpg-awards-blue: #183569;
    --tpg-awards-sky: #1f80d0;
    --tpg-awards-gold: #f5a623;
    --tpg-awards-green: #329f2b;
    --tpg-awards-border: rgba(24, 53, 105, 0.12);
    --tpg-awards-shadow: 0 18px 45px rgba(18, 38, 74, 0.14);
    box-sizing: border-box;
    width: 100%;
    max-width: none;
    margin: 0 auto;
    padding: 22px 30px 42px;
    color: var(--tpg-awards-ink);
    font-family: Arial, Helvetica, sans-serif;
}

.tpg-awards *,
.tpg-awards *::before,
.tpg-awards *::after {
    box-sizing: border-box;
}

.tpg-awards section {
    color: inherit !important;
    font-size: inherit !important;
    font-family: Arial, Helvetica, sans-serif !important;
    font-weight: inherit !important;
    text-transform: none !important;
    padding: 0 !important;
}

.tpg-awards .tpg-awards-hero {
    display: grid;
    grid-template-columns: minmax(0, 1fr) auto;
    gap: 24px;
    align-items: center;
    min-height: 170px;
    overflow: hidden;
    border-radius: 8px;
    background:
        linear-gradient(135deg, rgba(24, 53, 105, 0.97), rgba(31, 128, 208, 0.88)),
        linear-gradient(45deg, #183569, #329f2b) !important;
    color: #fff !important;
    padding: 18px 28px !important;
}

.tpg-awards-hero__copy {
    max-width: 760px;
}

.tpg-awards-hero__eyebrow {
    display: inline-flex;
    align-items: center;
    min-height: 28px;
    border: 1px solid rgba(255, 255, 255, 0.32);
    border-radius: 999px;
    background: rgba(255, 255, 255, 0.12);
    color: #fff !important;
    padding: 6px 12px;
    font-size: 12px;
    font-weight: 900;
    text-transform: uppercase;
}

.tpg-awards-hero h1 {
    margin: 12px 0 8px;
    color: #fff;
    font-size: 64px;
    line-height: 0.96;
    font-weight: 900;
    letter-spacing: 0;
}

.tpg-awards-hero p {
    max-width: 680px;
    margin: 0;
    color: rgba(255, 255, 255, 0.9);
    font-size: 17px;
    line-height: 1.55;
}

.tpg-awards-hero__mark {
    display: grid;
    width: 126px;
    height: 126px;
    place-items: center;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.12);
    color: #fff;
    font-size: 58px;
}

.tpg-awards-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 18px;
    margin-top: 18px;
    background: none !important;
}

.tpg-award-card {
    min-width: 0;
    overflow: hidden;
    border: 1px solid var(--tpg-awards-border);
    border-radius: 8px;
    background: #fff;
    box-shadow: var(--tpg-awards-shadow);
    transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
}

.tpg-award-card:hover,
.tpg-award-card:focus-within {
    border-color: rgba(31, 128, 208, 0.34);
    box-shadow: 0 24px 54px rgba(18, 38, 74, 0.18);
    transform: translateY(-3px);
}

.tpg-award-card__media {
    display: grid;
    aspect-ratio: 16 / 10;
    background:
        radial-gradient(circle at 84% 10%, rgba(245, 166, 35, 0.55), transparent 28%),
        linear-gradient(135deg, #183569, #0b1f43);
}

.tpg-award-card__media img {
    width: 100%;
    height: 100%;
    min-width: 0;
    object-fit: contain;
    background: #183569;
}

.tpg-award-card__media--count-2,
.tpg-award-card__media--count-3,
.tpg-award-card__media--count-4 {
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.tpg-award-card__media--count-3 img:first-child {
    grid-row: span 2;
}

.tpg-award-card__media--fallback {
    place-items: center;
    color: #fff;
    font-size: 62px;
}

.tpg-award-card__file {
    display: grid;
    min-width: 0;
    place-items: center;
    gap: 8px;
    color: #fff;
    padding: 16px;
    text-align: center;
    text-decoration: none;
}

.tpg-award-card__file i {
    font-size: 34px;
}

.tpg-award-card__file span {
    max-width: 100%;
    overflow-wrap: anywhere;
    font-size: 12px;
    font-weight: 900;
}

.tpg-award-card__body {
    padding: 18px;
}

.tpg-award-card__heading {
    display: grid;
    gap: 8px;
    margin-bottom: 10px;
}

.tpg-award-card__year {
    display: inline-flex;
    width: fit-content;
    min-height: 26px;
    align-items: center;
    border-radius: 999px;
    background: #fff2d6;
    color: #8a4a00;
    padding: 6px 10px;
    font-size: 12px;
    font-weight: 900;
    line-height: 1;
}

.tpg-award-card h2 {
    margin: 0;
    color: var(--tpg-awards-ink);
    font-size: 23px;
    line-height: 1.12;
    font-weight: 900;
}

.tpg-award-card__copy {
    color: var(--tpg-awards-muted);
    font-size: 14px;
    line-height: 1.55;
}

.tpg-award-card__copy > :first-child {
    margin-top: 0;
}

.tpg-award-card__copy > :last-child {
    margin-bottom: 0;
}

.tpg-award-card__copy a {
    color: var(--tpg-awards-sky);
    font-weight: 800;
}

.tpg-awards .tpg-awards-empty {
    margin-top: 18px;
    border: 1px solid var(--tpg-awards-border);
    border-radius: 8px;
    background: #fff;
    padding: 28px !important;
    box-shadow: var(--tpg-awards-shadow);
}

.tpg-awards-empty h2 {
    margin: 0 0 8px;
    color: var(--tpg-awards-ink);
    font-size: 24px;
    font-weight: 900;
}

.tpg-awards-empty p {
    margin: 0;
    color: var(--tpg-awards-muted);
    font-size: 15px;
}

html[data-theme="dark"] .tpg-awards,
body[data-theme="dark"] .tpg-awards,
html.dark-mode .tpg-awards,
body.dark-mode .tpg-awards,
.dark-mode .tpg-awards {
    --tpg-awards-ink: #f8fafc;
    --tpg-awards-muted: #cbd5e1;
    --tpg-awards-border: rgba(148, 163, 184, 0.24);
}

html[data-theme="dark"] .tpg-award-card,
body[data-theme="dark"] .tpg-award-card,
html.dark-mode .tpg-award-card,
body.dark-mode .tpg-award-card,
.dark-mode .tpg-award-card,
html[data-theme="dark"] .tpg-awards-empty,
body[data-theme="dark"] .tpg-awards-empty,
html.dark-mode .tpg-awards-empty,
body.dark-mode .tpg-awards-empty,
.dark-mode .tpg-awards-empty {
    background: #111827;
    box-shadow: 0 18px 45px rgba(0, 0, 0, 0.38);
}

@media (max-width: 900px) {
    .tpg-awards .tpg-awards-hero {
        grid-template-columns: 1fr;
        padding: 18px 22px !important;
    }

    .tpg-awards-hero h1 {
        font-size: 50px;
    }

    .tpg-awards-hero__mark {
        display: none;
    }

    .tpg-awards-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 620px) {
    .tpg-awards {
        padding: 12px 10px 28px;
    }

    .tpg-awards .tpg-awards-hero {
        min-height: 0;
        padding: 16px !important;
    }

    .tpg-awards-hero h1 {
        font-size: 38px;
    }

    .tpg-awards-hero p {
        font-size: 15px;
    }

    .tpg-awards-grid {
        grid-template-columns: 1fr;
    }
}
