/* STATIC / LEGAL PAGES EXTRACTED CSS */
.legal-subheader {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #000000;
    font-family: 'Inter', sans-serif;
}

.legal-paragraph {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.legal-list {
    margin-bottom: 20px;
    padding-left: 20px;
    list-style-type: disc;
}

.legal-list-item {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Inter', sans-serif;
}

/* Legal Links - Styled as regular black text */
.legal-link,
.legal-paragraph a,
.legal-list-item a,
.legal-text-body a {
    color: #000000 !important;
    text-decoration: none !important;
    font-weight: inherit !important;
    transition: all 0.2s;
}

.legal-link:hover,
.legal-paragraph a:hover,
.legal-list-item a:hover,
.legal-text-body a:hover {
    text-decoration: underline !important;
    color: #000000 !important;
}

/* Ensure strong tags inside legal paragraphs are black */
.legal-paragraph strong,
.legal-text-body strong {
    color: #000000;
    font-weight: 700;
}

/* CMS CONTENT OVERRIDES */
.legal-text-body p {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 15px;
    color: #333;
    text-align: left;
    font-family: 'Inter', sans-serif;
}

.legal-text-body h2, 
.legal-text-body h3, 
.legal-text-body h4 {
    font-size: 1.1rem;
    font-weight: 700;
    margin-top: 25px;
    margin-bottom: 12px;
    color: #000000;
    text-transform: none;
    font-family: 'Inter', sans-serif;
}

.legal-text-body ul, 
.legal-text-body ol {
    margin-bottom: 20px;
    padding-left: 20px;
}

.legal-text-body li {
    font-size: 15px;
    line-height: 1.6;
    margin-bottom: 8px;
    color: #333;
    font-family: 'Inter', sans-serif;
}

/* Compact Header for Static Pages */
.card-header-uniform.header-compact {
    height: auto !important;
    min-height: auto !important;
    padding-bottom: 20px;
}

/* ==================================================
   ZASEBNOST.PHP - GDPR TABLES AND BUTTONS
   Restored from missing backup 
   ================================================== */
.legal-table-wrapper {
    overflow-x: auto;
    margin-top: 20px;
    margin-bottom: 25px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.05);
}

.cookie-table, .legal-table {
    width: 100%;
    border-collapse: collapse;
    background-color: #ffffff;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
}

.legal-table-head-row {
    background-color: #f8f9fa;
    border-bottom: 2px solid #dee2e6;
}

.legal-table-th {
    padding: 12px 15px;
    text-align: left;
    font-weight: 700;
    color: #000000;
}

.legal-table-td {
    padding: 12px 15px;
    border-bottom: 1px solid #eeeeee;
    color: #444444;
}

.cookie-table tbody tr:hover {
    background-color: #fcfcfc;
}

.legal-btn-container {
    margin-top: 30px;
    text-align: left;
}

.btn-cookie-secondary {
    background-color: #e9ecef;
    color: #333333;
    border: 1px solid #ced4da;
    padding: 10px 20px;
    border-radius: 8px;
    font-family: 'Inter', sans-serif;
    font-weight: 600;
    font-size: 14px;
    cursor: pointer;
    transition: all 0.2s;
    display: inline-flex;
    align-items: center;
    gap: 8px;
}

.btn-cookie-secondary:hover {
    background-color: #dee2e6;
    color: #000000;
    transform: translateY(-1px);
}