/*
 * Loaded last by functions.php.
 * Keep this file for small override tweaks only (avoid @import chains which can be
 * reordered/dropped by some caching/minification setups).
 */

.navbar-appointment-button.button {
    padding: 0.5rem 0.8rem;
    border: 0;
    border-radius: 9999px;
    background-color: var(--button-primary);
    color: var(--button-text);
    font-size: 0.875rem;
    font-weight: 500;
    line-height: 1;
    white-space: nowrap;
}

.navbar-appointment-button.button:hover,
.navbar-appointment-button.button:focus {
    background-color: var(--button-primary-hover);
    color: var(--button-text);
}

#site-mobile-menu .navbar-appointment-button.button {
    width: fit-content;
    margin-top: 1rem;
    margin-right: auto;
    margin-left: auto;
    justify-content: center;
}
