.str-reservation-form-wrapper {
max-width: 780px;
width: 100%;
margin: 30px auto;
background: #ffffff !important;
border-radius: 12px;
box-shadow: 0 8px 30px rgba(0,0,0,0.10);
border: 1px solid #e8e8e8;
overflow: hidden;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
color: #222 !important;
box-sizing: border-box;
} .str-form-header {
background: var(--str-header-bg, #2271b1) !important;
color: #ffffff !important;
text-align: center;
padding: 22px 28px 18px;
}
.str-form-header-title {
font-family: "Cinzel", Georgia, serif !important;
font-size: 28px !important;
font-weight: 700 !important;
letter-spacing: 0.6px;
margin-bottom: 12px;
line-height: 1.3;
color: #ffffff !important;
}
.str-form-header-logo {
display: flex;
justify-content: center;
align-items: center;
}
.str-form-header-logo img {
display: block;
width: 130px;
height: auto;
max-height: 130px;
object-fit: contain;
filter: drop-shadow(0 1px 3px rgba(0,0,0,0.3));
}
.str-reservation-form {
padding: 28px 36px 34px;
} .str-section {
margin-bottom: 28px;
padding-bottom: 8px;
border-bottom: 1px solid #eee;
}
.str-section:last-of-type {
border-bottom: none;
}
.str-section-title {
margin: 0 0 16px 0 !important;
padding: 0 !important;
font-size: 15px !important;
font-weight: 700 !important;
color: var(--str-header-bg, #2271b1) !important;
text-transform: uppercase;
letter-spacing: 0.4px;
}
.str-field {
margin-bottom: 16px;
}
.str-reservation-form label {
display: block !important;
margin-bottom: 6px !important;
font-weight: 600 !important;
font-size: 14px !important;
color: #222 !important;
line-height: 1.35 !important;
opacity: 1 !important;
visibility: visible !important;
}
.str-hint {
margin: 4px 0 0 !important;
font-size: 12px !important;
color: #777 !important;
font-weight: 400 !important;
}
.str-reservation-form input[type="text"],
.str-reservation-form input[type="email"],
.str-reservation-form input[type="tel"],
.str-reservation-form input[type="number"],
.str-reservation-form select,
.str-reservation-form textarea,
.str-reservation-form .flatpickr-input,
.str-reservation-form .str-date-input {
width: 100% !important;
padding: 11px 14px !important;
border: 1px solid #ccc !important;
border-radius: 6px !important;
font-size: 15px !important;
line-height: 1.4 !important;
box-sizing: border-box !important;
background: #fff !important;
color: #222 !important;
height: auto !important;
min-height: 44px !important;
opacity: 1 !important;
visibility: visible !important;
}
.str-reservation-form input:focus,
.str-reservation-form select:focus,
.str-reservation-form textarea:focus {
border-color: #2271b1 !important;
outline: none !important;
box-shadow: 0 0 0 2px rgba(34,113,177,0.2) !important;
}
.str-reservation-form select:disabled {
background: #f5f5f5 !important;
color: #888 !important;
cursor: not-allowed;
} .str-radio-group {
display: flex !important;
gap: 12px !important;
margin-top: 4px !important;
}
.str-radio-card {
flex: 1 !important;
display: flex !important;
align-items: center !important;
justify-content: center !important;
gap: 8px !important;
padding: 12px 10px !important;
border: 2px solid #ddd !important;
border-radius: 8px !important;
cursor: pointer !important;
font-weight: 600 !important;
margin: 0 !important;
background: #fafafa !important;
transition: all 0.15s ease;
}
.str-radio-card input {
margin: 0 !important;
width: auto !important;
min-height: auto !important;
}
.str-radio-card:has(input:checked) {
border-color: #2271b1 !important;
background: #e8f0f8 !important;
color: #2271b1 !important;
} .str-gdpr {
margin: 20px 0 18px !important;
}
.str-gdpr label {
font-weight: 400 !important;
font-size: 13px !important;
display: flex !important;
align-items: flex-start !important;
gap: 10px !important;
color: #444 !important;
cursor: pointer;
}
.str-gdpr input[type="checkbox"] {
width: auto !important;
min-height: auto !important;
margin-top: 3px !important;
flex-shrink: 0;
} .str-submit-btn {
display: block !important;
width: 100% !important;
padding: 15px 20px !important;
background: var(--str-header-bg, #2271b1) !important;
color: #fff !important;
border: none !important;
border-radius: 8px !important;
font-size: 16px !important;
font-weight: 700 !important;
cursor: pointer !important;
text-align: center !important;
transition: filter 0.2s ease, opacity 0.2s ease !important;
height: auto !important;
line-height: 1.4 !important;
letter-spacing: 0.2px;
}
.str-submit-btn:hover {
filter: brightness(0.88);
color: #fff !important;
}
.str-submit-btn:disabled {
opacity: 0.7 !important;
cursor: not-allowed !important;
} .str-messages {
margin-top: 16px !important;
padding: 14px 16px !important;
border-radius: 6px !important;
font-size: 14px !important;
line-height: 1.5 !important;
}
.str-messages.success {
background: #d4edda !important;
color: #155724 !important;
border: 1px solid #c3e6cb !important;
}
.str-messages.error {
background: #f8d7da !important;
color: #721c24 !important;
border: 1px solid #f5c6cb !important;
} .flatpickr-calendar {
font-family: inherit !important;
border-radius: 10px !important;
box-shadow: 0 10px 40px rgba(0,0,0,0.15) !important;
}
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange {
background: #2271b1 !important;
border-color: #2271b1 !important;
}
.flatpickr-day:hover {
background: #e8f0f8 !important;
}  .str-form-columns {
display: grid;
grid-template-columns: 1fr 1fr;
gap: 24px 28px;
align-items: start;
margin-bottom: 8px;
}
.str-form-columns .str-section {
border-bottom: none;
margin-bottom: 0;
padding-bottom: 0;
}
.str-form-columns .str-radio-group {
flex-direction: column;
}
.str-form-columns .str-radio-card {
width: 100%;
} @media (max-width: 782px) {
.str-form-columns {
display: block !important;
grid-template-columns: 1fr !important;
gap: 0 !important;
}
.str-form-columns .str-section {
margin-bottom: 28px !important;
padding-bottom: 8px !important;
border-bottom: 1px solid #eee !important;
}
.str-form-columns .str-section:last-child {
border-bottom: none !important;
}
}
@media (max-width: 600px) {
.str-reservation-form {
padding: 18px 16px 24px;
}
.str-radio-group {
flex-direction: column !important;
}
.str-form-header-title {
font-size: 20px;
}
.str-form-header-logo img {
width: 88px;
}
.str-form-columns {
display: block !important;
}
}