.srg-purchase-scope {
    margin: 1rem 0;
    padding: .95rem 1rem;
    border: 1px solid #cbd5e1;
    border-radius: 12px;
    background: #f8fafc;
}

.srg-purchase-scope legend {
    padding: 0 .35rem;
    color: #0f172a;
    font-weight: 700;
}

.srg-purchase-scope label {
    display: flex;
    align-items: flex-start;
    gap: .55rem;
    margin: .65rem 0 0;
    color: #334155;
    line-height: 1.45;
    cursor: pointer;
}

.srg-purchase-scope input {
    width: auto;
    margin-top: .2rem;
    accent-color: #2563eb;
}

.srg-purchase-scope strong {
    color: #0f766e;
}

@media (max-width: 640px) {
    .srg-purchase-scope { padding: .85rem; }
}
