.fastbook-calendar-wrapper {
    background: #fff;
    padding: 30px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    border: 1px solid #eee;
    min-height: 300px;
}

/* Анимация для обновления цены */
@keyframes fb-price-highlight {
    0% { background-color: transparent; }
    30% { background-color: rgba(255, 235, 59, 0.3); }
    100% { background-color: transparent; }
}

@keyframes fb-price-update {
    0% { transform: scale(1); }
    50% { transform: scale(1.1); }
    100% { transform: scale(1); }
}

.fb-price-animation {
    animation: fb-price-highlight 1.5s ease-out, fb-price-update 0.7s ease-out;
    border-radius: 3px;
    padding: 2px 5px;
    display: inline-block;
}

.fastbook-calendar-wrapper .widget-title {
    margin: 0 0 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #eee;
    font-size: 18px;
    color: #333;
}

.fastbook-calendar-wrapper .widget-title i {
    margin-right: 5px;
}

.fastbook-form .form-group {
    margin-bottom: 20px;
    padding: 0;
}

.fastbook-form label {
    display: block;
    margin-bottom: 5px;
    font-weight: normal;
    color: #222;
}

.fastbook-form .form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff !important;
    margin-bottom: 5px;
}

.fastbook-form .form-control:focus {
    border-color: #2196F3;
    outline: none;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
}

.fb-form-groups{
    display: none;
}

/* Стили для отображения сезонных цен */
.seasonal-price-info {
    color: #e67e22;
    font-weight: 500;
    display: inline-block;
    margin-left: 5px;
}

.seasonal-prices-details {
    margin-top: 10px;
    margin-bottom: 10px;
    padding: 10px;
    background-color: #f9f9f9;
    border-left: 3px solid #e67e22;
    border-radius: 3px;
    font-size: 0.9em;
    line-height: 1.5;
}

.seasonal-prices-details strong {
    display: block;
    margin-bottom: 5px;
    color: #333;
}

/* Стили для шорткодов скидок и сезонных цен */
.fastbook-discounts-table-wrapper,
.fastbook-seasonal-prices-table-wrapper {
    margin: 20px 0;
}

.fastbook-discounts-table-title,
.fastbook-seasonal-prices-table-title {
    font-size: 1.5em;
    margin-bottom: 15px;
    color: #333;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}

.fastbook-discounts-table,
.fastbook-seasonal-prices-table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 15px;
}

.fastbook-discounts-table th,
.fastbook-seasonal-prices-table th {
    background-color: #f5f5f5;
    color: #333;
    font-weight: 600;
    text-align: left;
    padding: 10px 20px;
    border-bottom: 2px solid #ddd;
}

.fastbook-discounts-table td,
.fastbook-seasonal-prices-table td {
    padding: 10px 20px;
    border-bottom: 1px solid #eee;
    vertical-align: middle;
}

.fastbook-discounts-table tr:hover,
.fastbook-seasonal-prices-table tr:hover {
    background-color: #f9f9f9;
}

.fastbook-base-price {
    margin-bottom: 15px;
    padding: 10px;
    background-color: #f5f5f5;
    border-left: 3px solid #222;
    border-radius: 3px;
    padding-left: 20px;
}

.fastbook-no-discounts,
.fastbook-no-seasonal-prices,
.fastbook-error {
    padding: 15px;
    background-color: #f8f8f8;
    border-left: 3px solid #ccc;
    color: #666;
    font-style: italic;
}

.fastbook-error {
    border-left-color: #e74c3c;
    color: #e74c3c;
}

.booking-success {
    position: relative;
    padding: 25px;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: .25rem;
    font-size: 24px;
    text-align: center;
    line-height: 1.5;
    font-weight: 500;
}

/* Calendar styles */
.flatpickr-calendar {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16) !important;
    border-radius: 8px !important;
    border: none !important;
    background: #fff !important;
    font-family: inherit !important;
    padding: 16px !important;
}

.flatpickr-day {
    border-radius: 0 !important;
    margin: 2px !important;
    height: 36px !important;
    line-height: 36px !important;
    border: 1px solid transparent !important;
}

/* Styles for disabled dates */
.flatpickr-day.flatpickr-disabled,
.flatpickr-day.flatpickr-disabled:hover {
    color: #222 !important;
    background-color: rgba(255, 99, 71, 0.2) !important;
    border-color: rgba(255, 99, 71, 0.2) !important;
    cursor: not-allowed !important;
    opacity: 0.8 !important;
}

/* Styles for selected dates */
.flatpickr-day.selected,
.flatpickr-day.selected:hover {
    background-color: #4CAF50 !important;
    border-color: #4CAF50 !important;
    color: #fff !important;
}

/* Styles for date range */
.flatpickr-day.inRange {
    background-color: #E8F5E9 !important;
    border-color: #C8E6C9 !important;
    color: #2E7D32 !important;
    box-shadow: none !important;
}

/* Styles for arrows */
.flatpickr-prev-month,
.flatpickr-next-month {
    padding: 10px !important;
}

.flatpickr-prev-month svg,
.flatpickr-next-month svg {
    fill: #666 !important;
    width: 16px !important;
    height: 16px !important;
}

.flatpickr-prev-month:hover svg,
.flatpickr-next-month:hover svg {
    fill: #2196F3 !important;
}

.fastbook-form input[type="email"],
.fastbook-form input[type="tel"],
.fastbook-form input[type="text"] {
    height: 40px;
}

.fastbook-form .time-select {
    display: flex;
    gap: 20px;
    margin-top: 15px;
}

.fastbook-form .time-group {
    flex: 1;
}

.fastbook-form .time-group select {
    width: 100%;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fff;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3e%3cpolyline points='6 9 12 15 18 9'%3e%3c/polyline%3e%3c/svg%3e");
    background-repeat: no-repeat;
    background-position: right 8px center;
    background-size: 1em;
    padding-right: 30px;
    height: auto;
}

.fastbook-form .time-group select:focus {
    outline: none;
    border-color: #2196F3;
    box-shadow: 0 0 0 2px rgba(33, 150, 243, 0.1);
}

@media (max-width: 768px) {
    .fastbook-form .time-select {
        flex-direction: column;
        gap: 10px;
    }
}

.fastbook-form .price-info {
    background: #f9f9f9;
    padding: 10px;
    border-radius: 4px;
    margin-bottom: 20px;
}

.fastbook-form .daily-price,
.fastbook-form .weekly-price {
    margin: 5px 0;
}

.fastbook-form .amount {
    font-weight: 600;
    color: #222;
}

.fastbook-form .total-price {
background: #fff8d8;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
    border: 0;
}



.fastbook-form .total-price p{
    margin-bottom: 0;
    font-weight: normal;
    font-size: 16px;
}

.fastbook-form .total-amount {
    font-size: 18px;
    font-weight: 500;
    color: #ffab00;
    padding-top: 5px;
    text-align: left;
}

.fastbook-form .btn {
    width: 100%;
    padding: 12px;
    background: #2196F3;
    color: #fff;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s ease;
}


.fastbook-form  strong {
    font-weight: 600;
}

.fastbook-form .btn:hover {
    background: #1976D2;
}

/* Flatpickr customization */
.flatpickr-calendar {
    box-shadow: 0 3px 6px rgba(0,0,0,0.16);
    border-radius: 4px;
}

.flatpickr-day.selected {
    background: #2196F3;
    border-color: #2196F3;
}

.flatpickr-day.selected:hover {
    background: #1976D2;
    border-color: #1976D2;
}

.flatpickr-day.today {
    border-color: #2196F3;
}

.flatpickr-day.today:hover {
    background: #e3f2fd;
    border-color: #2196F3;
}

/* Responsiveness */
@media (max-width: 768px) {
    .fastbook-calendar-wrapper {
        padding: 15px;
    }
    
    .fastbook-form .btn {
        padding: 10px;
        font-size: 14px;
    }
}




.fastbook-calendar-wrapper {
    background: #fff;
    padding: 20px;
    transition: all 0.3s ease;
}

.fastbook-form {
    margin-top: 15px;
}

.form-section {
    transition: all 0.3s ease;
}

.form-group {
    margin-bottom: 15px;
}

.form-group label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.form-control {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
}

/* Price block styles */
.price-info {
    margin: 15px 0;
    padding: 10px;
    background: #f8f9fa;
    border-radius: 4px;
    text-align: center;
}

.price-info .price {
    font-size: 24px;
    font-weight: bold;
    color: #28a745;
}

.price-info .days {
    font-size: 14px;
    color: #6c757d;
}

/* Discount block styles */
.fb-promo-info {
    background: #f8f9fa;
    padding: 15px;
    border-radius: 0;
    margin: 20px 0;
    opacity: 0.7;
    transition: all 0.3s ease;
}

.fb-promo-info.active {
    opacity: 1;
}

.fb-price-calculated .fb-promo-info{
    display: none !important;
}

.fb-promo-info h4 {
    margin: 0 0 10px;
    color: #333;
    font-size: 16px;
}

.promo-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.promo-list li {
    display: flex;
    align-items: center;
    margin-bottom: 8px;
    padding: 8px;
    background: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.05);
    transition: all 0.3s ease;
}

.promo-list li.applicable {
    background: #e8f5e9;
    border-left: 4px solid #28a745;
}

.promo-list li:last-child {
    margin-bottom: 0;
}

.discount-value {
    font-size: 14px;
    font-weight: 500;
    color: #28a745;
    margin-right: 10px; 
    padding: 2px 8px;
    background: #e8f5e9;
    border-radius: 4px;
    width: 100px;
    text-align: center;
    word-wrap: break-word;
    display: inline-block;
}

.discount-condition {
    color: #666;
    font-size: 13px;
    line-height: 1.5;
}

/* General button styles */
.btn-fastbook {
    display: inline-block;
    padding: 10px 20px;
    font-size: 14px;
    font-weight: 500;
    text-align: center;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    transition: all 0.3s ease;
    width: 100%;
}



.btn-fastbook:hover {
    background-color: #0056b3;
}

/* Message styles */
.booking-response {
    margin-top: 15px;
    padding: 10px;
    border-radius: 4px;
}

.booking-response.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.booking-success-img{
     background-image: url('../img/send.svg');
    width: 120px;
    height: 120px;
}

.booking-response.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

/* Form animation */
.fb-form-groups {
    opacity: 0;
    transform: translateY(-10px);
    transition: opacity 0.3s ease, transform 0.3s ease;
    display: none;
}

.fb-form-groups.show {
    opacity: 1;
    transform: translateY(0);
    display: block;
}


.fastbook-booking-form {
    background: #f9f9f9;
    padding: 20px;
    border-radius: 5px;
    margin: 20px 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

.fastbook-booking-form h3 {
    margin-top: 0;
    margin-bottom: 20px;
    color: #333;
    font-size: 1.5em;
    font-weight: 600;
}

.price-info {
    margin-bottom: 15px;
    font-size: 16px;
    color: #666;
    padding: 10px;
    background: #fff;
    border-radius: 4px;
}

.daily-price, .weekly-price {
    display: block;
    margin-bottom: 5px;
}


.daily-price .currency{
    padding-left: 3px;
}


.fb-form-groups{
    display: none;
}


.form-row {
    margin-bottom: 15px;
}

.form-row label {
    display: block;
    margin-bottom: 5px;
    color: #333;
    font-weight: 500;
}

.form-row input {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    transition: border-color 0.3s ease;
}

.form-row input:focus {
    border-color: #0073aa;
    outline: none;
    box-shadow: 0 0 5px rgba(0,115,170,0.2);
}


.half-day-option #half-day-checkbox{
        width: auto;
}

.fastbook-calendar-wrapper  .widget-title{
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    padding: 1.1625rem 1.25rem 0.6625rem 1.25rem;
    border-radius: 0;
    text-align: center;
    margin: -20px -20px 30px -20px;
}



.fastbook-calendar-wrapper  .widget-title:after{
    display: none !important;
}


.price-calculation {
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 15px;
    background: #f0f8ff;
    border-radius: 4px;
    border-left: 3px solid #4a90e2;
    display: block !important;
    min-height: 60px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    visibility: visible !important;
    opacity: 1 !important;
}

.calculation-details {
    margin-bottom: 10px;
    font-size: 14px;
    color: #555;
}

.loading-indicator {
    text-align: center;
    color: #666;
    font-style: italic;
    padding: 10px 0;
}

.total-price {
    font-size: 1.2em;
    margin-top: 10px;
    font-weight: bold;
}

.discount-info {
    color: #5cb85c;
    font-weight: bold;
    font-size: 0.9em;
}

.discount-dates {
    font-size: 0.9em;
    color: #777;
    font-style: italic;
    margin-left: 5px;
}

.no-discounts-message {
    margin-top: 10px;
    color: #777;
    font-style: italic;
}

.submit-booking {
    background: #0073aa;
    color: #fff;
    padding: 12px 20px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-size: 16px;
    width: 100%;
    transition: background 0.3s ease;
}

.submit-booking:hover {
    background: #005177;
}

.submit-booking:disabled {
    background: #ccc;
    cursor: not-allowed;
}

.half-day-option {
    margin: 10px 0;
    padding: 10px;
    background-color: #f8f9fa;
    border-radius: 4px;
}

.half-day-option label {
    display: flex;
    align-items: center;
    cursor: pointer;
    margin: 0;
    color: #333;
}

.half-day-option input[type="checkbox"] {
    margin-right: 8px;
}

.booking-message {
    margin-top: 15px;
    padding: 12px;
    border-radius: 4px;
    font-size: 14px;
}

.booking-message.success {
    background: #dff0d8;
    color: #3c763d;
    border: 1px solid #d6e9c6;
}

.booking-message.error {
    background: #f2dede;
    color: #a94442;
    border: 1px solid #ebccd1;
}

.booking-success-image{
    background-image: url(../img/send.svg);
    width: 110px;
    height: 110px;
    margin: 10px auto;
}

/* Flatpickr customization */
.flatpickr-day.selected,
.flatpickr-day.startRange,
.flatpickr-day.endRange,
.flatpickr-day.selected.inRange,
.flatpickr-day.startRange.inRange,
.flatpickr-day.endRange.inRange,
.flatpickr-day.selected:focus,
.flatpickr-day.startRange:focus,
.flatpickr-day.endRange:focus,
.flatpickr-day.selected:hover,
.flatpickr-day.startRange:hover,
.flatpickr-day.endRange:hover,
.flatpickr-day.selected.prevMonthDay,
.flatpickr-day.startRange.prevMonthDay,
.flatpickr-day.endRange.prevMonthDay,
.flatpickr-day.selected.nextMonthDay,
.flatpickr-day.startRange.nextMonthDay,
.flatpickr-day.endRange.nextMonthDay {
    background: #0073aa;
    border-color: #0073aa;
}

.flatpickr-day.selected.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.startRange.startRange + .endRange:not(:nth-child(7n+1)),
.flatpickr-day.endRange.startRange + .endRange:not(:nth-child(7n+1)) {
    box-shadow: -10px 0 0 #0073aa;
}

/* Responsive design */
@media (max-width: 768px) {
        .fastbook-form .total-price {
    background: #e3f2fd;
    padding: 15px;
    border-radius: 4px;
    margin-top: 20px;
    font-size: 14px;
    font-weight: normal;
}
    
    .form-row input {
        padding: 8px;
    }
    
    .submit-booking {
        padding: 10px 15px;
    }
}

/* Notification styles */
.fastbook-notification {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: 4px;
    font-size: 14px;
    line-height: 1.5;
    position: relative;
    animation: slideIn 0.3s ease-out;
}

.fastbook-notification.success {
    background-color: #d4edda;
    color: #155724;
    border: 1px solid #c3e6cb;
}

.fastbook-notification.error {
    background-color: #f8d7da;
    color: #721c24;
    border: 1px solid #f5c6cb;
}

@keyframes slideIn {
    from {
        transform: translateY(-20px);
        opacity: 0;
    }
    to {
        transform: translateY(0);
        opacity: 1;
    }
}

/* Additional Services styles */
.fb-additional-services {
    margin-bottom: 20px;
}

.fb-additional-services .services-list {
    max-height: 500px;
    overflow-y: auto;
}


.fb-additional-services .services-list 

.fb-additional-services .service-item {
    margin-bottom: 10px;
    padding: 10px;
    border: 1px solid #e0e0e0;
    border-radius: 4px;
    background-color: #fff;
    transition: background-color 0.2s ease;
}

.fb-additional-services .service-item:last-child {
    margin-bottom: 0;
}

.fb-additional-services .service-item{
    padding-top: 10px;
    padding-bottom: 10px;
}


.fb-additional-services .service-item.checked {
    background-color: #e6f3ff;
    border-color: #c2e0ff;
}

.fb-additional-services .service-item label {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    cursor: pointer;
    margin-bottom: 5px;
    align-content: flex-start;
}

.fb-additional-services .service-item input[type="checkbox"] {
    width: auto;
    margin: 7px 12px 0 10px;
}

.fb-additional-services .service-name {
    font-weight: 600;
    margin-right: 10px;
    flex: 1;
}

.fb-additional-services .fb-service-price {
    color: #666;
    font-style: normal;
    white-space: nowrap;
    display: flex;
    flex-direction: column;
    font-size: 17px;
    line-height: 1.5;
    margin-top: 0;
    padding-right: 10px;
    position: relative;
    top: 5px;
}

.fb-additional-services .fb-price-type {
    color: #888;
    font-size: 0.9em;
    margin-left: 3px;
    opacity: 0.8;
    text-align: center;
}

.fb-additional-services .service-description {
    margin-left: 37px;
    color: #666;
    font-size: 13px;
    line-height: 1.6;
    padding-bottom: 0;
    width: 60%;
    margin-top: -22px;
}

/* Loading state styles */
.fastbook-loading {
    position: relative;
}

.fastbook-loading:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(255, 255, 255, 0.5);
    z-index: 1;
}

button.loading {
    position: relative;
    color: transparent !important;
    pointer-events: none;
}

button.loading:after {
    content: '';
    position: absolute;
    width: 20px;
    height: 20px;
    top: 50%;
    left: 50%;
    margin: -10px 0 0 -10px;
    border: 2px solid rgba(255,255,255,0.3);
    border-radius: 50%;
    border-top-color: #fff;
    animation: spin 0.8s infinite linear;
}

@keyframes spin {
    to { transform: rotate(360deg); }
}

.available-discounts {
    margin-top: 15px;
    background-color: #f0f8ff;
    padding: 10px 15px;
    border-radius: 4px;
    border-left: 3px solid #4CAF50;
}

.available-discounts h4 {
    margin-top: 0;
    margin-bottom: 10px;
    color: #333;
    font-size: 16px;
}

.available-discounts ul {
    margin: 0;
    padding-left: 20px;
}

.available-discounts li {
    margin-bottom: 5px;
    color: #555;
}

.error-message {
    color: #dc3545;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

/* FastBook Search Widget Styles */
.fb-search-wrapper {
    max-width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f7f7f7;
    border-radius: 5px;
}

.fb-search-title {
    margin-top: 0;
    margin-bottom: 20px;
    font-size: 24px;
    text-align: center;
}

.fb-search-form {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
    gap: 15px;
}

.fb-search-field {
    margin-bottom: 15px;
}

.fb-search-field label {
    display: block;
    margin-bottom: 5px;
    font-weight: 500;
}

.fb-select,
.fb-datepicker {
    width: 100%;
    padding: 10px;
    border: 1px solid #ddd;
    border-radius: 4px;
    background-color: #fff;
}

.fb-search-submit {
    grid-column: 1 / -1;
    text-align: center;
}

.fb-search-button {
    padding: 12px 24px;
    border: none;
    border-radius: 4px;
    cursor: pointer;
    font-weight: 600;
    transition: all 0.3s ease;
    background-color: #f76d2b;
    color: #ffffff;
}

.fb-search-button:hover {
    opacity: 0.9;
}

.fb-search-button i {
    margin-right: 8px;
}

@media (max-width: 768px) {
    .fb-search-form {
        grid-template-columns: 1fr;
    }
}

.error-message {
    padding: 10px;
    margin: 10px 0;
    font-weight: bold;
}

.loading {
    text-align: center;
    padding: 15px;
    font-style: italic;
    color: #666;
    background: rgba(255, 255, 255, 0.8);
    border-radius: 4px;
}

.loading:after {
    content: "...";
    animation: loading-dots 1.5s infinite;
}

@keyframes loading-dots {
    0% { content: "."; }
    33% { content: ".."; }
    66% { content: "..."; }
}

.form-group.total-price {
    background-color: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    margin: 20px 0;
    border-left: 4px solid #28a745;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    display: none;
    font-weight: 500;
    font-size: 16px;
}

.form-group.total-price .total-amount {
    font-size: 1.3em;
    font-weight: bold;
    color: #28a745;
    margin-top: 5px;
}

.form-group.total-price label {
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
}

.total-price-details {
    font-size: 0.9em;
    color: #666;
    margin-bottom: 5px;
}

.total-price-details .discount-info {
    color: #28a745;
    font-style: italic;
    margin-left: 5px;
}

.total-price-pledge{
    font-size: 12px;
    gap: 12px;
    line-height: 1.3;
    align-items: center;
    display: none;
} 


.total-price-pledge.show{
       display: flex !important;
    }


.total-price-pledge svg{
    width: 20px;
    height: 20px;
}

.discount-info {
    color: #28a745;
    font-size: 0.9em;
    font-style: italic;
}

.discount-applied {
    color: #28a745;
    font-weight: 500;
    font-size: 12px;
    background-color: rgba(40, 167, 69, 0.1);
    padding: 6px 12px;
    border-radius: 3px;
    display: inline-block;
    width: 100%;
    margin: 10px 0;
}

/* Стили для виджет-зоны Fastbook */
.fastbook-widget-area-wrapper {
    margin-top: 30px;
    background: #fff;
    padding: 0px;
    border-radius: 0;
    box-shadow: none;
    margin-bottom: 30px;
    border: 0;
}

.fastbook-feature-box{
      display: flex;
    gap: 20px;
}

.fastbook-feature-title{
    font-size: 18px;
    margin: 0;
    padding: 0;
    padding-bottom: 5px;
    font-weight: 500;
}

.fastbook-feature-description{
    margin: 0;
    padding: 0;
    font-size: 14px;
}

.fastbook-widget-area-wrapper .widget {
    padding: 20px 30px !important;
    margin-top: -2px !important;
    position: relative;
    z-index: 9;
    background: #fff;
}

.fastbook-feature-icon {
    width: 60px;
}

.fastbook-widget-area-wrapper .widget:last-child {
    margin-bottom: 0;
}

.fastbook-widget-area-wrapper .widget-title {
    display: none;
}

/* Для соответствия стилю заголовка формы бронирования */
.fastbook-widget-area-wrapper .widget-title {
    color: rgb(255, 255, 255);
    background: rgb(34, 34, 34);
    padding: 1.1625rem 1.25rem 0.6625rem 1.25rem;
    border-radius: 0;
    margin: -30px -30px 20px -30px;
}

/* Стили для виджета Features Box */
.av-features-info {
    display: flex;
    align-items: center;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f9f9f9;
    border-radius: 5px;
    transition: all 0.3s ease;
}

.av-features-info:hover {
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.av-features-info .left-content {
    flex: 0 0 60px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.av-features-info .left-content svg {
    width: 40px;
    height: 40px;
    fill: #333;
}

.av-features-info .right-content {
    flex: 1;
    padding-left: 15px;
}

.av-features-info .av-title {
    font-size: 16px;
    font-weight: 600;
    color: #333;
    margin-bottom: 5px;
}

.av-features-info .av-desc {
    font-size: 14px;
    color: #666;
}


.fastbook-seasonal-prices-table{
    width: 100%;
}

.fb-seasonal-price-label{
    font-size: 14px;
    width: 100%;
    display: inline-block;
    padding-top: 10px;
}




