body {
    /*background-image: linear-gradient(180deg, #eee, #fff 100px, #fff);*/
}

.container {
    max-width: 960px;
}

.pricing-header {
    max-width: 700px;
}

.navbar {
    margin-bottom: 20px;
}

.cookie-consent {
    position: fixed;
    left: 16px;
    right: 16px;
    bottom: 16px;
    z-index: 10000;
    display: none;
    align-items: center;
    justify-content: space-between;
    gap: 16px;
    max-width: 1120px;
    margin: 0 auto;
    padding: 16px;
    background: #ffffff;
    border: 1px solid rgba(0, 0, 0, 0.12);
    border-radius: 8px;
    box-shadow: 0 12px 30px rgba(0, 0, 0, 0.18);
}

.cookie-consent__text {
    font-size: 14px;
    line-height: 1.45;
    color: #222222;
}

.cookie-consent__actions {
    display: flex;
    flex-shrink: 0;
    gap: 8px;
}

.privacy-document {
    max-width: 1120px;
}

.privacy-document h2 {
    margin-top: 28px;
}

.privacy-table th,
.privacy-table td {
    vertical-align: top;
}

@media (max-width: 767px) {
    .cookie-consent {
        flex-direction: column;
        align-items: flex-start;
    }

    .cookie-consent__actions {
        width: 100%;
        flex-direction: column;
    }

    .cookie-consent__actions .btn {
        width: 100%;
    }
}
