/* Shared emphasis label for SCHEDULE and LADIES cards. */
.card-highlight {
    display: block;
    width: 100%;
    margin: 11px 0 0 !important;
    padding: 7px 6px 6px;
    border-top: 1px solid rgba(208, 140, 73, 0.4);
    border-bottom: 1px solid rgba(208, 140, 73, 0.26);
    background: linear-gradient(90deg, transparent, rgba(158, 49, 75, 0.2) 22%, rgba(208, 140, 73, 0.1) 50%, rgba(158, 49, 75, 0.2) 78%, transparent);
    color: #efb36f !important;
    font-family: "Noto Serif JP", serif !important;
    font-size: clamp(11px, 0.82vw, 13px) !important;
    font-weight: 500 !important;
    line-height: 1.55 !important;
    letter-spacing: 0.16em !important;
    text-align: center;
    text-transform: none !important;
    white-space: normal !important;
    overflow: visible !important;
    text-shadow: 0 0 10px rgba(208, 140, 73, 0.38);
}

.schedule-lady-card:hover .card-highlight,
.lady-frame:hover .card-highlight {
    border-color: rgba(239, 179, 111, 0.62);
    color: #ffd29e !important;
    text-shadow: 0 0 13px rgba(208, 140, 73, 0.58);
}

@media (max-width: 768px) {
    .card-highlight {
        margin-top: 9px !important;
        padding: 6px 3px 5px;
        font-size: 10px !important;
        letter-spacing: 0.1em !important;
    }
}
