.fpa-single-content {
    background: #F6F6F6 !important;
}

.e3dc-fpa #preHeaderStoerer {
    display: none !important;
}

.fpa-switch{display:inline-flex;background:#eef0f2;border-radius:28px;padding:4px;box-shadow:inset 0 1px 0 rgba(255,255,255,0.6);}
.fpa-switch-btn{border:0;background:transparent;padding:8px 26px;cursor:pointer;color:#666;font-weight:600;outline:none;transition:all .12s ease;border-radius:8px;}
.fpa-switch-btn:first-child{border-radius:22px 8px 8px 22px !important;}
.fpa-switch-btn:last-child{border-radius:8px 22px 22px 8px !important;}
.fpa-switch-btn.active{background:#ffffff;color:#111;box-shadow:0 2px 8px rgba(16,24,40,0.08);}
.fpa-switch-btn:focus{box-shadow:0 0 0 3px rgba(92,194,68,0.12);}

body.fpa-logged-in #menu-item-16900 ul {
    display: none !important;
}

/* PDF Disclaimer Modal */
.e3dc-fpa .swal2-container {
    z-index: 999999999 !important;
}

.fpa-disclaimer-pdf-modal {
    z-index: 999999 !important;
    max-height: 95vh !important;
    overflow: hidden !important;
    display: flex !important;
    flex-direction: column !important;
}

.fpa-disclaimer-pdf-modal .swal2-html-container {
    flex: 1 !important;
    overflow: hidden !important;
    margin: 0 !important;
    max-height: none !important;
}

@media (max-width: 768px) {
    .fpa-disclaimer-pdf-modal {
        padding: 0 !important;
        margin: 0 !important;
        width: 100vw !important;
        max-width: 100vw !important;
    }
    
    .fpa-disclaimer-pdf-modal .swal2-title {
        padding: 1rem !important;
        margin: 0 !important;
    }
    
    .fpa-disclaimer-pdf-modal .swal2-actions {
        padding: 1rem !important;
        margin: 0 !important;
    }
}

/* Download Icon/Thumbnail */
.fpa-download-icon {
    width: 64px;
    height: 64px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}

.fpa-download-icon img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 4px;
}

.fpa-download-icon svg {
    flex-shrink: 0;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-profile-settings-container .fpa-setting.fpa-setting-filters {
    display: block;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-profile-settings-container .fpa-setting.fpa-setting-filters > div:first-child {
    margin-bottom: 10px;
    color: #131815;
    font-weight: 600;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-filter-checkbox-list {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 8px;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-filter-checkbox-item {
    display: flex;
    align-items: center;
    gap: 8px;
    border: 1px solid #eff0f6;
    border-radius: 8px;
    padding: 8px 10px;
    cursor: pointer;
    color: #131815;
    margin: 0;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-filter-checkbox-item input[type="checkbox"] {
    accent-color: #5cc244;
    margin: 0;
    width: 20px;
    height: 20px;
}

.partner-area-wrapper .fpa-profile-settings-wrapper .fpa-filter-checkbox-item:has(input[type="checkbox"]:checked) {
    border-color: #5cc244;
    background: #f6ffef;
}

@media (max-width: 767px) {
    .partner-area-wrapper .fpa-profile-settings-wrapper .fpa-filter-checkbox-list {
        grid-template-columns: 1fr;
    }
}


#fpa-container.has-row-bg-color {
    background: none !important;
}