﻿.cookies-content {
    background-color: #ffffff;
    max-width: 1140px;
    width: 100%;
    margin: 3rem auto;
    box-shadow: 0 2px 10px #2e2d2d;
    padding: 30px;
    border-radius: 10px;
}

.primary {
    color: var(--primary);
}

.cookies-title {
    font-size: 1.5em;
}

.sub-element-title {
    font-size: 1em;
}

.cookies-text-container {
    padding: 1rem 0;
    display: flex;
    gap: 1rem;
    flex-direction: column
}

.cookies-text-container a {
    font-weight: bold;
    text-decoration: none;
}

.external-urls {
    margin-left: 2rem;
    font-weight: bold;

}

li.text {
    margin-bottom: .5rem;
}

li.text a {
    text-decoration: none;
    color: var(--primary);
}
