:root {
    --e-global-color-9d3ca1f: #D9D9D9;
}

.wk-rh-booking-mode-switch {
    padding: 16px 18px;
    border: 1px solid #C8102E;
    color: #fff;
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    align-items: center;
    justify-content: space-between;
    max-width: 1280px;
    margin: 0 auto 30px;
}

.wk-rh-booking-mode-switch--old {
    margin-top: 30px;
    color: var(--e-global-color-text, var(--e-global-color-9d3ca1f, #D9D9D9));
}

.wk-rh-booking-mode-switch__content {
    display: grid;
    gap: 4px;
}

.wk-rh-booking-mode-switch__message {
    margin: 0;
    font-size: 14px;
    line-height: 1.5;
}

.wk-rh-booking-mode-switch__button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    padding: 0 16px;
    border-radius: 999px;
    color: #ffffff;
    font-weight: 600;
    text-decoration: none;
    white-space: nowrap;
    border: 1px solid #C8102E;
}

a.wk-rh-booking-mode-switch__button:hover {
    background: #C8102E;
    color: #fff;
}