
/* OCS One - Public Legal 6.20 */

.public-legal-page{
    width:min(100% - 28px,900px);
    margin:0 auto;
    padding:26px 0 48px;
}

.public-legal-header{
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    margin-bottom:16px;
}

.public-legal-header .brand-logo{
    max-width:142px;
}

.public-legal-back{
    color:#667085;
    font-size:11px;
    font-weight:800;
    text-decoration:none;
}

.public-legal-card{
    padding:26px;
    background:#fff;
    border:1px solid var(--border);
    border-radius:22px;
    box-shadow:var(--panel-shadow);
}

.public-legal-title{
    padding-bottom:20px;
    border-bottom:1px solid #eaecf0;
}

.public-legal-title>span{
    color:#1570ef;
    font-size:9px;
    font-weight:900;
    letter-spacing:.08em;
    text-transform:uppercase;
}

.public-legal-title h1{
    margin:7px 0 5px;
    color:#101828;
    font-size:30px;
    letter-spacing:-.04em;
}

.public-legal-title p{
    margin:0;
    color:#667085;
    font-size:10px;
}

.legal-terms-content{
    margin-top:22px;
    color:#344054;
}

.legal-terms-content section{
    padding:0 0 20px;
    margin:0 0 20px;
    border-bottom:1px solid #f0f1f3;
}

.legal-terms-content section:last-child{
    padding-bottom:0;
    margin-bottom:0;
    border-bottom:0;
}

.legal-terms-content h2{
    margin:0 0 10px;
    color:#101828;
    font-size:15px;
    line-height:1.35;
}

.legal-terms-content p{
    margin:0 0 10px;
    color:#475467;
    font-size:11px;
    line-height:1.72;
}

.legal-terms-content p:last-child{
    margin-bottom:0;
}

.legal-terms-content strong{
    color:#101828;
}

@media(max-width:600px){
    .public-legal-page{
        width:min(100% - 20px,900px);
        padding-top:14px;
    }

    .public-legal-header{
        align-items:flex-start;
        flex-direction:column;
        gap:8px;
    }

    .public-legal-card{
        padding:18px;
        border-radius:18px;
    }

    .public-legal-title h1{
        font-size:25px;
    }

    .legal-terms-content h2{
        font-size:14px;
    }
}


/* Patch 6.21 - Privacy tables */

.legal-terms-content h3{
    margin:15px 0 8px;
    color:#101828;
    font-size:12px;
}

.legal-data-table-wrap{
    width:100%;
    margin-top:12px;
    overflow-x:auto;
    -webkit-overflow-scrolling:touch;
}

.legal-data-table{
    width:100%;
    min-width:560px;
    border-collapse:collapse;
    background:#fff;
    border:1px solid #eaecf0;
}

.legal-data-table th,
.legal-data-table td{
    padding:10px 12px;
    border-bottom:1px solid #eaecf0;
    text-align:left;
    vertical-align:top;
    font-size:10px;
    line-height:1.5;
}

.legal-data-table th{
    color:#344054;
    background:#f8fafc;
    font-weight:900;
}

.legal-data-table td{
    color:#667085;
}

.legal-data-table tr:last-child td{
    border-bottom:0;
}


/* Patch 6.22 - cookie policy */

.cookie-policy-actions{
    margin:16px 0 4px;
}


/* Patch 6.23 - Device Data / Data Act */

.device-data-request-box{
    margin-top:16px;
    padding:16px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:16px;
    background:#f8fafc;
    border:1px solid #eaecf0;
    border-radius:15px;
}

.device-data-request-box>div{
    min-width:0;
}

.device-data-request-box strong{
    display:block;
    color:#101828;
    font-size:12px;
}

.device-data-request-box p{
    margin:5px 0 0;
    color:#667085;
    font-size:10px;
    line-height:1.5;
}

.device-data-request-box .btn{
    flex:0 0 auto;
    text-decoration:none;
    white-space:nowrap;
}

@media(max-width:620px){
    .device-data-request-box{
        align-items:stretch;
        flex-direction:column;
    }

    .device-data-request-box .btn{
        width:100%;
        text-align:center;
    }
}
