.ab-hp-field {
    position: absolute !important;
    left: -9999px !important;
    opacity: 0 !important;
}

.ab-spinner {
    display: inline-block;
    width: 14px;
    height: 14px;
    margin-right: 6px;
    border: 2px solid currentColor;
    border-top-color: transparent;
    border-radius: 50%;
    vertical-align: -2px;
    animation: ab-spin 0.8s linear infinite;
}

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

.ab-booking-wrapper {
    max-width: 720px;
    margin: 25px 0;
}

.ab-form-container,
.ab-success-container {
    background: #fff;
    border: 1px solid #ddd;
    padding: 28px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
}

.ab-field {
    margin-bottom: 18px;
}

.ab-field label {
    display: block;
    margin-bottom: 6px;
    font-weight: 600;
}

.ab-field input,
.ab-field select {
    width: 100%;
    max-width: 100%;
    padding: 9px 10px;
    border: 1px solid #bbb;
    box-sizing: border-box;
}

.ab-actions {
    margin-top: 22px;
}

.ab-submit-button {
    width: 100%;
    padding: 11px 18px;
    cursor: pointer;
}

.ab-submit-button:disabled {
    cursor: wait;
    opacity: 0.7;
}

.ab-message {
    margin-top: 16px;
    font-size: 14px;
    font-weight: normal;
    color: #666;
}

.ab-success-container {
    text-align: center;
}

.ab-success-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 54px;
    height: 54px;
    margin-bottom: 16px;
    border: 2px solid #2f7d32;
    border-radius: 50%;
    color: #2f7d32;
    font-size: 32px;
    font-weight: bold;
}

.ab-success-container h3 {
    margin-top: 0;
    margin-bottom: 14px;
}

.ab-help-text {
    margin-top: 10px;
    font-size: 14px;
    color: #666;
}

.ab-static-value {
    padding: 9px 10px;
    border: 1px solid #ddd;
    background: #f5f5f5;
    color: #333;
}
