/**
 * Privacy Policy Checkout Module Styles
 */

.gobeba-privacy-policy-checkbox {
    margin-bottom: 20px;
}

.gobeba-privacy-policy-checkbox .form-row {
    margin-bottom: 0;
}

.gobeba-privacy-policy-checkbox label {
    display: flex;
    align-items: flex-start;
}

.gobeba-privacy-policy-checkbox input[type="checkbox"] {
    margin-top: 4px;
    margin-right: 8px;
}

.gobeba-privacy-policy-checkbox a {
    color: #0073aa;
    text-decoration: underline;
}

.gobeba-privacy-policy-checkbox a:hover {
    color: #005177;
    text-decoration: none;
}

.gobeba-privacy-policy-checkbox .required {
    color: #ff0000;
    font-weight: bold;
    margin-left: 4px;
}

/* Ensure proper spacing on mobile */
@media (max-width: 768px) {
    .gobeba-privacy-policy-checkbox {
        margin-bottom: 15px;
    }
    
    .gobeba-privacy-policy-checkbox label {
        font-size: 14px;
    }
}