/**
 * [bsmcbutton] shortcode — standard gold pill button.
 * Matches the visual style of .bsmc-single-event__btn and the app's CTA buttons.
 */

.bsmc-button {
    display: inline-block;
    padding: 14px 28px;
    background: #C8A96E;
    color: #0e0e0e !important;
    font-family: 'Bebas Neue', sans-serif !important;
    font-size: 16px;
    letter-spacing: 2px;
    text-transform: uppercase;
    text-decoration: none !important;
    border: 1px solid #C8A96E;
    border-radius: 999px;
    cursor: pointer;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.bsmc-button:hover,
.bsmc-button:focus {
    opacity: 0.92;
    transform: translateY(-1px);
    color: #0e0e0e !important;
    text-decoration: none !important;
}

.bsmc-button:visited {
    color: #0e0e0e !important;
}
