.smartbooking-check-wrapper {
    max-width: 600px;
    margin: 40px auto;
    padding: 20px;
}

.smartbooking-check-form {
    background: #fff;
    border-radius: 8px;
    padding: 30px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.1);
}

.smartbooking-check-form h2 {
    margin-top: 0;
    color: #333;
    text-align: center;
}

.smartbooking-check-form > p {
    text-align: center;
    color: #666;
    margin-bottom: 30px;
}

.smartbooking-check-form .form-group {
    margin-bottom: 20px;
}

.smartbooking-check-form .form-group label {
    display: block;
    margin-bottom: 8px;
    font-weight: 600;
    color: #333;
}

.smartbooking-check-form input {
    width: 100%;
    padding: 12px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 16px;
    box-sizing: border-box;
}

.smartbooking-check-form input:focus {
    outline: none;
    border-color: #4CAF50;
}

.smartbooking-check-form .form-divider {
    text-align: center;
    margin: 20px 0;
    color: #999;
    font-size: 14px;
    position: relative;
}

.smartbooking-check-form .form-divider::before,
.smartbooking-check-form .form-divider::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 40%;
    height: 1px;
    background: #ddd;
}

.smartbooking-check-form .form-divider::before {
    left: 0;
}

.smartbooking-check-form .form-divider::after {
    right: 0;
}

.smartbooking-check-form .smartbooking-btn {
    width: 100%;
    padding: 14px;
    background: #4CAF50;
    color: white;
    border: none;
    border-radius: 4px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: background 0.3s;
}

.smartbooking-check-form .smartbooking-btn:hover {
    background: #45a049;
}

#smartbooking-check-result {
    margin-top: 30px;
    padding: 20px;
    border-radius: 8px;
}

#smartbooking-check-result.success {
    background: #e8f5e9;
    border: 1px solid #4CAF50;
}

#smartbooking-check-result.error {
    background: #ffebee;
    border: 1px solid #f44336;
    color: #c62828;
}

.booking-info {
    font-size: 18px;
    line-height: 1.8;
}

.booking-info div {
    margin-bottom: 10px;
}

.status-confirmed {
    color: #4CAF50;
    font-weight: bold;
}

.status-new {
    color: #FF9800;
    font-weight: bold;
}

.status-cancelled {
    color: #f44336;
    font-weight: bold;
}
