.pt-iys-account {
    background: #fff;
    padding: 18px 20px;
    border-radius: 0;
    border: 1px solid #e2e8f0;
}

.pt-iys-account h3 {
    margin-top: 0;
}

.pt-iys-kvkk-note {
    color: #475569;
    font-size: 13px;
    margin-bottom: 18px;
}

.pt-iys-row {
    display: grid;
    grid-template-columns: 1fr auto auto;
    gap: 12px;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid #f1f5f9;
}

.pt-iys-row:last-of-type {
    border-bottom: 0;
    margin-bottom: 12px;
}

.pt-iys-row label {
    font-size: 13px;
    color: #334155;
    display: inline-flex;
    align-items: center;
    gap: 6px;
}

.pt-iys-status {
    margin-left: 12px;
    font-size: 13px;
    color: #16a34a;
}

.pt-iys-no-phone-note {
    background: #fef3c7;
    border-left: 3px solid #f59e0b;
    color: #92400e;
    padding: 10px 12px;
    font-size: 12.5px;
    border-radius: 0;
    margin-bottom: 12px;
}

.pt-iys-row[data-disabled="1"] {
    opacity: .55;
}

.pt-iys-row[data-disabled="1"] label {
    cursor: not-allowed;
}
