.privacy-card h1 {
    margin-bottom: 1.5rem;
}

.privacy-card h2 {
    margin-top: 2rem;
    margin-bottom: 0.75rem;
}

.privacy-card h3 {
    margin-top: 1rem;
    margin-bottom: 0.5rem;
}

.privacy-card p {
    margin-bottom: 1rem;
    line-height: 1.6;
}

.privacy-card ul {
    margin-bottom: 1rem;
    line-height: 1.6;
    padding-left: 1.5rem;
}

.privacy-card a {
    color: var(--md-sys-color-primary);
    text-decoration: underline;
}

.privacy-content {
    margin-top: 40px !important;
    padding: 20px 0 !important;
}

@media (max-width: 768px) {
    .logo-text {
        white-space: nowrap;
        font-size: 18px; }
}

@media (max-width: 768px) {
    .nav-menu.active {
        max-height: 600px !important;
        overflow: visible !important;
    }

    .lang-dropdown-menu {
        position: relative;
        top: 8px;
        right: auto;
        max-height: 0;
        overflow: hidden;
        transition: max-height 0.3s ease;
    }

    .lang-dropdown-menu.show {
        opacity: 1;
        visibility: visible;
        transform: translateY(0);
        display: block;
        max-height: 250px;
        overflow-y: auto;
    }
}

@media (max-width: 768px) {
    .nav-menu .theme-toggle {
        margin-left: 1rem;
    }

    .nav-menu .nav-links li a,
    .nav-menu .language-switcher {
        padding-left: 1rem;
    }
}
