/* Dedicated styling for Visit Online / promotional buttons to avoid 98.css overrides */
.visit-button,
.visit-button:visited,
.visit-button:active {
    all: unset;
    display: inline-block;
    box-sizing: border-box;
    padding: 2px 6px !important;
    margin: 0 !important;
    height: auto !important;
    background: #f0f0f0 !important;
    border: 1px solid #999 !important;
    color: #000 !important;
    font-family: 'Comic Sans MS', cursive, sans-serif !important;
    font-size: 11px !important;
    line-height: 1 !important;
    text-decoration: none !important;
    cursor: pointer !important;
    border-radius: 2px !important;
}

/* Hover state */
.visit-button:hover {
    background: #7297c8 !important;
    color: #ffffff !important;
}

/* Ensure the button remains inline and not stretched by container rules from 98.css */
.visit-button {
    display: inline-block !important;
    vertical-align: middle !important;
}