.restaurant-booking-form {
--rb-font-family-system: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif;
--rb-font-size: 16px;
--rb-text-color: #334155;
--rb-background-color: transparent;
--rb-card-background-color: #ffffff;
--rb-primary-color: #2563eb;
--rb-button-background-color: #2563eb;
--rb-button-text-color: #ffffff;
--rb-button-hover-background-color: #1d4ed8;
--rb-border-color: #e8eaed;
--rb-border-radius: 16px;
--rb-max-width: 32rem;
--rb-input-border-color: #cbd5e1;
--rb-input-focus-ring: rgba(37, 99, 235, 0.15);
box-sizing: border-box;
font-family: var(--rb-font-family-system);
font-size: var(--rb-font-size, 16px);
line-height: 1.5;
color: var(--rb-text-color, #334155);
max-width: var(--rb-max-width, 32rem);
margin: 0 auto;
background-color: var(--rb-background-color, transparent);
border: 0;
outline: 0;
box-shadow: none;
-webkit-font-smoothing: antialiased;
} .restaurant-booking-form[style*="--rb-font-family: system-ui"],
.restaurant-booking-form[style*="--rb-font-family: Arial"],
.restaurant-booking-form[style*="--rb-font-family: Helvetica"],
.restaurant-booking-form[style*="--rb-font-family: Georgia"],
.restaurant-booking-form[style*="--rb-font-family: Verdana"],
.restaurant-booking-form[style*='--rb-font-family: "Times New Roman"'] {
font-family: var(--rb-font-family);
}
.restaurant-booking-form *,
.restaurant-booking-form *::before,
.restaurant-booking-form *::after {
box-sizing: border-box;
} .restaurant-booking-form.rb-booking-wizard :where(
input,
textarea,
select,
button,
.rb-booking-btn,
.rb-booking-slot-pill,
.rb-booking-comments__toggle,
h2,
p,
label,
span,
strong,
dt,
dd,
.iti,
.iti__tel-input,
.iti__selected-country
) {
font-family: inherit;
}
.restaurant-booking-form.rb-booking-wizard code,
.restaurant-booking-form.rb-booking-wizard kbd,
.restaurant-booking-form.rb-booking-wizard pre,
.restaurant-booking-form.rb-booking-wizard samp {
font-family: inherit;
} .entry-content .restaurant-booking-form.rb-booking-wizard,
.elementor-widget-shortcode .restaurant-booking-form.rb-booking-wizard,
.elementor-element .restaurant-booking-form.rb-booking-wizard {
border: 0;
outline: 0;
box-shadow: none;
}
.restaurant-booking-form.rb-booking-wizard form,
.restaurant-booking-form.rb-booking-wizard section.rb-booking-step,
.restaurant-booking-form.rb-booking-wizard fieldset {
border: 0;
outline: 0;
box-shadow: none;
background: transparent;
margin: 0;
padding: 0;
min-width: 0;
}
.rb-booking-form--preview {
pointer-events: none;
user-select: none;
}
.rb-booking-wizard__card {
background: var(--rb-card-background-color, #fff);
border: 1px solid var(--rb-border-color, #e8eaed);
border-radius: var(--rb-border-radius, 16px);
box-shadow: 0 8px 32px rgba(15, 23, 42, 0.08);
padding: 1.5rem 1.25rem;
font-size: var(--rb-font-size, 16px);
color: var(--rb-text-color, #334155);
}
@media (min-width: 480px) {
.rb-booking-wizard__card {
padding: 2rem 1.75rem;
}
}
.rb-booking-wizard__progress {
display: flex;
gap: 0.5rem;
justify-content: center;
margin-bottom: 1.25rem;
}
.rb-booking-wizard__progress-dot {
background: #e2e8f0;
border-radius: 999px;
height: 8px;
width: 2rem;
transition: background 0.2s ease, width 0.2s ease;
}
.rb-booking-wizard__progress-dot.is-active {
background: var(--rb-primary-color);
width: 2.5rem;
}
.rb-booking-wizard__summary {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
font-size: 0.9rem;
line-height: 1.5;
margin-bottom: 1.25rem;
padding: 0.75rem 1rem;
}
.rb-booking-wizard__summary:empty {
display: none;
}
.rb-booking-wizard__summary p {
margin: 0.15rem 0;
}
.rb-booking-wizard__summary strong {
color: #334155;
font-weight: 600;
}
.rb-booking-wizard__errors {
background: #fef2f2;
border: 1px solid #fecaca;
border-radius: 10px;
color: #b91c1c;
margin-bottom: 1rem;
padding: 0.75rem 1rem;
}
.rb-booking-wizard__errors ul {
margin: 0;
padding-left: 1.15rem;
}
.rb-booking-wizard__notice {
background: #eff6ff;
border: 1px solid #bfdbfe;
border-radius: 10px;
color: #1e40af;
margin: 1rem 0 0;
padding: 0.75rem 1rem;
}
.rb-booking-step__title {
font-size: 1.2rem;
font-weight: 700;
line-height: 1.3;
margin: 0 0 1.25rem;
color: #0f172a;
}
.rb-booking-fields {
display: grid;
gap: 1rem;
}
@media (min-width: 480px) {
.rb-booking-fields {
grid-template-columns: 1fr 1fr;
}
.rb-booking-field--full {
grid-column: 1 / -1;
}
}
.rb-booking-field label {
display: block;
font-size: 0.875rem;
font-weight: 600;
margin-bottom: 0.35rem;
color: var(--rb-text-color);
}
.rb-booking-field .rb-required {
color: #dc2626;
}
.restaurant-booking-form .rb-booking-field .iti {
display: block;
position: relative;
width: 100%;
}
.restaurant-booking-form .rb-booking-field .iti__country-container {
align-items: center;
display: flex;
left: 0;
padding: 0;
position: absolute;
top: 0;
bottom: 0;
z-index: 2;
}
.restaurant-booking-form .rb-booking-field button.iti__selected-country {
align-items: center;
background: transparent;
border: 0;
box-shadow: none;
color: #0f172a;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
font-size: 1rem;
font-weight: 500;
height: 100%;
line-height: 1;
margin: 0;
min-height: 0;
min-width: 0;
padding: 0;
text-transform: none;
white-space: nowrap;
width: auto;
}
.restaurant-booking-form .rb-booking-field .iti__selected-country-primary {
align-items: center;
display: flex;
flex-direction: row;
flex-wrap: nowrap;
height: 100%;
white-space: nowrap;
}
.restaurant-booking-form .rb-booking-field .iti__selected-dial-code {
display: inline-block;
flex-shrink: 0;
line-height: 1;
margin-left: 0.25rem;
white-space: nowrap;
}
.restaurant-booking-form .rb-booking-field .iti input.iti__tel-input,
.restaurant-booking-form .rb-booking-field .iti input.iti__tel-input[type="tel"],
.restaurant-booking-form .rb-booking-field .iti input.iti__tel-input[type="text"] {
background: #fff;
background-color: #fff;
border: 1px solid var(--rb-input-border-color);
border-radius: 8px;
box-shadow: none;
color: #0f172a;
font-size: 1rem;
line-height: 1.4;
margin: 0;
min-height: 2.75rem;
padding: 0.55rem 0.75rem;
width: 100%;
}
.restaurant-booking-form .rb-booking-field .iti:has(input.iti__tel-input:focus) input.iti__tel-input {
border-color: var(--rb-primary-color);
box-shadow: 0 0 0 3px var(--rb-input-focus-ring);
outline: none;
}
.restaurant-booking-form .rb-booking-field input[type="text"],
.restaurant-booking-form .rb-booking-field input[type="tel"],
.restaurant-booking-form .rb-booking-field input[type="email"],
.restaurant-booking-form .rb-booking-field select,
.restaurant-booking-form .rb-booking-field textarea {
appearance: none;
-webkit-appearance: none;
background: #fff;
background-color: #fff;
border: 1px solid var(--rb-input-border-color);
border-radius: 8px;
box-shadow: none;
color: #0f172a;
font-size: 1rem;
line-height: 1.4;
margin: 0;
min-height: 2.75rem;
padding: 0.55rem 0.75rem;
width: 100%;
transition: border-color 0.15s ease, box-shadow 0.15s ease;
}
.restaurant-booking-form .rb-booking-field textarea {
min-height: 5rem;
}
.restaurant-booking-form .rb-booking-field input:focus,
.restaurant-booking-form .rb-booking-field select:focus,
.restaurant-booking-form .rb-booking-field textarea:focus {
border-color: var(--rb-primary-color);
box-shadow: 0 0 0 3px var(--rb-input-focus-ring);
outline: none;
}
.restaurant-booking-form .rb-booking-field textarea {
resize: vertical;
}
.rb-booking-step__actions {
display: flex;
flex-wrap: wrap;
gap: 0.75rem;
margin-top: 1.5rem;
}
.restaurant-booking-form .rb-booking-btn {
appearance: none;
-webkit-appearance: none;
background-image: none;
border-radius: 8px;
border-style: solid;
border-width: 1px;
box-shadow: none;
cursor: pointer;
display: inline-flex;
align-items: center;
justify-content: center;
font-size: 0.95rem;
font-weight: 600;
line-height: 1.2;
margin: 0;
padding: 0.65rem 1.15rem;
text-decoration: none;
text-transform: none;
transition: background-color 0.15s ease, border-color 0.15s ease, color 0.15s ease, opacity 0.15s ease;
}
.restaurant-booking-form .rb-booking-btn:disabled {
cursor: not-allowed;
opacity: 0.5;
}
.restaurant-booking-form .rb-booking-btn--primary {
background: var(--rb-button-background-color);
background-color: var(--rb-button-background-color);
border-color: var(--rb-button-background-color);
color: var(--rb-button-text-color);
}
.restaurant-booking-form .rb-booking-btn--primary:hover:not(:disabled),
.restaurant-booking-form .rb-booking-btn--primary:focus:not(:disabled) {
background: var(--rb-button-hover-background-color);
background-color: var(--rb-button-hover-background-color);
border-color: var(--rb-button-hover-background-color);
color: var(--rb-button-text-color);
}
.restaurant-booking-form .rb-booking-btn--secondary {
background: #f1f5f9;
background-color: #f1f5f9;
border-color: #cbd5e1;
color: #334155;
}
.restaurant-booking-form .rb-booking-btn--secondary:hover:not(:disabled),
.restaurant-booking-form .rb-booking-btn--secondary:focus:not(:disabled) {
background: #e2e8f0;
background-color: #e2e8f0;
border-color: #94a3b8;
color: #1e293b;
} .restaurant-booking-form.rb-booking-wizard .rb-booking-btn--primary {
background-color: var(--rb-button-background-color) !important;
border-color: var(--rb-button-background-color) !important;
color: var(--rb-button-text-color) !important;
}
.restaurant-booking-form.rb-booking-wizard .rb-booking-btn--primary:hover:not(:disabled),
.restaurant-booking-form.rb-booking-wizard .rb-booking-btn--primary:focus:not(:disabled) {
background-color: var(--rb-button-hover-background-color) !important;
border-color: var(--rb-button-hover-background-color) !important;
color: var(--rb-button-text-color) !important;
}
.restaurant-booking-form.rb-booking-wizard .rb-booking-btn--secondary {
background-color: #f1f5f9 !important;
border-color: #cbd5e1 !important;
color: #334155 !important;
}
.rb-booking-slot-groups {
display: flex;
flex-direction: column;
gap: 1.25rem;
}
.rb-booking-slot-group__title {
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.04em;
margin: 0 0 0.6rem;
text-transform: uppercase;
color: #64748b;
}
.rb-booking-slot-pills {
display: flex;
flex-wrap: wrap;
gap: 0.5rem;
}
.restaurant-booking-form .rb-booking-slot-pill {
appearance: none;
-webkit-appearance: none;
background: #fff;
background-color: #fff;
border: 1px solid var(--rb-input-border-color);
border-radius: 999px;
box-shadow: none;
color: #0f172a;
cursor: pointer;
font-size: 0.95rem;
font-variant-numeric: tabular-nums;
font-weight: 500;
line-height: 1.2;
margin: 0;
min-width: 4.25rem;
padding: 0.5rem 0.85rem;
text-transform: none;
transition: border-color 0.15s ease, background-color 0.15s ease, color 0.15s ease;
width: auto;
}
.restaurant-booking-form .rb-booking-slot-pill:hover,
.restaurant-booking-form .rb-booking-slot-pill:focus {
background: #f8fafc;
background-color: #f8fafc;
border-color: var(--rb-primary-color);
color: var(--rb-primary-color);
outline: none;
}
.restaurant-booking-form .rb-booking-slot-pill.is-selected {
background: var(--rb-primary-color);
background-color: var(--rb-primary-color);
border-color: var(--rb-primary-color);
color: var(--rb-button-text-color);
}
.restaurant-booking-form .rb-booking-slot-pill.is-selected:hover,
.restaurant-booking-form .rb-booking-slot-pill.is-selected:focus {
background: var(--rb-primary-color);
background-color: var(--rb-primary-color);
border-color: var(--rb-primary-color);
color: var(--rb-button-text-color);
}
.rb-booking-slots-message {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
padding: 1rem;
}
.rb-booking-slots-message p {
margin: 0;
}
.rb-booking-slots-message__reason {
color: #64748b;
font-size: 0.9rem;
margin-top: 0.35rem !important;
}
.rb-booking-confirmation {
margin: 0;
}
.rb-booking-confirmation dt {
color: #64748b;
font-size: 0.8rem;
font-weight: 600;
margin-top: 0.75rem;
text-transform: uppercase;
letter-spacing: 0.03em;
}
.rb-booking-confirmation dt:first-child {
margin-top: 0;
}
.rb-booking-confirmation dd {
color: #0f172a;
font-size: 1rem;
margin: 0.15rem 0 0;
} .restaurant-booking-form .rb-flatpickr,
.restaurant-booking-form .rb-flatpickr-alt-input,
.restaurant-booking-form .flatpickr-input {
max-width: 100%;
}
.restaurant-booking-form .rb-flatpickr-alt-input,
.restaurant-booking-form input.form-control.rb-flatpickr-alt-input,
.restaurant-booking-form input.form-control.input {
appearance: none;
-webkit-appearance: none;
background: #fff;
background-color: #fff;
border: 1px solid var(--rb-input-border-color);
border-radius: 8px;
box-shadow: none;
color: #0f172a;
font-family: inherit;
font-size: 1rem;
line-height: 1.4;
margin: 0;
min-height: 2.75rem;
padding: 0.55rem 0.75rem;
width: 100%;
}
.rb-booking-slot-group--flat .rb-booking-slot-pills {
margin-top: 0;
}
.rb-booking-slots-container {
min-height: 2.5rem;
}
.rb-booking-slots-container.is-loading {
min-height: 4rem;
position: relative;
}
.rb-booking-slots-loading,
.rb-booking-slots-container .rb-inline-loader {
color: #64748b;
font-size: 0.95rem;
margin: 0;
text-align: center;
}
.rb-booking-btn.rb-button--loading {
cursor: wait;
opacity: 0.9;
}
.rb-booking-comments {
margin-top: 0.25rem;
}
.restaurant-booking-form.rb-booking-wizard .rb-booking-comments__toggle,
.restaurant-booking-form.rb-booking-wizard .rb-booking-add-comment {
appearance: none;
-webkit-appearance: none;
background: transparent !important;
background-color: transparent !important;
background-image: none !important;
border: 0 !important;
border-radius: 0;
box-shadow: none !important;
color: var(--rb-primary-color, #2271b1);
cursor: pointer;
display: inline;
font: inherit;
font-size: 0.95rem;
font-weight: 400;
line-height: inherit;
margin: 0;
min-height: 0;
min-width: 0;
padding: 0 !important;
text-align: inherit;
text-decoration: underline;
text-decoration-thickness: 1px;
text-transform: none;
width: auto;
}
.restaurant-booking-form.rb-booking-wizard .rb-booking-comments__toggle:hover,
.restaurant-booking-form.rb-booking-wizard .rb-booking-comments__toggle:focus,
.restaurant-booking-form.rb-booking-wizard .rb-booking-add-comment:hover,
.restaurant-booking-form.rb-booking-wizard .rb-booking-add-comment:focus {
background: transparent !important;
background-color: transparent !important;
border: 0 !important;
box-shadow: none !important;
color: var(--rb-button-hover-background-color, #1d4ed8);
outline: none;
text-decoration: underline;
text-decoration-thickness: 2px;
}
.rb-booking-comments__toggle {
background: none;
border: 0;
color: var(--rb-primary-color);
cursor: pointer;
font-size: 0.95rem;
font-weight: 600;
padding: 0;
text-decoration: underline;
}
.rb-booking-comments__toggle:hover,
.rb-booking-comments__toggle:focus {
color: var(--rb-button-hover-background-color);
}
.rb-booking-comments__panel {
margin-top: 0.75rem;
}
.rb-booking-comments__info {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
font-size: 0.9rem;
line-height: 1.5;
margin-top: 0.75rem;
padding: 0.75rem 0.9rem;
}
.rb-booking-comments__info :where(p, ul, ol) {
margin: 0 0 0.5rem;
}
.rb-booking-comments__info :where(p:last-child, ul:last-child, ol:last-child) {
margin-bottom: 0;
}
.rb-booking-comments__info a {
color: var(--rb-primary-color, #2271b1);
text-decoration: underline;
}
.rb-booking-comments__info img {
height: auto;
max-width: 100%;
}
.rb-booking-consents {
border-top: 1px solid #e2e8f0;
display: flex;
flex-direction: column;
gap: 0.75rem;
margin-top: 0.5rem;
padding-top: 1rem;
}
.rb-booking-consent__label {
align-items: flex-start;
cursor: pointer;
display: flex;
font-size: 0.9rem;
gap: 0.6rem;
line-height: 1.45;
color: var(--rb-text-color);
}
.rb-booking-consent__label input {
flex-shrink: 0;
margin-top: 0.2rem;
}
.rb-booking-consent__label .rb-required {
color: #dc2626;
flex-shrink: 0;
font-weight: 700;
line-height: 1.45;
}
.rb-booking-consent__label a {
color: var(--rb-primary-color);
}
.rb-booking-consent__label a:hover,
.rb-booking-consent__label a:focus {
text-decoration: underline;
}
.rb-booking-result {
margin-top: 0;
text-align: center;
}
.rb-booking-result__content {
align-items: center;
display: flex;
flex-direction: column;
gap: 0.85rem;
padding: 0.5rem 0 0.25rem;
}
.rb-booking-result__logo-wrap {
display: flex;
justify-content: center;
margin: 0 0 0.35rem;
}
.rb-booking-result__logo {
display: block;
height: auto;
max-height: 72px;
max-width: 220px;
object-fit: contain;
width: auto;
}
.rb-booking-result__title {
color: #0f172a;
font-size: clamp( 1.5rem, 5vw, 1.85rem );
font-weight: 800;
line-height: 1.25;
margin: 0;
}
.rb-booking-result__intro {
color: #334155;
font-size: 1.05rem;
font-weight: 500;
line-height: 1.5;
margin: 0;
max-width: 22rem;
}
.rb-booking-result__reference-value {
color: var(--rb-primary-color);
cursor: text;
font-size: clamp( 2rem, 7.5vw, 2.75rem );
font-variant-numeric: tabular-nums;
font-weight: 800;
letter-spacing: 0.02em;
line-height: 1.15;
margin: 0.15rem 0 0;
padding: 0;
user-select: all;
}
.rb-booking-success-summary {
display: flex;
flex-wrap: wrap;
gap: 0.65rem;
justify-content: center;
margin: 0.5rem 0 0;
max-width: 36rem;
width: 100%;
}
.rb-booking-success-summary-item {
align-items: stretch;
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
display: flex;
flex: 1 1 7.5rem;
flex-direction: column;
gap: 0.25rem;
justify-content: center;
min-width: 0;
padding: 0.65rem 0.85rem;
text-align: center;
}
.rb-booking-success-summary-item__title {
color: #6b7280;
font-size: 0.7rem;
font-weight: 600;
letter-spacing: 0.04em;
line-height: 1.3;
text-transform: uppercase;
}
.rb-booking-success-summary-item__value {
color: var(--rb-primary-color, #0f172a);
font-size: 1.05rem;
font-variant-numeric: tabular-nums;
font-weight: 700;
line-height: 1.3;
}
.rb-booking-success-comment {
background: #f8fafc;
border: 1px solid #e2e8f0;
border-radius: 10px;
margin: 0.85rem 0 0;
max-width: 28rem;
padding: 0.75rem 1rem;
text-align: left;
width: 100%;
}
.rb-booking-success-comment__label {
color: #64748b;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.03em;
margin: 0 0 0.35rem;
text-transform: uppercase;
}
.rb-booking-success-comment__text {
color: #334155;
font-size: 0.95rem;
line-height: 1.45;
margin: 0;
white-space: pre-wrap;
word-break: break-word;
}
.rb-booking-result__actions {
margin-top: 1.25rem;
max-width: 20rem;
width: 100%;
}
.restaurant-booking-form .rb-booking-result__actions .rb-booking-btn--primary {
font-size: 1rem;
padding: 0.85rem 1.25rem;
width: 100%;
} .restaurant-booking-form .rb-booking-honeypot {
height: 0;
left: -9999px;
overflow: hidden;
position: absolute;
top: auto;
width: 1px;
z-index: -1;
}
.restaurant-booking-form .rb-booking-honeypot__input {
height: 1px;
margin: 0;
padding: 0;
pointer-events: none;
width: 1px;
} .flatpickr-calendar .flatpickr-day.rb-booking-date-closed {
background: #f1f5f9 !important;
border-color: #e2e8f0 !important;
color: #94a3b8 !important;
cursor: not-allowed;
opacity: 0.85;
text-decoration: line-through;
}
.flatpickr-calendar .flatpickr-day.rb-booking-date-closed:hover,
.flatpickr-calendar .flatpickr-day.rb-booking-date-closed:focus {
background: #e2e8f0 !important;
color: #64748b !important;
} .rb-booking-slots-message--closed .rb-booking-slots-message__title {
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 0.35rem;
}
.rb-booking-slots-message--closed .rb-booking-slots-message__reason {
color: #475569;
margin: 0;
} .restaurant-booking-form .rb-booking-closed-modal {
align-items: center;
display: flex;
inset: 0;
justify-content: center;
padding: 1rem;
position: fixed;
z-index: 100050;
}
.restaurant-booking-form .rb-booking-closed-modal[hidden] {
display: none;
}
.restaurant-booking-form .rb-booking-closed-modal__backdrop {
background: rgba(15, 23, 42, 0.45);
border: 0;
cursor: pointer;
inset: 0;
margin: 0;
padding: 0;
position: absolute;
}
.restaurant-booking-form .rb-booking-closed-modal__panel {
background: #fff;
border-radius: 12px;
box-shadow: 0 12px 40px rgba(15, 23, 42, 0.18);
max-width: 22rem;
padding: 1.25rem 1.35rem 1.1rem;
position: relative;
text-align: center;
width: 100%;
z-index: 1;
}
.restaurant-booking-form .rb-booking-closed-modal__title {
font-size: 1.05rem;
font-weight: 700;
margin: 0 0 0.5rem;
}
.restaurant-booking-form .rb-booking-closed-modal__message {
color: #475569;
font-size: 0.95rem;
line-height: 1.45;
margin: 0 0 1rem;
}
body.rb-booking-closed-modal-open {
overflow: hidden;
} .rb-closure-notices {
box-sizing: border-box;
color: #3d3a2f;
margin: 0 auto 1.25rem;
max-width: 42rem;
}
.rb-closure-notices__title {
color: #6b4e00;
font-size: 1.1rem;
font-weight: 700;
line-height: 1.35;
margin: 0 0 0.75rem;
text-align: center;
}
.rb-closure-notices__list {
display: flex;
flex-direction: column;
gap: 0.65rem;
}
.rb-closure-notices--multiple .rb-closure-notices__list {
gap: 0.75rem;
}
.rb-closure-notice {
background: #fff8e6;
border: 1px solid #f0d78c;
border-left: 4px solid #dba617;
border-radius: 10px;
box-sizing: border-box;
display: block;
font-size: 1rem;
line-height: 1.5;
padding: 0.85rem 1rem;
text-align: center;
}
.rb-closure-notice__type {
color: #6b4e00;
display: block;
font-size: 0.8rem;
font-weight: 700;
letter-spacing: 0.02em;
margin-bottom: 0.35rem;
text-transform: uppercase;
}
.rb-closure-notice__message {
display: block;
margin-bottom: 0.35rem;
}
.rb-closure-notice__dates {
color: #5c5748;
display: block;
font-size: 0.875rem;
}