/* Споделени стилове за публичните правни страници (ОУ / Поверителност / Бисквитки) */

.legal-topbar {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 18px 32px;
    border-bottom: 1px solid #e8eaf0;
    background: #fff;
}

.legal-topbar img {
    height: 36px;
}

.legal-topbar a.back-link {
    color: #6c7293;
    text-decoration: none;
    font-size: 0.9rem;
}

.legal-topbar a.back-link:hover {
    color: #3e4b93;
    text-decoration: underline;
}

.legal-draft-banner {
    background: #fff3cd;
    color: #7a5b00;
    border-bottom: 1px solid #ffe69c;
    padding: 10px 32px;
    font-size: 0.85rem;
    text-align: center;
}

.legal-container {
    max-width: 840px;
    margin: 0 auto;
    padding: 48px 24px 80px;
    line-height: 1.65;
    color: #2b2f42;
}

.legal-container h1 {
    font-size: 1.75rem;
    font-weight: 700;
    margin-bottom: 6px;
}

.legal-meta {
    color: #8a8fa3;
    font-size: 0.85rem;
    margin-bottom: 32px;
}

.legal-container h2 {
    font-size: 1.15rem;
    font-weight: 700;
    margin-top: 36px;
    margin-bottom: 12px;
    color: #1a1f36;
}

.legal-container p {
    margin-bottom: 14px;
}

.legal-container ul {
    margin-bottom: 14px;
    padding-left: 22px;
}

.legal-container li {
    margin-bottom: 6px;
}

.legal-table-wrap {
    overflow-x: auto;
    margin-bottom: 20px;
}

.legal-container table {
    width: 100%;
    border-collapse: collapse;
    font-size: 0.85rem;
}

.legal-container table th,
.legal-container table td {
    border: 1px solid #e2e4ec;
    padding: 8px 10px;
    text-align: left;
    vertical-align: top;
}

.legal-container table th {
    background: #f7f7fb;
    font-weight: 700;
}

.tbd {
    background: #fff3cd;
    color: #7a5b00;
    padding: 1px 6px;
    border-radius: 4px;
    font-weight: 600;
    white-space: nowrap;
}

.legal-footer {
    border-top: 1px solid #e8eaf0;
    padding: 24px 32px;
    text-align: center;
    font-size: 0.82rem;
    color: #8a8fa3;
}

.legal-footer a {
    color: #6c7293;
    text-decoration: none;
    margin: 0 8px;
}

.legal-footer a:hover {
    color: #3e4b93;
    text-decoration: underline;
}

/* Известие за бисквитки/локално съхранение (информативно, без блокиране на съдържанието) */
#voxoCookieNotice {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 9999;
    background: #1a1f36;
    color: #e8eaf0;
    padding: 14px 20px;
    display: none;
    align-items: center;
    justify-content: center;
    gap: 16px;
    flex-wrap: wrap;
    font-size: 0.85rem;
    box-shadow: 0 -4px 16px rgba(0,0,0,0.15);
}

#voxoCookieNotice a {
    color: #9ecbff;
    text-decoration: underline;
}

#voxoCookieNotice button {
    background: #4b57d9;
    color: #fff;
    border: none;
    border-radius: 6px;
    padding: 8px 18px;
    font-size: 0.85rem;
    cursor: pointer;
    white-space: nowrap;
}

#voxoCookieNotice button:hover {
    background: #3b46c2;
}
