
/* Form Customizer - Auto-generated */
.destiny-cards-form-wrapper {
    max-width: 500px;
}

.destiny-cards-form-field {
    margin-bottom: 1em;
}

.destiny-cards-form-section {
    margin-bottom: 1.5em;
}

.destiny-cards-form-field label {
    display: none;
}

.destiny-cards-form-section h3 {
    display: block;
}

.destiny-cards-submit-btn {
    background: #0073aa;
    border-radius: 50px;
}

.destiny-cards-submit-btn:hover {
    background: #005c88;
}

/* Agreement text styling */
.destiny-cards-agreement-field {
    margin-top: 1.5em;
    margin-bottom: 1em;
}

.destiny-cards-agreement-field label {
    display: flex !important;
    align-items: flex-start;
    font-weight: normal;
}

.destiny-cards-agreement-field input[type='checkbox'] {
    margin-right: 0.75em;
    margin-top: 0.25em;
    flex-shrink: 0;
}

.destiny-cards-agreement-text {
    font-size: 14px;
    font-family: inherit;
    line-height: 1.5;
}

@media (max-width: 768px) {
    .destiny-cards-form-field {
        margin-bottom: calc(1em * 0.75);
    }

    .destiny-cards-agreement-text {
        font-size: calc(14px * 0.9);
    }
}
