/* EzMedQ Guest Mode v1.3.0 */

.ezmedq-guest-mode-fallback-server {
    display: none !important;
}

.ezmedq-guest-mode-relocated,
.ezmedq-guest-mode-shortcode {
    box-sizing: border-box;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
}

.ezmedq-guest-mode-button {
    box-sizing: border-box;
    display: flex !important;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 42px;
    padding: 9px 16px;
    border: 1px solid currentColor;
    border-radius: 6px;
    background: transparent;
    text-align: center;
    text-decoration: none !important;
    font-size: 14px;
    font-weight: 600;
    line-height: 1.25;
    cursor: pointer;
}

.ezmedq-guest-mode-button:hover,
.ezmedq-guest-mode-button:focus {
    opacity: 0.88;
}
