.mighty-deposits-choice {
    margin: 1em 0 1.5em;
    padding: 1em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
}

.mighty-deposits-choice h3 {
    margin: 0 0 0.75em;
    font-size: 1em;
}

.mighty-deposits-choice .form-row {
    margin: 0.25em 0;
}

.mighty-deposits-choice label {
    display: inline-flex;
    align-items: center;
    gap: 0.5em;
    cursor: pointer;
    font-weight: 500;
}

.mighty-deposits-choice input[type="radio"] {
    margin: 0;
}

.mighty-deposits-notice {
    margin-top: 0.75em;
    padding: 0.6em 0.8em;
    background: #fff8e1;
    border-left: 3px solid #f0b429;
    font-size: 0.95em;
    line-height: 1.4;
}

.mighty-deposits-product-choice {
    margin: 0.75em 0;
    padding: 0.6em 0.75em;
    border: 1px solid #ddd;
    border-radius: 4px;
    background: #fafafa;
    font-size: 0.95em;
}

.mighty-deposits-product-choice .mighty-deposits-product-choice__row {
    margin: 0.2em 0;
}

.mighty-deposits-product-choice label {
    display: inline-flex;
    align-items: center;
    gap: 0.4em;
    cursor: pointer;
    font-weight: 500;
}

.mighty-deposits-product-choice {
    display: flex;
    align-items: center;
    grid-gap: 0 15px;
    flex-wrap: wrap;
}

.mighty-deposits-product-choice p {
    padding: 0;
}

.mighty-deposits-notice.mighty-deposits-product-notice {
    flex: 1;
    min-width: 100%;
}