.spotit-bnpl-fields {
    margin: 1rem 0;
}

.spotit-bnpl-fields .wc-block-components-text-input,
.spotit-bnpl-fields .wc-block-components-select-input {
    margin-bottom: 1rem;
}


.spotit-bnpl-fields input,
.spotit-bnpl-fields select {
    width: 100%;
    padding: 0.75rem;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 1rem;
}

.spotit-bnpl-fields input:focus,
.spotit-bnpl-fields select:focus {
    border-color: #007cba;
    outline: none;
    box-shadow: 0 0 0 1px #007cba;
}

.spotit-bnpl-fields small {
    color: #666;
    font-size: 0.9rem;
    margin-top: 0.25rem;
    display: block;
}

.spotit-bnpl-fields .required {
    color: red;
}