.wp-block-rolltide-com-schedule-sync-next-game.rtss-next-game-card,
.rtss-next-game-card {
    box-sizing: border-box;
    background: #fff;
    border-top: 6px solid var(--wp--preset--color--softball-yellow, #f7d117);
    border-radius: 24px;
    padding: 40px;
    color: var(--wp--preset--color--charcoal, #222);
    overflow: hidden;
}

.rtss-next-game-card__eyebrow {
    margin: 0 0 24px;
    color: var(--wp--preset--color--crimson, #9e1b32);
    font-size: 0.8rem;
    font-weight: 800;
    letter-spacing: 0.15em;
    line-height: 1.2;
    text-transform: uppercase;
}

.rtss-next-game-card__title {
    margin: 0;
    color: inherit;
    font-size: clamp(2rem, 4vw, 3rem);
    font-weight: 800;
    letter-spacing: -0.025em;
    line-height: 1.08;
}

.rtss-next-game-card__date {
    margin-top: 28px;
    font-size: clamp(1.55rem, 3vw, 2rem);
    font-weight: 750;
    line-height: 1.15;
}

.rtss-next-game-card__details {
    margin-top: 16px;
    font-size: clamp(1.3rem, 2.6vw, 1.7rem);
    font-weight: 400;
    line-height: 1.3;
}

.rtss-next-game-card__actions {
    margin-top: 30px;
}

.rtss-next-game-card__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 28px;
    border: 2px solid currentColor;
    border-radius: 999px;
    background: transparent;
    color: inherit;
    font-size: 1rem;
    font-weight: 700;
    line-height: 1.2;
    text-decoration: none;
    transition: background-color 160ms ease, color 160ms ease;
}

.wp-block-rolltide-com-schedule-sync-next-game .rtss-next-game-card__button:hover,
.wp-block-rolltide-com-schedule-sync-next-game .rtss-next-game-card__button:focus-visible,
.rtss-next-game-card .rtss-next-game-card__button:hover,
.rtss-next-game-card .rtss-next-game-card__button:focus-visible {
    background: var(--wp--preset--color--charcoal, #222) !important;
    border-color: var(--wp--preset--color--charcoal, #222) !important;
    color: #fff !important;
    -webkit-text-fill-color: #fff;
    text-decoration: none !important;
}

.rtss-next-game-card__button:focus-visible {
    outline: 3px solid var(--wp--preset--color--softball-yellow, #f7d117);
    outline-offset: 3px;
}

@media (max-width: 600px) {
    .wp-block-rolltide-com-schedule-sync-next-game.rtss-next-game-card,
    .rtss-next-game-card {
        border-radius: 18px;
        padding: 28px;
    }

    .rtss-next-game-card__eyebrow {
        margin-bottom: 20px;
    }

    .rtss-next-game-card__date {
        margin-top: 24px;
    }

    .rtss-next-game-card__actions {
        margin-top: 26px;
    }
}
