.course-currency-toggle {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    padding: 0.28rem;
    border-radius: 999px;
    border: 1px solid rgba(144, 181, 219, 0.3);
    background: rgba(18, 32, 45, 0.48);
}

.course-currency-toggle-button {
    min-width: 4.2rem;
    border: 0;
    border-radius: 999px;
    padding: 0.45rem 0.8rem;
    background: transparent;
    color: rgba(198, 218, 239, 0.82);
    font-size: 0.8rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    transition: background-color 0.2s ease, color 0.2s ease, transform 0.2s ease;
}

.course-currency-toggle-button:hover {
    color: #eff7ff;
}

.course-currency-toggle-button.is-active {
    background: rgba(137, 194, 161, 0.2);
    color: #effaf3;
    transform: translateY(-1px);
}

.course-price-meta {
    color: rgba(198, 218, 239, 0.74);
}
