.tariff-competition-schedule {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.35rem 0.5rem;
    font-size: 0.875rem;
    line-height: 1.45;
    color: #374151;
}

.tariff-competition-schedule__label {
    font-weight: 600;
    color: #1f2937;
}

.tariff-competition-schedule__value {
    color: #4b5563;
}

.tariff-competition-schedule__separator {
    margin: 0 0.2rem;
    color: #9ca3af;
}

.tariff-competition-schedule--public-card {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e5e7eb;
    background-color: #f9fafb;
}

.tariff-competition-schedule--public-card .tariff-competition-schedule__label {
    width: 100%;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 0.04em;
    color: #6b7280;
}

.tariff-competition-schedule--public-card .tariff-competition-schedule__value {
    width: 100%;
    font-size: 0.9375rem;
    font-weight: 500;
    color: #111827;
}

.tariff-competition-schedule--sportsman-hero {
    margin-top: 0.35rem;
    font-size: 0.875rem;
}

.tariff-competition-schedule--sportsman-hero .tariff-competition-schedule__label {
    font-weight: 500;
    color: #6b7280;
}

.tariff-competition-schedule--sportsman-details {
    margin-bottom: 0;
}
