.simple-header {
    background: #fff;
    border-bottom: 1px solid #e5e7eb;
    padding: 1.25rem 0;
    position: sticky;
    top: 0;
    z-index: 100;
    box-shadow: 0 1px 3px rgb(0 0 0 / 10%);
}

.header-container {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

/* Logo igual à home e cadastro prestador */
.simple-header .header-logo .logo-link {
    display: flex;
    align-items: center;
    text-decoration: none;
}
.simple-header .header-logo .logo-link .logo,
.simple-header .header-logo img.logo {
    height: 50px !important;
    width: auto !important;
    min-width: 50px;
    object-fit: contain;
    transition: transform 0.2s ease;
}
.simple-header .header-logo:hover .logo-link .logo,
.simple-header .header-logo:hover img.logo {
    transform: scale(1.03);
}

.header-actions .btn {
    padding: 0.5rem 1rem;
    font-size: 0.9rem;
    background: #1e40af !important;
    color: #fff !important;
    border: 2px solid #1e40af !important;
    font-weight: 600 !important;
}

.header-actions .btn:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.header-actions .btn i {
    color: #fff !important;
}


.access-container {
    max-width: 800px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.access-header {
    text-align: center;
    margin-bottom: 3rem;
}

.access-header h1 {
    color: #000;
    font-size: 2.5rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.access-header p {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}

.access-options {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 2rem;
    margin-bottom: 3rem;
}

.access-card {
    background: #f8fafc;
    border: 2px solid #e5e7eb;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    transition: all 0.3s ease;
    opacity: 0;
    transform: translateY(20px);
}

.access-card.fade-in-up {
    opacity: 1;
    transform: translateY(0);
}

.access-card:hover {
    border-color: #1e40af;
    transform: translateY(-5px);
    box-shadow: 0 8px 25px rgb(30 64 175 / 15%);
}

.access-card .btn {
    width: 100%;
    justify-content: center;
}

.access-card .btn-outline {
    background: #1e40af !important;
    color: #fff !important;
    border-color: #1e40af !important;
    font-weight: 600 !important;
}

.access-card .btn-outline:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.access-card .btn-primary {
    background: #1e40af !important;
    color: #fff !important;
    border-color: #1e40af !important;
    font-weight: 600 !important;
}

.access-card .btn-primary:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.access-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.access-icon i {
    font-size: 2rem;
    color: #fff;
}

.access-card h3 {
    color: #000;
    font-size: 1.5rem;
    font-weight: 700;
    margin-bottom: 1rem;
}

.access-card p {
    color: #000;
    margin-bottom: 2rem;
    line-height: 1.6;
    font-weight: 500;
}

.access-info {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 2rem;
}

.access-info h4 {
    color: #0369a1;
    font-size: 1.1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.access-info ol {
    color: #0c4a6e;
    padding-left: 1.5rem;
}

.access-info li {
    margin-bottom: 0.5rem;
    line-height: 1.6;
}

.access-footer {
    text-align: center;
}

.btn-link {
    color: #000;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    transition: color 0.3s ease;
    font-weight: 600;
}

.btn-link:hover {
    color: #1e40af;
}

@media (max-width: 768px) {
    .access-container {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .access-header h1 {
        font-size: 2rem;
    }
    
    .access-options {
        grid-template-columns: 1fr;
        gap: 1.5rem;
    }
    
    .access-card {
        padding: 1.5rem;
    }
}


.change-password-container {
    max-width: 500px;
    margin: 2rem auto;
    padding: 2rem;
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 4px 6px rgb(0 0 0 / 10%);
}

.change-password-header {
    text-align: center;
    margin-bottom: 2rem;
}

.security-icon {
    width: 80px;
    height: 80px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 1.5rem;
}

.security-icon i {
    font-size: 2rem;
    color: #fff;
}

.change-password-header h1 {
    color: #1f2937;
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 0.5rem;
}

.change-password-header p {
    color: #6b7280;
    font-size: 1rem;
}

.change-password-form {
    margin-bottom: 2rem;
}

.password-requirements {
    margin-top: 0.75rem;
    padding: 1rem;
    background: #f8fafc;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
}

.requirement-title {
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.5rem;
}

.requirements-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.requirement {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    margin-bottom: 0.25rem;
    font-size: 0.875rem;
    transition: color 0.3s ease;
}

.requirement i {
    width: 16px;
    text-align: center;
}

.requirement.valid {
    color: #059669;
}

.requirement.invalid {
    color: #dc2626;
}

.requirement:not(.valid, .invalid) {
    color: #6b7280;
}

.security-info {
    background: #f0f9ff;
    border: 1px solid #bae6fd;
    border-radius: 8px;
    padding: 1.5rem;
}

.security-info h4 {
    color: #0369a1;
    font-size: 1rem;
    font-weight: 600;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.security-info ul {
    color: #0c4a6e;
    padding-left: 1.5rem;
    margin: 0;
}

.security-info li {
    margin-bottom: 0.5rem;
    line-height: 1.5;
}


.notification {
    position: fixed;
    top: 20px;
    right: 20px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 4px 12px rgb(0 0 0 / 15%);
    padding: 1rem 1.5rem;
    z-index: 1000;
    transform: translateX(400px);
    transition: transform 0.3s ease;
    border-left: 4px solid #3b82f6;
}

.notification.show {
    transform: translateX(0);
}

.notification-success {
    border-left-color: #10b981;
}

.notification-error {
    border-left-color: #ef4444;
}

.notification-content {
    display: flex;
    align-items: center;
    gap: 0.75rem;
}

.notification-content i {
    font-size: 1.25rem;
}

.notification-success .notification-content i {
    color: #10b981;
}

.notification-error .notification-content i {
    color: #ef4444;
}

.notification-content span {
    font-weight: 500;
    color: #1f2937;
}

@media (max-width: 768px) {
    .change-password-container {
        margin: 1rem;
        padding: 1.5rem;
    }
    
    .notification {
        right: 1rem;
        left: 1rem;
        transform: translateY(-100px);
    }
    
    .notification.show {
        transform: translateY(0);
    }
}


* {
    box-sizing: border-box !important;
}

html, body {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    color: #000 !important;
    font-family: Inter, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif !important;
}


.dark, .dark-theme, [data-theme="dark"] {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    color: #000 !important;
}


.container, .main-content, .content, .page-content {
    background: #fff !important;
    color: #000 !important;
}


h1, h2, h3, h4, h5, h6, p, span, div, a {
    color: #000 !important;
}


.access-card .btn,
.access-card .btn-primary,
.access-card .btn-outline,
.btn-primary,
.btn-outline {
    color: #fff !important;
    font-weight: 600 !important;
}

.access-card .btn:hover,
.access-card .btn-primary:hover,
.access-card .btn-outline:hover,
.btn-primary:hover,
.btn-outline:hover {
    color: #fff !important;
}


.access-card .btn i,
.access-card .btn-primary i,
.access-card .btn-outline i,
.btn-primary i,
.btn-outline i {
    color: #fff !important;
}

.access-card .btn *,
.access-card .btn-primary *,
.access-card .btn-outline *,
.btn-primary *,
.btn-outline * {
    color: #fff !important;
}


body .access-card .btn,
body .access-card .btn-primary,
body .access-card .btn-outline,
body .btn-primary,
body .btn-outline,
html body .access-card .btn,
html body .access-card .btn-primary,
html body .access-card .btn-outline,
html body .btn-primary,
html body .btn-outline {
    color: #fff !important;
    font-weight: 600 !important;
}


.simple-header .header-actions .btn,
.simple-header .header-actions .btn-outline,
body .simple-header .header-actions .btn,
body .simple-header .header-actions .btn-outline {
    background: #1e40af !important;
    color: #fff !important;
    border: 2px solid #1e40af !important;
    font-weight: 600 !important;
}

.simple-header .header-actions .btn:hover,
.simple-header .header-actions .btn-outline:hover,
body .simple-header .header-actions .btn:hover,
body .simple-header .header-actions .btn-outline:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.simple-header .header-actions .btn i,
.simple-header .header-actions .btn-outline i,
body .simple-header .header-actions .btn i,
body .simple-header .header-actions .btn-outline i {
    color: #fff !important;
}


.success-alert .success-actions .btn,
.success-alert .success-actions .btn-primary,
.success-alert .success-actions .btn-secondary,
.success-alert .success-actions .btn-outline,
body .success-alert .success-actions .btn,
body .success-alert .success-actions .btn-primary,
body .success-alert .success-actions .btn-secondary,
body .success-alert .success-actions .btn-outline {
    color: #fff !important;
    font-weight: 600 !important;
}

.success-alert .success-actions .btn-outline {
    background: #1e40af !important;
    color: #fff !important;
    border: 2px solid #1e40af !important;
}

.success-alert .success-actions .btn-outline:hover {
    background: #1d4ed8 !important;
    border-color: #1d4ed8 !important;
    color: #fff !important;
}

.success-alert .success-actions .btn i,
.success-alert .success-actions .btn-primary i,
.success-alert .success-actions .btn-secondary i,
.success-alert .success-actions .btn-outline i {
    color: #fff !important;
}

body .access-card .btn *,
body .access-card .btn-primary *,
body .access-card .btn-outline *,
body .btn-primary *,
body .btn-outline *,
html body .access-card .btn *,
html body .access-card .btn-primary *,
html body .access-card .btn-outline *,
html body .btn-primary *,
html body .btn-outline * {
    color: #fff !important;
}


a {
    color: #3b82f6 !important;
}

a:hover {
    color: #1e40af !important;
}


.section {
    display: none;
}

.section.active {
    display: block;
}


.modal {
    display: none;
}

.modal.active {
    display: flex;
}


body {
    background: linear-gradient(135deg, #f8fafc 0%, #e2e8f0 100%) !important;
    min-height: 100vh !important;
    color: #000 !important;
}

.container {
    background: #fff !important;
    border-radius: 12px !important;
    box-shadow: 0 4px 6px -1px rgb(0 0 0 / 10%) !important;
    margin: 1rem auto !important;
    padding: 2rem !important;
}

.page-header {
    text-align: center;
    margin-bottom: 2rem;
    padding-bottom: 1rem;
    border-bottom: 2px solid #3b82f6;
}

.page-title {
    font-size: 2rem;
    font-weight: 700;
    color: #1e40af;
    margin-bottom: 0.5rem;
}

.page-subtitle {
    color: #000;
    font-size: 1.1rem;
    font-weight: 500;
}


.btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    padding: 0.75rem 1.5rem;
    border: none;
    border-radius: 8px;
    font-weight: 600;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.9rem;
}

.btn-primary {
    background: linear-gradient(135deg, #3b82f6, #1e40af);
    color: #fff;
    box-shadow: 0 4px 6px -1px rgb(59 130 246 / 30%);
    font-weight: 600;
}

.btn-primary:hover {
    background: linear-gradient(135deg, #1e40af, #1e3a8a);
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -3px rgb(59 130 246 / 40%);
}

.btn-outline {
    background: #fff;
    color: #000;
    border: 2px solid #3b82f6;
    font-weight: 600;
}

.btn-outline:hover {
    background: #3b82f6;
    color: #000;
}

.btn-large {
    padding: 1rem 2rem;
    font-size: 1.1rem;
    min-height: 48px;
}


.chamado-card {
    background: #fff;
    border-radius: 12px;
    padding: 1.5rem;
    box-shadow: 0 2px 4px rgb(0 0 0 / 10%);
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
    cursor: pointer;
}

.chamado-card:hover {
    transform: translateY(-2px);
    box-shadow: 0 8px 15px -3px rgb(0 0 0 / 10%);
}

.chamado-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.chamado-id {
    font-weight: 700;
    color: #3b82f6;
    font-size: 1.1rem;
}

.chamado-status {
    padding: 0.25rem 0.75rem;
    border-radius: 20px;
    font-size: 0.8rem;
    font-weight: 600;
}

.status-aberto {
    background: #fef3c7;
    color: #92400e;
}

.status-em-andamento {
    background: #dbeafe;
    color: #1e40af;
}

.status-concluido {
    background: #d1fae5;
    color: #065f46;
}


.empty-state {
    text-align: center;
    padding: 3rem 1rem;
    color: #6b7280;
}

.empty-state i {
    font-size: 3rem;
    color: #d1d5db;
    margin-bottom: 1rem;
}

.empty-state h3 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
    color: #374151;
}


.form-fields {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 1rem;
}


@media (max-width: 1024px) {
    .form-fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.75rem;
    }
}

@media (max-width: 768px) {
    .form-fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.5rem;
    }
}

@media (max-width: 480px) {
    .form-fields {
        grid-template-columns: repeat(2, 1fr);
        gap: 0.4rem;
    }
}

.form-group {
    display: flex;
    flex-direction: column;
    position: relative;
}

.form-group label {
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.3rem;
    font-size: 0.85rem;
    display: flex;
    align-items: center;
    gap: 0.2rem;
}

.form-group label::before {
    content: '';
    width: 2px;
    height: 10px;
    background: linear-gradient(135deg, #1e40af, #3b82f6);
    border-radius: 1px;
}

.form-group input,
.form-group select,
.form-group textarea {
    padding: 0.4rem 0.6rem;
    border: 1px solid #e5e7eb;
    border-radius: 4px;
    font-size: 0.85rem;
    min-height: 32px;
    background: #fff;
    transition: all 0.3s ease;
}

.form-group input:focus,
.form-group select:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgb(59 130 246 / 10%);
    background: #fff;
}

.form-group input:disabled {
    background: linear-gradient(135deg, #f1f5f9, #e2e8f0);
    color: #64748b;
    cursor: not-allowed;
}

.form-group textarea {
    resize: vertical;
    min-height: 50px;
}


@media (max-width: 768px) {
    .form-group input,
    .form-group select,
    .form-group textarea {
        padding: 0.3rem 0.4rem;
        font-size: 0.8rem;
        min-height: 28px;
        border-radius: 3px;
    }
    
    .form-group textarea {
        min-height: 40px;
        font-size: 0.8rem;
    }
}


.form-section {
    margin-bottom: 1.5rem;
    padding: 1rem;
    background: #fff;
    border-radius: 8px;
    border: 1px solid #e2e8f0;
    box-shadow: 0 1px 3px rgb(0 0 0 / 5%);
}


@media (max-width: 768px) {
    .form-section {
        margin-bottom: 0.75rem;
        padding: 0.75rem;
        border-radius: 6px;
    }
}

.section-title {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    font-size: 1rem;
    font-weight: 600;
    color: #1f2937;
    margin: 0 0 1rem;
    padding-bottom: 0.5rem;
    border-bottom: 1px solid #3b82f6;
}

.section-title i {
    color: #3b82f6;
    font-size: 0.9rem;
}


.file-upload-area {
    border: 2px dashed #d1d5db;
    border-radius: 12px;
    padding: 2rem;
    text-align: center;
    background: #f9fafb;
    cursor: pointer;
    transition: all 0.3s ease;
}

.file-upload-area:hover {
    border-color: #3b82f6;
    background: #eff6ff;
}

.file-upload-content i {
    font-size: 2rem;
    color: #6b7280;
    margin-bottom: 1rem;
}

.file-upload-content p {
    margin: 0.5rem 0;
    color: #374151;
    font-weight: 500;
}

.file-upload-content small {
    color: #6b7280;
}


.file-list {
    margin-top: 1rem;
}

.file-item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 0.5rem;
    background: #f3f4f6;
    border-radius: 6px;
    margin-bottom: 0.5rem;
}

.file-item i {
    color: #3b82f6;
    margin-right: 0.5rem;
}

.file-item button {
    background: #ef4444;
    color: #fff;
    border: none;
    border-radius: 4px;
    padding: 0.25rem 0.5rem;
    cursor: pointer;
    font-size: 0.75rem;
}


.form-actions {
    text-align: center;
    margin-top: 2rem;
}


.custom-alert {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    border-radius: 12px;
    box-shadow: 0 20px 25px -5px rgb(0 0 0 / 10%), 0 10px 10px -5px rgb(0 0 0 / 4%);
    padding: 2rem;
    max-width: 400px;
    width: 90%;
    z-index: 1000;
    text-align: center;
}

.custom-alert h3 {
    color: #1f2937;
    margin-bottom: 1rem;
    font-size: 1.25rem;
}

.custom-alert p {
    color: #6b7280;
    margin-bottom: 1.5rem;
    line-height: 1.6;
}

.custom-alert .btn {
    margin: 0 0.5rem;
}


.loading {
    display: inline-block;
    width: 20px;
    height: 20px;
    border: 3px solid #f3f3f3;
    border-top: 3px solid #3b82f6;
    border-radius: 50%;
    animation: spin 1s linear infinite;
}




@media (max-width: 768px) {
    .container {
        margin: 0.5rem auto !important;
        padding: 1rem !important;
    }
    
    .page-title {
        font-size: 1.5rem;
    }
    
    .page-subtitle {
        font-size: 1rem;
    }
    
    .btn {
        padding: 0.6rem 1.2rem;
        font-size: 0.85rem;
    }
    
    .btn-large {
        padding: 0.8rem 1.5rem;
        font-size: 1rem;
    }
}

@media (max-width: 480px) {
    .container {
        margin: 0.25rem auto !important;
        padding: 0.75rem !important;
    }
    
    .page-title {
        font-size: 1.25rem;
    }
    
    .page-subtitle {
        font-size: 0.9rem;
    }
    
    .form-section {
        padding: 0.5rem;
    }
    
    .section-title {
        font-size: 0.9rem;
    }
}


.privacy-modal {
    position: fixed !important;
    top: 0 !important;
    left: 0 !important;
    width: 100% !important;
    height: 100% !important;
    background: rgb(0 0 0 / 50%) !important;
    display: flex !important;
    align-items: center !important;
    justify-content: center !important;
    z-index: 99999 !important;
    backdrop-filter: blur(4px);
}

.privacy-modal-content {
    background: #fff;
    border-radius: 12px;
    max-width: 800px;
    max-height: 80vh;
    width: 90%;
    overflow: hidden;
    box-shadow: 0 10px 30px rgb(0 0 0 / 30%);
    animation: modal-slide-in 0.3s ease-out;
    position: relative;
    z-index: 100000;
}

@keyframes modal-slide-in {
    from {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }

    to {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes modal-slide-out {
    from {
        opacity: 1;
        transform: translateY(0) scale(1);
    }

    to {
        opacity: 0;
        transform: translateY(-50px) scale(0.9);
    }
}

.privacy-modal-header {
    background: #007bff;
    color: #fff;
    padding: 20px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-radius: 12px 12px 0 0;
}

.privacy-modal-header h2 {
    margin: 0;
    font-size: 20px;
    display: flex;
    align-items: center;
    gap: 10px;
}

.privacy-modal-close {
    background: none;
    border: none;
    color: #fff;
    font-size: 24px;
    cursor: pointer;
    padding: 0;
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 50%;
    transition: all 0.2s ease;
    font-weight: bold;
}

.privacy-modal-close:hover {
    background: rgb(255 255 255 / 20%);
    transform: scale(1.1);
}

.privacy-modal-body {
    padding: 30px;
    max-height: 60vh;
    overflow-y: auto;
    line-height: 1.6;
    color: #333;
}

.privacy-modal-body h3 {
    color: #007bff;
    margin-top: 20px;
    margin-bottom: 10px;
}

.privacy-modal-body p {
    margin-bottom: 15px;
    color: #555;
}

.privacy-modal-body ul {
    margin-bottom: 15px;
    padding-left: 20px;
}

.privacy-modal-body li {
    margin-bottom: 5px;
    color: #495057;
}

.privacy-modal-footer {
    padding: 20px 30px;
    background: #f8f9fa;
    border-top: 1px solid #e9ecef;
    display: flex;
    justify-content: flex-end;
    gap: 10px;
}

.privacy-modal-footer .btn {
    padding: 12px 24px;
    border-radius: 8px;
    font-weight: 600;
    transition: all 0.2s ease;
    border: none;
    cursor: pointer;
}

.privacy-modal-footer .btn-primary {
    background: linear-gradient(135deg, #007bff, #0056b3);
    color: #000;
    box-shadow: 0 4px 12px rgb(0 123 255 / 30%);
    font-weight: 600;
}

.privacy-modal-footer .btn-primary:hover {
    transform: translateY(-2px);
    box-shadow: 0 6px 16px rgb(0 123 255 / 40%);
}

@media (max-width: 768px) {
    .privacy-modal-content {
        width: 95%;
        max-height: 90vh;
    }
    
    .privacy-modal-header {
        padding: 15px;
    }
    
    .privacy-modal-header h2 {
        font-size: 18px;
    }
    
    .privacy-modal-body {
        padding: 20px;
    }
    
    .privacy-modal-footer {
        padding: 15px 20px;
    }
}
