.fivo-booking-form-wrap {
    border: 1px solid #e5e5e5;
    padding: 16px;
    border-radius: 4px;
    max-width: 780px;
    margin: 16px auto;
}

.fivo-row {
    display: flex;
    flex-wrap: wrap;
    gap: 12px;
    margin-bottom: 10px;
}

.fivo-col {
    flex: 1 1 240px;
}

.fivo-col label {
    display: block;
    font-weight: 600;
    margin-bottom: 4px;
}

.fivo-col input,
.fivo-col select {
    width: 100%;
    max-width: 100%;
}

.fivo-submit-button {
    padding: 10px 18px;
}

.fivo-booking-message {
    margin-top: 8px;
    padding: 8px 10px;
    border-radius: 3px;
    font-size: 13px;
}

.fivo-booking-message.fivo-success {
    background: #e0f7e9;
    border: 1px solid #3c763d;
    color: #2d5a2e;
}

.fivo-booking-message.fivo-error {
    background: #fdecea;
    border: 1px solid #a94442;
    color: #843534;
}

/* Extras */
.fivo-row-extras {
    margin-top: 8px;
}

.fivo-extras-list {
    border-top: 1px solid #e5e5e5;
    padding-top: 8px;
}

.fivo-extra-row {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 6px;
}

.fivo-extra-main {
    flex: 1;
    margin-right: 8px;
}

.fivo-extra-name {
    font-weight: 500;
    margin-left: 6px;
}

.fivo-extra-price {
    display: inline-block;
    margin-left: 8px;
    font-size: 0.9em;
    opacity: 0.8;
}

.fivo-extra-qty-wrap input.fivo-extra-qty {
    width: 70px;
}

.fivo-price-preview {
    margin-top: 8px;
    font-size: 14px;
    font-weight: 600;
}

.fivo-price-preview.fivo-error {
    color: #b32d2e;
}

.fivo-price-preview.fivo-success {
    color: #2271b1;
}
