.nanito-cookie-policy {
    max-width: 1180px;
    margin: 0 auto;
    padding: 40px 16px 70px;
    color: #111827;
}

.nanito-cookie-policy__header {
    margin-bottom: 36px;
}

.nanito-cookie-policy__header h1 {
    margin: 0 0 14px;
    font-size: 38px;
    line-height: 1.15;
    font-weight: 800;
}

.nanito-cookie-policy__header p {
    max-width: 760px;
    margin: 0;
    color: #4b5563;
    font-size: 16px;
    line-height: 1.6;
}

.nanito-cookie-policy__section {
    margin-top: 34px;
    padding: 26px;
    border: 1px solid #e5e7eb;
    border-radius: 0;
    background: #ffffff;
}

.nanito-cookie-policy__section h2 {
    margin: 0 0 12px;
    font-size: 24px;
    font-weight: 800;
}

.nanito-cookie-policy__section p {
    margin: 0 0 18px;
    color: #4b5563;
    font-size: 15px;
    line-height: 1.6;
}

.nanito-cookie-policy__notice {
    margin: 12px 0 18px;
    padding: 14px 16px;
    border-radius: 0;
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    font-size: 14px;
    color: #374151;
}

.nanito-cookie-policy__button {
    border: 0;
    border-radius: 0;
    background: #111827;
    color: #ffffff;
    padding: 11px 18px;
    font-weight: 700;
    cursor: pointer;
}

.nanito-cookie-policy__button:hover {
    background: #000000;
}

.nanito-cookie-table-wrap {
    overflow-x: auto;
}

.nanito-cookie-table {
    width: 100%;
    border-collapse: collapse;
    min-width: 680px;
}

.nanito-cookie-table th,
.nanito-cookie-table td {
    padding: 13px 14px;
    border-bottom: 1px solid #e5e7eb;
    text-align: left;
    vertical-align: top;
    font-size: 14px;
}

.nanito-cookie-table th {
    background: #f9fafb;
    font-weight: 800;
}

.nanito-cookie-table td:first-child {
    font-family: monospace;
    white-space: nowrap;
}

@media (max-width: 768px) {
    .nanito-cookie-policy {
        padding-top: 28px;
    }

    .nanito-cookie-policy__header h1 {
        font-size: 30px;
    }

    .nanito-cookie-policy__section {
        padding: 18px;
    }
}