.athlete-profile-youth-results-mockup {
    display: flex;
    flex-direction: column;
    gap: 12px;
    width: 100%;
}

.athlete-profile-youth-results-flex-wrap {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    width: 100%;
}

.athlete-profile-youth-results-flex-col-300 {
    flex: 1 1 270px;
    min-width: min(100%, 270px);
}

.athlete-profile-youth-results-main-card {
    min-height: 104px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 12px 14px;
    border-radius: 5px;
    border: 1px solid rgba(112, 118, 172, 0.55);
    background: var(--ffbad-white);
    text-align: center;
}

.athlete-profile-youth-results-main-label {
    font-size: 12px;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.3px;
    color: var(--ffbad-blue-light);
}

.athlete-profile-youth-results-main-value {
    margin: 4px 0px;
    font-size: 28px;
    font-weight: bold;
    color: var(--ffbad-blue);
    letter-spacing: 0.3px;
    line-height: normal;
}

.athlete-profile-youth-results-main-bottom {
    margin-top: 0px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 6px;
    flex-wrap: wrap;
    font-size: 11px;
    font-weight: bold;
    color: var(--ffbad-grey);
}

.athlete-profile-youth-results-alert-pill {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 5px 14px;
    border-radius: 6px;
    font-size: 10px;
    line-height: normal;
    font-weight: bold;
    text-transform: uppercase;
    letter-spacing: 0.03em;
    background: var(--ffbad-white);
}

.athlete-profile-youth-results-alert-pill.is-moderate {
    color: rgb(76, 175, 80);
    background-color: rgba(76, 175, 80, 0.15);
    border: 1.5px solid rgb(76, 175, 80);
}

.athlete-profile-youth-results-alert-pill.is-high {
    color: rgb(255, 152, 0);
    background-color: rgba(255, 152, 0, 0.15);
    border: 1.5px solid rgb(255, 152, 0);
}

.athlete-profile-youth-results-alert-pill.is-too-high {
    color: rgb(244, 67, 54);
    background-color: rgba(244, 67, 54, 0.15);
    border: 1.5px solid rgb(244, 67, 54);
}

.athlete-profile-youth-results-win {
    color: #4CAF50;
}

.athlete-profile-youth-results-loss {
    color: var(--ffbad-red);
}

.athlete-profile-youth-results-pct {
    color: var(--ffbad-blue);
}

.athlete-profile-youth-results-ratio-text {
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

.athlete-profile-youth-results-source-card {
    border-radius: 5px;
    background: var(--ffbad-white);
    border: 1px solid rgba(112, 118, 172, 0.38);
    overflow: hidden;
}

.athlete-profile-youth-results-source-card.is-bwf {
    border-top: 3px solid var(--ffbad-red-light);
}

.athlete-profile-youth-results-source-card.is-ffbad {
    border-top: 3px solid var(--ffbad-blue-light);
}

.athlete-profile-youth-results-source-header {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 4px;
    padding: 8px 10px 5px 10px;
}

.athlete-profile-youth-results-source-title {
    font-size: 14px;
    line-height: 15px;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
}

.athlete-profile-youth-results-source-subtitle {
    color: var(--ffbad-grey);
    font-size: 10px;
    line-height: 13px;
    font-weight: normal;
    font-style: italic;
    text-align: center;
}

.athlete-profile-youth-results-source-card.is-bwf .athlete-profile-youth-results-source-title {
    color: var(--ffbad-red-light);
}

.athlete-profile-youth-results-source-card.is-ffbad .athlete-profile-youth-results-source-title {
    color: var(--ffbad-blue-light);
}

.athlete-profile-youth-results-source-chip {
    font-size: 9px;
    line-height: 11px;
    font-weight: 900;
    text-transform: uppercase;
    color: var(--ffbad-grey);
}

.athlete-profile-youth-results-source-summary {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 8px;
    padding: 0 10px 8px 10px;
    border-bottom: 1px solid rgba(112, 118, 172, 0.18);
}

.athlete-profile-youth-results-source-number-line {
    display: flex;
    align-items: baseline;
    gap: 9px;
    flex-wrap: wrap;
    min-width: 0;
}

.athlete-profile-youth-results-source-number-item {
    font-size: 10px;
    font-weight: bold;
    color: var(--ffbad-grey);
    white-space: nowrap;
}

.athlete-profile-youth-results-source-number-item strong {
    font-size: 16px !important;
    color: var(--ffbad-blue) !important;
    font-weight: bold !important;
}

.athlete-profile-youth-results-source-ratio {
    flex: 0 0 auto;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
    color: var(--ffbad-blue);
}

.athlete-profile-youth-results-discipline-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 2px 10px 7px 10px;
}

.athlete-profile-youth-results-discipline-row {
    min-height: 30px;
    display: flex;
    align-items: center;
    gap: 8px;
    border-bottom: 1px solid rgba(112, 118, 172, 0.13);
}

.athlete-profile-youth-results-discipline-row:last-child {
    border-bottom: none;
}

.athlete-profile-youth-results-discipline-badge {
    flex: 0 0 22px;
    width: 22px;
    height: 22px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 10px;
    font-weight: 950;
}

.athlete-profile-youth-results-source-card.is-bwf .athlete-profile-youth-results-discipline-badge {
    color: var(--ffbad-red-light);
    border: 1px solid #EF4D53;
    background: #ef4d521a;
}

.athlete-profile-youth-results-source-card.is-ffbad .athlete-profile-youth-results-discipline-badge {
    color: var(--ffbad-blue-light);
    border: 1px solid var(--ffbad-blue-light);
    background : #7076ac18;
}

.athlete-profile-youth-results-discipline-info {
    flex: 1 1 auto;
    min-width: 0;
    font-size: 11px;
    font-weight: 700;
    color: var(--ffbad-blue);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.athlete-profile-youth-results-discipline-ratio {
    flex: 0 0 auto;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    color: var(--ffbad-blue);
    white-space: nowrap;
}

.athlete-profile-youth-results-difficulty-block {
    border-radius: 5px;
    border: 1px solid rgba(112, 118, 172, 0.38);
    background: var(--ffbad-white);
    padding: 8px 10px 10px 10px;
}

.athlete-profile-youth-results-difficulty-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    margin-bottom: 6px;
    color: var(--ffbad-red);
    font-size: 12px;
    line-height: 14px;
    font-weight: 950;
    text-transform: uppercase;
}

.athlete-profile-youth-results-difficulty-caption {
    color: var(--ffbad-blue-light);
    font-size: 9px;
    font-weight: 900;
    text-transform: none;
}

.athlete-profile-youth-results-difficulty-source-list {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
}

.athlete-profile-youth-results-difficulty-source {
    flex: 1 1 300px;
    min-width: min(100%, 300px);
}

.athlete-profile-youth-results-difficulty-source-heading {
    margin-bottom: 4px;
    font-size: 11px;
    line-height: 13px;
    font-weight: 950;
    text-transform: uppercase;
}

.athlete-profile-youth-results-difficulty-source.is-bwf .athlete-profile-youth-results-difficulty-source-heading {
    color: var(--ffbad-red-light);
}

.athlete-profile-youth-results-difficulty-source.is-ffbad .athlete-profile-youth-results-difficulty-source-heading {
    color: var(--ffbad-blue-light);
}

.athlete-profile-youth-results-difficulty-row {
    display: flex;
    align-items: center;
    gap: 7px;
    min-height: 30px;
    padding: 3px 0;
    border-bottom: 1px solid rgba(112, 118, 172, 0.12);
}

.athlete-profile-youth-results-difficulty-row:last-child {
    border-bottom: none;
}

.athlete-profile-youth-results-difficulty-label {
    flex: 0 0 42px;
    font-size: 11px;
    font-weight: bold;
    color: var(--ffbad-blue);
}

.athlete-profile-youth-results-difficulty-count {
    flex: 0 0 54px;
    font-size: 11px;
    font-weight: bold;
    color: var(--ffbad-grey);
    white-space: nowrap;
}

.athlete-profile-youth-results-difficulty-bar-zone {
    flex: 1 1 auto;
    min-width: 80px;
    display: flex;
    align-items: center;
    gap: 6px;
}

.athlete-profile-youth-results-difficulty-bar-track {
    flex: 1 1 auto;
    height: 8px;
    border-radius: 999px;
    background: var(--ffbad-lightgrey);
    overflow: hidden;
}

.athlete-profile-youth-results-difficulty-bar-fill {
    height: 100%;
    border-radius: 999px;
    background: #4CAF50;
}

.athlete-profile-youth-results-difficulty-pct {
    flex: 0 0 34px;
    font-size: 11px;
    font-weight: bold;
    color: var(--ffbad-blue);
    text-align: right;
}

.athlete-profile-youth-results-difficulty-ratio {
    flex: 0 0 58px;
    text-align: right;
    font-size: 11px;
    font-weight: bold;
    white-space: nowrap;
}

@media (max-width: 420px) {
    .athlete-profile-youth-results-source-summary {
        align-items: flex-start;
        flex-direction: column;
    }

    .athlete-profile-youth-results-source-ratio {
        align-self: flex-start;
    }

    .athlete-profile-youth-results-discipline-row {
        align-items: flex-start;
        padding: 6px 0;
        flex-wrap: wrap;
    }

    .athlete-profile-youth-results-discipline-info {
        white-space: normal;
    }

    .athlete-profile-youth-results-difficulty-row {
        flex-wrap: wrap;
        padding: 6px 0;
    }

    .athlete-profile-youth-results-difficulty-bar-zone {
        flex-basis: 100%;
        order: 3;
    }
}

.athlete-profile-youth-results-difficulty-list {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 2px 10px 7px 10px;
}