

/* Start:/local/templates/topdogsport/components/bitrix/news.list/topdog_athletes/style.css?17802429235243*/
.td-athletes {
    width: min(1120px, calc(100% - 48px));
    margin: 0 auto;
    padding: 56px 0 72px;
}

.td-athletes__eyebrow {
    margin: 0 0 10px;
    color: #f15a24;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .16em;
    text-transform: uppercase;
}

.td-athletes__title {
    margin: 0;
    color: #202832;
    font-size: clamp(34px, 5vw, 64px);
    line-height: .95;
    letter-spacing: -.04em;
}

.td-athletes__lead {
    max-width: 720px;
    margin: 18px 0 28px;
    color: #66717f;
    font-size: 18px;
    line-height: 1.55;
}

.td-athlete-card {
    padding: 24px;
    border: 1px solid #e5e9ef;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 18px 50px rgba(32, 40, 50, .07);
}

.td-athlete-card__top {
    display: flex;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 18px;
}

.td-athlete-card__id,
.td-athlete-card__status {
    display: inline-flex;
    align-items: center;
    min-height: 32px;
    padding: 6px 12px;
    border-radius: 999px;
    font-size: 13px;
    font-weight: 800;
}

.td-athlete-card__id {
    background: #fff0e8;
    color: #f15a24;
}

.td-athlete-card__status {
    background: #f3f6f9;
    color: #4f5b68;
}

.td-athlete-card__main {
    display: grid;
    grid-template-columns: 120px 1fr;
    gap: 22px;
    align-items: start;
}

.td-athlete-card__avatar {
    display: grid;
    place-items: center;
    width: 120px;
    height: 120px;
    border-radius: 30px;
    background: linear-gradient(135deg, #202832, #3b4653);
    color: #fff;
}

.td-athlete-card__avatar span {
    font-size: 34px;
    font-weight: 900;
    letter-spacing: -.04em;
}

.td-athlete-card__title {
    margin: 0;
    color: #202832;
    font-size: 30px;
    line-height: 1.15;
    letter-spacing: -.02em;
}

.td-athlete-card__grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 12px;
    margin-top: 20px;
}

.td-athlete-card__info {
    padding: 16px;
    border-radius: 20px;
    background: #f7f9fb;
}

.td-athlete-card__info span,
.td-athlete-card__people span {
    color: #7a8490;
    font-weight: 800;
}

.td-athlete-card__info span {
    display: block;
    margin-bottom: 6px;
    font-size: 12px;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.td-athlete-card__info strong {
    color: #202832;
    font-size: 16px;
    line-height: 1.35;
}

.td-athlete-card__people {
    display: grid;
    gap: 8px;
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf0f4;
    color: #33404d;
    font-size: 15px;
    line-height: 1.45;
}

@media (max-width: 900px) {
    .td-athlete-card__grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 760px) {
    .td-athletes {
        width: min(100% - 28px, 1120px);
        padding: 36px 0 52px;
    }

    .td-athlete-card {
        padding: 18px;
        border-radius: 22px;
    }

    .td-athlete-card__top {
        align-items: flex-start;
        flex-direction: column;
    }

    .td-athlete-card__main {
        grid-template-columns: 1fr;
    }

    .td-athlete-card__avatar {
        width: 88px;
        height: 88px;
        border-radius: 24px;
    }

    .td-athlete-card__grid {
        grid-template-columns: 1fr;
    }
}

/* Step 61.4G: athlete participation totals */
.td-athlete-card__title a {
    color: inherit;
    text-decoration: none;
}

.td-athlete-card__title a:hover {
    color: #f15a24;
}

.td-athlete-card__sport {
    margin-top: 18px;
    padding-top: 18px;
    border-top: 1px solid #edf0f4;
}

.td-athlete-card__sport-head {
    display: flex;
    gap: 10px;
    align-items: baseline;
    justify-content: space-between;
    margin-bottom: 12px;
}

.td-athlete-card__sport-head span {
    color: #7a8490;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.td-athlete-card__sport-head strong {
    color: #202832;
    font-size: 15px;
    line-height: 1.35;
}

.td-athlete-card__sport-grid {
    display: grid;
    grid-template-columns: repeat(4, minmax(0, 1fr));
    gap: 10px;
}

.td-athlete-card__sport-grid div {
    padding: 14px;
    border-radius: 18px;
    background: #f8fafc;
}

.td-athlete-card__sport-grid span {
    display: block;
    color: #7a8490;
    font-size: 12px;
    font-weight: 800;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.td-athlete-card__sport-grid strong {
    display: block;
    margin-top: 6px;
    color: #202832;
    font-size: 24px;
    line-height: 1;
}

.td-athlete-card__sport-counters {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 12px;
}

.td-athlete-card__sport-counters span {
    display: inline-flex;
    align-items: center;
    min-height: 30px;
    padding: 5px 10px;
    border-radius: 999px;
    background: #f3f6f9;
    color: #4f5b68;
    font-size: 12px;
    font-weight: 800;
}

@media (max-width: 900px) {
    .td-athlete-card__sport-grid {
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }
}

@media (max-width: 560px) {
    .td-athlete-card__sport-grid {
        grid-template-columns: 1fr;
    }

    .td-athlete-card__sport-head {
        display: grid;
    }
}


/* End */
/* /local/templates/topdogsport/components/bitrix/news.list/topdog_athletes/style.css?17802429235243 */
