.policy-page {
    width: 100%;
    padding-top: 100px;
    padding-bottom: 100px;
    min-height: 100vh;
}

body {
    background-color: #f5f5f5 !important;
}

.wrapper {
    max-width: 1000px;
    margin: 0 auto;
    padding: 20px;
    line-height: 1.6;
    color: #333;
}

/* Заголовок страницы */
.head {
    background: #f8f9fa;
    padding: 30px;
    border-radius: 8px;
    margin-bottom: 40px;
}

.company {
    font-size: 18px;
    font-weight: 600;
    color: #7d3ec6;
    margin-bottom: 15px;
}

.address {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.approved {
    font-size: 14px;
    color: #666;
    margin-bottom: 15px;
    line-height: 1.4;
}

.order {
    font-size: 14px;
    color: #666;
    font-style: italic;
}

/* Основной заголовок */
.title {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 40px;
    color: #2c3e50;
    text-transform: uppercase;
    letter-spacing: 1px;
    padding: 20px;
    border-radius: 8px;
    max-width: 700px;
    text-align: center;
    margin: 0 auto;
}

/* Контент */
.content {
    padding: 0;
}

.content h2 {
    font-size: 20px;
    font-weight: 600;
    color: #2c3e50;
    margin: 40px 0 20px 0;
    padding-bottom: 10px;
    border-bottom: 2px solid #7d3ec6;
}

.content p {
    margin-bottom: 20px;
    text-align: justify;
    line-height: 1.7;
}

.content strong {
    font-weight: 600;
    color: #2c3e50;
}

.content a {
    color: #7d3ec6;
    text-decoration: none;
    border-bottom: 1px solid transparent;
    transition: border-bottom 0.3s ease;
}

.content a:hover {
    border-bottom: 1px solid #7d3ec6;
}

/* Списки */
.content ol,
.content ul {
    margin: 20px 0;
    padding-left: 30px;
}

.content li {
    margin-bottom: 10px;
    line-height: 1.6;
}

.content ol li {
    margin-bottom: 15px;
}

/* Таблица */
.dataTable {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background: #fff;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.1);
}

.dataTable thead {
    background: #7d3ec6;
    color: #fff;
}

.dataTable th {
    padding: 15px;
    text-align: left;
    font-weight: 600;
    font-size: 14px;
    border: none;
}

.dataTable td {
    padding: 15px;
    border-bottom: 1px solid #ecf0f1;
    vertical-align: top;
    font-size: 14px;
    line-height: 1.5;
}

.dataTable tbody tr:hover {
    background: #f8f9fa;
}

.dataTable tbody tr:last-child td {
    border-bottom: none;
}

ol {
    list-style-type: none;
}

li a {
    word-break: break-word;
}

@media (max-width: 980px) {
    .policy-page {
        padding-top: 0;
    }
}
/* Адаптивность */
@media (max-width: 768px) {
    .policy-page {
        padding-top: 0;
        padding-bottom: 50px;
    }

    .wrapper {
        padding: 15px;
        max-width: 100%;
    }

    .head {
        padding: 20px;
        margin-bottom: 30px;
    }

    .title {
        font-size: 20px;
        padding: 15px;
        margin-bottom: 30px;
    }

    .content h2 {
        font-size: 18px;
        line-height: 1.4;
        margin: 30px 0 15px 0;
    }

    .dataTable {
        font-size: 12px;
    }

    .dataTable th,
    .dataTable td {
        padding: 10px;
    }

    .dataTable {
        display: block;
        overflow-x: auto;
        white-space: nowrap;
    }

    td {
        width: 400px;
        white-space: wrap;
    }
}

@media (max-width: 480px) {
    .policy-page {
        padding-top: 0;
    }

    .wrapper {
        padding: 10px;
    }

    .head {
        padding: 15px;
    }

    .title {
        font-size: 18px;
        padding: 10px;
    }

    .content h2 {
        font-size: 16px;
    }
}
