/* SZRSE Fiókom – regisztráció és profil szerepkörök */

.szrse-role-fieldset {
    margin: 1.15em 0 1.35em;
    padding: 0;
    border: 0;
}

.szrse-role-legend {
    margin: 0 0 .25em;
    padding: 0;
    font-weight: 700;
    line-height: 1.35;
}

.szrse-role-help {
    margin: 0 0 .8em;
    color: #5d6676;
    font-size: .92em;
    line-height: 1.45;
}

.szrse-role-grid {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 9px;
}

.szrse-role-option {
    display: flex;
    align-items: flex-start;
    gap: 9px;
    min-width: 0;
    margin: 0;
    padding: 10px 11px;
    border: 1px solid #d9e0e9;
    border-radius: 4px;
    background: #fff;
    color: inherit;
    cursor: pointer;
    font-weight: 400;
    line-height: 1.35;
    transition:
        border-color .18s ease,
        background-color .18s ease,
        box-shadow .18s ease;
}

.szrse-role-option:hover {
    border-color: #d83a00;
}

.szrse-role-option:has(input:checked) {
    border-color: #d83a00;
    background: #fff8f5;
    box-shadow: 0 0 0 1px rgba(216, 58, 0, .08);
}

.szrse-role-option input[type="checkbox"] {
    flex: 0 0 auto;
    width: 16px;
    height: 16px;
    margin: 2px 0 0;
    accent-color: #d83a00;
}

.szrse-role-copy {
    display: block;
    min-width: 0;
}

.szrse-role-copy strong,
.szrse-role-copy small {
    display: block;
}

.szrse-role-copy strong {
    margin-bottom: 2px;
    font-size: .96em;
    line-height: 1.3;
}

.szrse-role-copy small {
    color: #5d6676;
    font-size: .82em;
    line-height: 1.4;
}

.woocommerce-account .woocommerce-privacy-policy-text {
    margin-top: 1em;
    font-size: .92em;
    line-height: 1.55;
}

@media (max-width: 720px) {
    .szrse-role-grid {
        grid-template-columns: 1fr;
    }
}


/* Szerepkör-jóváhagyási állapotok */
.szrse-role-status {
    display: inline-block;
    margin-top: 6px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: .75em;
    font-weight: 700;
    line-height: 1.25;
}

.szrse-role-status--pending {
    background: #fff3cd;
    color: #664d03;
}

.szrse-role-status--approved {
    background: #d1e7dd;
    color: #0f5132;
}

.szrse-role-status--rejected {
    background: #f8d7da;
    color: #842029;
}


/* Gondviselő–gyermek kapcsolat státuszai */
.szrse-child-status {
    display: inline-block;
    margin-left: 8px;
    padding: 3px 7px;
    border-radius: 999px;
    font-size: .72em;
    font-weight: 700;
    line-height: 1.25;
    vertical-align: middle;
}

.szrse-child-status--pending {
    background: #fff3cd;
    color: #664d03;
}

.szrse-child-status--approved {
    background: #d1e7dd;
    color: #0f5132;
}

.szrse-child-status--rejected {
    background: #f8d7da;
    color: #842029;
}

.szrse-effective-role-note{
    margin:8px 0 12px;
    font-size:.92em;
    color:#5f6b7a;
}

.szrse-role-option--core-offer{
    border-color:#e76b22 !important;
    background:#fff8f3;
}
.szrse-core-role-offer{
    display:block;
    margin-top:8px;
    padding:8px 10px;
    border-left:3px solid #e76b22;
    background:#fff3ea;
    line-height:1.35;
}
.szrse-core-role-offer>strong{
    display:block;
    font-size:.92em;
}
.szrse-core-role-offer>small{
    display:block;
    margin-top:3px;
    font-size:.84em;
}

/* 2.1.21 – egységes, jól látható születési dátum mező a regisztráción */
.woocommerce-account .szrse-player-birth-row input[type="date"] {
    display: block;
    width: 100%;
    min-width: 0;
    min-height: 52px;
    box-sizing: border-box;
    padding: 10px 12px;
    border: 1px solid #cbd5e1;
    border-radius: 4px;
    background: #fff;
    color: #344054;
    font: inherit;
    line-height: 1.4;
}

.woocommerce-account .szrse-player-birth-row input[type="date"]::-webkit-date-and-time-value {
    min-height: 1.4em;
    text-align: left;
}

.woocommerce-account .szrse-player-birth-row input[type="date"]::-webkit-calendar-picker-indicator {
    opacity: .75;
    cursor: pointer;
}

.woocommerce-account .szrse-player-birth-row small {
    display: block;
    margin-top: 7px;
    color: #5d6676;
    line-height: 1.45;
}
