

/* Start:/local/templates/topdogsport/components/bitrix/news.detail/topdog_athlete_detail/style.css?17800628182460*/
.td-athlete-detail {
    padding: 48px 0 64px;
}

.td-athlete-detail__head,
.td-athlete-detail__layout {
    width: min(1120px, calc(100% - 40px));
    margin: 0 auto;
}

.td-athlete-detail__eyebrow {
    margin: 0 0 10px;
    color: #f26a21;
    font-weight: 700;
    letter-spacing: .08em;
    text-transform: uppercase;
}

.td-athlete-detail__id,
.td-athlete-detail__status {
    display: inline-flex;
    margin: 0 8px 16px 0;
    padding: 6px 12px;
    border-radius: 999px;
    background: rgba(242, 106, 33, .12);
    color: #f26a21;
    font-weight: 700;
}

.td-athlete-detail__title {
    margin: 0 0 14px;
    font-size: clamp(32px, 5vw, 56px);
    line-height: 1;
}

.td-athlete-detail__layout {
    display: grid;
    grid-template-columns: 1fr 260px;
    gap: 28px;
    margin-top: 28px;
}

.td-athlete-detail__main {
    padding: 28px;
    border-radius: 28px;
    background: #fff;
    box-shadow: 0 20px 60px rgba(18, 24, 38, .08);
}

.td-athlete-detail__profile {
    display: grid;
    grid-template-columns: 96px 1fr;
    gap: 22px;
    align-items: center;
    margin-bottom: 24px;
}

.td-athlete-detail__avatar {
    display: grid;
    width: 96px;
    height: 96px;
    place-items: center;
    border-radius: 28px;
    background: #111827;
    color: #fff;
    font-size: 44px;
    font-weight: 800;
}

.td-athlete-detail__summary h2 {
    margin: 0 0 8px;
}

.td-athlete-detail__summary p {
    margin: 0;
    color: #6b7280;
}

.td-athlete-detail__grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 16px;
}

.td-athlete-detail__grid div,
.td-athlete-detail__comment,
.td-athlete-detail__side {
    padding: 18px;
    border-radius: 20px;
    background: #f7f8fb;
}

.td-athlete-detail__grid span,
.td-athlete-detail__comment span {
    display: block;
    margin-bottom: 6px;
    color: #6b7280;
    font-size: 14px;
}

.td-athlete-detail__grid strong {
    color: #111827;
}

.td-athlete-detail__comment {
    margin-top: 16px;
}

.td-athlete-detail__comment p {
    margin: 0;
}

.td-athlete-detail__back,
.td-athlete-detail__results {
    display: block;
    color: #f26a21;
    font-weight: 700;
    text-decoration: none;
}

.td-athlete-detail__results {
    margin-top: 12px;
}

@media (max-width: 860px) {
    .td-athlete-detail__layout,
    .td-athlete-detail__profile {
        grid-template-columns: 1fr;
    }

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

/* End */
/* /local/templates/topdogsport/components/bitrix/news.detail/topdog_athlete_detail/style.css?17800628182460 */
