/**
 * VMP Security - Help Page Styles
 *
 * @since 1.0.0
 * @package VMPFence
 */

/* Main Container */
.vmpfence-help-page {
    max-width: 1200px;
    margin: 0;
    padding: 25px 0;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, sans-serif;
    background: #f5f7fa;
    min-height: calc(100vh - 100px);
}

/* Help Header */
.vmpfence-help-heading {
    font-size: 28px;
    font-weight: 600;
    color: #1d2321;
    margin: 0 0 25px 0;
    padding: 0;
}

/* Support Section - Two Cards */
.vmpfence-support-list {
    margin: 0 0 30px 0;
    padding: 0;
    list-style: none;
    display: flex;
    /* gap: 20px; */
}

.vmpfence-support-list li {
    flex: 1;
    padding: 20px 25px;
    background: #fff;
    border: 1px solid #dcdcde;
    /* border-radius: 6px; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    margin-bottom: 0;
}

.vmpfence-support-list h3 {
    margin: 0 0 12px 0;
    font-size: 16px;
    font-weight: 600;
    color: #1d2321;
}

.vmpfence-support-list p {
    margin: 0 0 12px 0;
    color: #50575e;
    font-size: 14px;
    line-height: 1.6;
}

.vmpfence-support-list p:last-child {
    margin-bottom: 0;
}

.vmpfence-support-list a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
}

.vmpfence-support-list a:hover {
    text-decoration: underline;
}

/* Premium Card - Left Border Accent */
.vmpfence-support-list li:first-child {
    border-left: 4px solid #f5a623;
}

/* Free Card - Left Border Accent */
.vmpfence-support-list li:last-child {
    border-left: 4px solid #2271b1;
}

/* GDPR Section */
.vmpfence-gdpr-section {
    margin: 0 0 30px 0;
    background: #fff;
    border: 1px solid #dcdcde;
    /* border-radius: 6px; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    overflow: hidden;
}

.vmpfence-gdpr-heading {
    margin: 0;
    padding: 15px 25px;
    font-size: 16px;
    font-weight: 600;
    color: #191970;
    cursor: pointer;
    display: flex;
    align-items: center;
    gap: 10px;
    border-bottom: 1px solid #dcdcde;
}

.vmpfence-gdpr-heading:hover {
    background: #e9ecef;
}

.vmpfence-gdpr-icon {
    font-size: 10px;
    color: #646970;
}

.vmpfence-gdpr-content {
    padding: 20px 25px;
}

.vmpfence-gdpr-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.vmpfence-gdpr-content li {
    margin-bottom: 18px;
}

.vmpfence-gdpr-content li:last-child {
    margin-bottom: 0;
}

.vmpfence-gdpr-content strong {
    display: block;
    color: #1d2321;
    margin-bottom: 6px;
    font-size: 15px;
}

.vmpfence-gdpr-content p {
    margin: 8px 0 0 0;
    color: #50575e;
    font-size: 14px;
    line-height: 1.6;
}

.vmpfence-gdpr-content a {
    color: #2271b1;
    text-decoration: none;
    font-weight: 500;
}

.vmpfence-gdpr-content a:hover {
    text-decoration: underline;
}

/* All Documentation Section */
.vmpfence-all-docs-heading {
    font-size: 28px;
    font-weight: 600;
    color: #1d2321;
    margin: 0 0 20px 0;
    padding: 0;
}

/* Docs Container - Two Column Layout */
.vmpfence-docs-container {
    display: flex;
    gap: 25px;
}

.vmpfence-docs-column {
    flex: 1;
    min-width: 0;
}

.vmpfence-docs-categories {
    flex: 2;
}

/* Top Topics Card */
.vmpfence-docs-column h4 {
    margin: 0;
    padding: 12px 15px;
    font-size: 14px;
    font-weight: 600;
    color: #1d2321;
    background: #fff;
    border: 1px solid #dcdcde;
    /* border-radius: 6px 6px 0 0; */
    /* border-bottom: none; */
}

/* Topics List - Inside Card */
.vmpfence-docs-column ul {
    margin: 0;
    padding: 0;
    list-style: none;
    background: #fff;
    /* border: 1px solid #dcdcde; */
    border-top: none;
    /* border-radius: 0 0 6px 6px; */
    /* box-shadow: 0 1px 3px rgba(0,0,0,0.05); */
}

/* Doc Links */
 .vmpfence-doc-links {
    /* padding: 10px 0; */
    background: #fff;
    margin: 0 !important;
} 


.vmpfence-doc-links li {
    margin: 0;
    padding: 0;
}

.vmpfence-doc-links a {
    display: block;
    padding: 10px 15px;
    color: #2271b1;
    text-decoration: none;
    font-size: 14px;
    line-height: 1.4;
    border-bottom: 1px solid #f0f0f1;
}

.vmpfence-doc-links li:last-child a {
    border-bottom: none;
}

.vmpfence-doc-links a:hover {
    background: #f6f7f7;
    text-decoration: none;
}

/* Doc Categories */
.vmpfence-doc-category {
    margin-bottom: 20px;
    padding: 18px 20px;
    background: #fff;
    border: 1px solid #dcdcde;
    /* border-radius: 6px; */
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
}

.vmpfence-doc-category:last-child {
    margin-bottom: 0;
}

.vmpfence-doc-category h4 {
    /* margin: 0 0 10px 0; */
    margin: 0;
    font-size: 21px;
    font-weight: 300 !important;
    padding-left: 0 !important;
    border: none !important;
    background: #fff !important;
    line-height: 32px !important;
}

.vmpfence-doc-category h4 a {
    color: #2271b1;
    text-decoration: none;
    font-family: Roboto !important;
}

.vmpfence-doc-category h4 a:hover {
    text-decoration: underline;
}

.vmpfence-doc-category p {
    margin: 0 0 12px 0;
    color: #50575e;
    font-size: 14px;
    line-height: 1.5;
}

/* Sub Doc Links */
.vmpfence-sub-doc-links {
    margin: 0;
    /* padding: 0 0 0 18px; */
    list-style: disc;
}

.vmpfence-sub-doc-links li {
    margin-bottom: 6px;
}

.vmpfence-sub-doc-links li:last-child {
    margin-bottom: 0;
}

.vmpfence-sub-doc-links a {
    color: #50575e;
    text-decoration: none;
    font-size: 13px;
    padding-right: 20px;
}

.vmpfence-sub-doc-links a:hover {
    color: #2271b1;
    text-decoration: underline;
}

/* Responsive */
@media (max-width: 900px) {
    .vmpfence-help-page {
        padding: 20px 15px;
    }
    
    .vmpfence-support-list {
        flex-direction: column;
    }
    
    .vmpfence-docs-container {
        flex-direction: column;
    }
    
    .vmpfence-docs-column {
        width: 100%;
    }
    
    .vmpfence-doc-category {
        padding: 15px;
    }
}

@media (max-width: 600px) {
    .vmpfence-help-heading {
        font-size: 24px;
    }
}