/* Tour Form Modern Design */
.wbtm_tour_form_wrapper {
    margin-bottom: 30px;
    background: #ffffff;
    border: 1px solid #e1e4e8;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
}

.wbtm_tour_form_wrapper h3 {
    margin: 0;
    padding: 20px 25px;
    background: #f8f9fa;
    border-bottom: 1px solid #e1e4e8;
    font-size: 14px;
    font-weight: 600;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: flex;
    align-items: center;
}

.wbtm_tour_form_wrapper h3::before {
    content: '';
    display: inline-block;
    width: 4px;
    height: 18px;
    background: #2271b1;
    margin-right: 12px;
    border-radius: 2px;
}

.wbtm_tour_form_fields {
    padding: 25px;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
    align-items: stretch;
}

/* Make single column on small screens */
@media (max-width: 768px) {
    .wbtm_tour_form_fields {
        grid-template-columns: 1fr;
    }
}

.wbtm_tour_field_item {
    position: relative;
    display: flex;
    flex-direction: column;
    height: 100%;
}

.wbtm_tour_col_full {
    grid-column: 1 / -1;
}

.wbtm_tour_field_item label {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    margin-bottom: 8px;
    font-size: 13px;
    font-weight: 600;
    color: #4a5568;
    text-transform: uppercase;
    letter-spacing: 0.03em;
}

.wbtm_required {
    color: #e53e3e;
    margin-left: 3px;
    font-size: 14px;
}

.wbtm_field_price {
    display: inline-block;
    margin-left: auto;
    background: #ebf8ff;
    color: #2b6cb0;
    padding: 2px 8px;
    border-radius: 12px;
    font-size: 11px;
    font-weight: 700;
    white-space: nowrap;
}

.wbtm_tour_input_wrapper {
    position: relative;
    margin-top: auto;
}

.wbtm_tour_input {
    width: 100%;
    padding: 10px 15px;
    border: 1px solid #cbd5e0;
    border-radius: 6px;
    font-size: 15px;
    color: #2d3748;
    background-color: #fff;
    transition: all 0.2s ease;
    box-sizing: border-box;
    min-height: 45px;
}

.wbtm_tour_input:focus {
    border-color: #2271b1;
    box-shadow: 0 0 0 3px rgba(34, 113, 177, 0.15);
    outline: none;
}

textarea.wbtm_tour_input {
    min-height: 100px;
    resize: vertical;
}

/* Rooms-left counter shown under each room field once the arrival day is chosen */
.wbtm_tour_room_availability {
    margin-top: 6px;
    font-size: 12px;
    font-weight: 600;
    color: #9c6b4f;
    letter-spacing: 0.01em;
}

/* Checkbox & Radio Groups */
.wbtm_tour_checkbox_group,
.wbtm_tour_radio_group {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
    gap: 10px;
    background: #f7fafc;
    padding: 15px;
    border-radius: 6px;
    border: 1px solid #edf2f7;
}

.wbtm_checkbox_label,
.wbtm_radio_label {
    display: flex !important; /* Override label display block */
    align-items: center;
    cursor: pointer;
    margin-bottom: 0 !important;
    text-transform: none !important;
    font-weight: normal !important;
    color: #4a5568 !important;
    transition: color 0.2s;
}

.wbtm_checkbox_label:hover,
.wbtm_radio_label:hover {
    color: #2271b1 !important;
}

.wbtm_tour_checkbox,
.wbtm_tour_radio {
    margin-right: 10px !important;
    width: 18px !important;
    height: 18px !important;
    accent-color: #2271b1;
    cursor: pointer;
}

.wbtm_checkbox_text,
.wbtm_radio_text {
    font-size: 14px;
}

/* Total Section */
.wbtm_tour_form_total {
    padding: 20px 25px;
    background: #f8f9fa;
    border-top: 1px solid #e1e4e8;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wbtm_tour_form_total strong {
    font-size: 16px;
    color: #2c3e50;
    font-weight: 600;
}

.wbtm_tour_additional_total {
    font-size: 24px;
    font-weight: 700;
    color: #2271b1;
    background: #fff;
    padding: 5px 15px;
    border-radius: 4px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* Cart Info Style */
.wbtm_tour_cart_info {
    margin-top: 15px;
    padding: 15px;
    background: #fff;
    border: 1px solid #e2e8f0;
    border-left: 4px solid #2271b1;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.05);
}

.wbtm_tour_cart_info strong {
    color: #2d3748;
    display: block;
    margin-bottom: 8px;
    font-size: 14px;
}

.wbtm_tour_cart_info ul {
    margin: 0;
    padding-left: 20px;
    list-style-type: disc;
}

.wbtm_tour_cart_info li {
    margin-bottom: 4px;
    font-size: 13px;
    color: #4a5568;
}

.wbtm_tour_cart_info li span {
    font-weight: 600;
    color: #2271b1;
    font-size: 12px;
}

.wbtm_tour_cart_total {
    margin-top: 10px;
    padding-top: 10px;
    border-top: 1px dashed #cbd5e0;
    font-size: 14px;
    font-weight: 600;
    color: #2d3748;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.wbtm_tour_cart_total span {
    font-size: 16px;
    color: #2271b1;
    font-weight: 700;
}
