﻿.MainPopup {
    display: flex;
    margin: 50px auto;
    padding: 50px;
    width: 900px;
}

.cookie-privacy-policy {
    display: flex;
    flex-direction: column;
    line-height: 1.8;
    width: 900px;
}

.cookie-privacy-policy-title {
    font-size: var(--font-size-h5);
    font-weight: 600;
    text-align: center;
    margin-bottom: 50px;
    margin-top: 50px;
}

.cookie-privacy-policy-intro {
    text-align: justify;
    margin-bottom: 50px;
}

.cookie-privacy-policy-subintro {
    text-align: center;
    margin: 0 25px 0 25px;
}

.cookie-privacy-policy-section {
    font-size: var(--font-size-base);
    font-weight: 600;
    margin-top: 25px;
    text-decoration: underline;
}

.cookie-privacy-policy-paragraph {
    text-align: justify;

}

table {
    border: 1px solid var(--color-neutral-5);
    margin-top: 20px;
}

table td {
    border: 1px solid var(--color-neutral-5);
    padding: 8px;
}

table .header-custom {
    background-color: var(--color-neutral-3);
    color: var(--color-neutral-7);
    font-size: var(--font-size-base);
    font-weight: 600;
    text-align: center;
}

.cookies-policy-exit-button {
    display: flex;
    justify-content: flex-start;
    margin-top: 30px;
    width: 100%;
}

.cookies-policy-exit-button .Button{
    margin-left: 0;
    width: 200px;
}