.cookie-policy-page {
    padding: 80px 0 60px 0;
}

.page-title{
    width: 100%;
    text-align: center;
    padding: 30px 0;

}

.cookie-container {
    max-width: 1400px;
    width: 100%;
    margin: 0 auto;
    padding: 0 20px;
}

.cookie-content {
    background: #fff;
    border-radius: 16px;
}

.cookie-section {
    margin-bottom: 35px;
    padding-bottom: 25px;
    border-bottom: 1px dashed #e0e0e0;
}

.cookie-section:last-child {
    margin-bottom: 0;
    padding-bottom: 0;
    border-bottom: none;
}

.cookie-section h2 {
    font-size: 20px;
    color: var(--title-color);
    margin-bottom: 15px;
    font-weight: 600;
}

.cookie-section h3 {
    font-size: 18px;
    color: var(--title-color);
    margin: 15px 0;
    font-weight: 600;
}

.cookie-section p {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 12px;
}

.cookie-section ul {
    margin: 12px 0;
    padding-left: 22px;
}

.cookie-section li {
    font-size: 16px;
    color: #555;
    line-height: 1.8;
    margin-bottom: 6px;
}

.cookie-section a {
    color: var(--secondary-color);
    text-decoration: none;
    transition: color 0.3s ease;
}

.cookie-section a:hover {
    color: var(--secondary-hover-color);
    text-decoration: underline;
}