/*=================================================
    Privacy Policy Page
=================================================*/

.policy-page {
    background-color: #0D0D0D;
}

.policy-main {
    padding-top: 120px;
    padding-bottom: 100px;
}

.policy-header {
    margin-bottom: 56px;
    padding-bottom: 40px;
    border-bottom: 1px solid rgba(255,255,255,0.08);
}

.policy-eyebrow {
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #00C853;
    margin-bottom: 16px;
}

.policy-header h1 {
    font-family: 'Syne', sans-serif;
    font-size: 2.8rem;
    font-weight: 800;
    color: #F5F5F5;
    letter-spacing: 3px;
    margin-bottom: 12px;
}

.policy-meta {
    font-size: 13px;
    color: #888;
    margin: 0;
}

/*=================================================
    Policy body text
=================================================*/

.policy-body h2 {
    font-family: 'Syne', sans-serif;
    font-size: 1rem;
    font-weight: 800;
    text-transform: uppercase;
    letter-spacing: 3px;
    color: #F5F5F5;
    margin-top: 48px;
    margin-bottom: 16px;
}

.policy-body p {
    font-size: 15px;
    line-height: 1.8;
    color: #888;
    margin-bottom: 16px;
}

.policy-body ul {
    padding-left: 0;
    margin-bottom: 16px;
}

.policy-body ul li {
    font-size: 15px;
    line-height: 1.8;
    color: #888;
    padding-left: 16px;
    position: relative;
    margin-bottom: 6px;
}

.policy-body ul li::before {
    content: '—';
    color: #00C853;
    position: absolute;
    left: 0;
    font-size: 12px;
    top: 3px;
}

.policy-body a {
    color: #00C853;
    text-decoration: none;
    border-bottom: 1px solid rgba(0,200,83,0.3);
    transition: border-color 0.2s ease;
}

.policy-body a:hover {
    color: #00C853;
    border-bottom-color: #00C853;
}

.policy-body strong {
    color: #F5F5F5;
    font-weight: 500;
}

.policy-body code {
    font-size: 13px;
    color: #00C853;
    background: rgba(0,200,83,0.08);
    padding: 2px 6px;
    border-radius: 2px;
}

/*=================================================
    Cookie table
=================================================*/

.cookie-table-wrapper {
    overflow-x: auto;
    margin: 24px 0;
}

.cookie-table {
    width: 100%;
    border-collapse: collapse;
    font-size: 14px;
}

.cookie-table th {
    font-family: 'DM Sans', sans-serif;
    font-size: 10px;
    font-weight: 500;
    text-transform: uppercase;
    letter-spacing: 2px;
    color: #888;
    border-bottom: 1px solid rgba(255,255,255,0.1);
    padding: 10px 16px 10px 0;
    text-align: left;
}

.cookie-table td {
    color: #888;
    padding: 12px 16px 12px 0;
    border-bottom: 1px solid rgba(255,255,255,0.05);
    vertical-align: top;
    line-height: 1.6;
}

.cookie-table td:first-child {
    color: #F5F5F5;
}

/*=================================================
    Back button
=================================================*/

.policy-back {
    margin-top: 60px;
    padding-top: 40px;
    border-top: 1px solid rgba(255,255,255,0.08);
}
