/* Custom Knowledge Base Page Styles */
/* This file contains all styles for CRM Knowledge Base articles */
/* All classes are scoped under .crm-knowledge-base to avoid conflicts */
/* Make all classes nested under main class .crm-knowledge-base */

.crm-knowledge-base {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    line-height: 1.6;
    color: #333;
    max-width: 1200px;
    margin: 0 auto;
    padding: 20px;
}

.crm-knowledge-base .docs-header {
    margin-bottom: 40px;
    padding-bottom: 20px;
    border-bottom: 2px solid #e0e0e0;
}

.crm-knowledge-base .docs-header h1 {
    color: #2c3e50;
    font-size: 2.5em;
    margin-bottom: 10px;
}

.crm-knowledge-base .docs-header .intro {
    font-size: 1.1em;
    color: #666;
}

.crm-knowledge-base .docs-section {
    margin-bottom: 50px;
}

.crm-knowledge-base .docs-section h2 {
    color: #2c3e50;
    font-size: 2em;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 1px solid #e0e0e0;
}

.crm-knowledge-base .docs-section h3 {
    color: #34495e;
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
}

.crm-knowledge-base .docs-section p {
    margin-bottom: 15px;
}

.crm-knowledge-base .docs-section ul,
.crm-knowledge-base .docs-section ol {
    margin-bottom: 20px;
    padding-left: 30px;
}

.crm-knowledge-base .docs-section li {
    margin-bottom: 8px;
}

.crm-knowledge-base img {
    display: block;
    margin: 19px auto;
    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.5);
    max-width: 100%;
    border: 1px solid #ddd;
    padding: 11px;
}

.crm-knowledge-base .note {
    background-color: #e8f4f8;
    border-left: 4px solid #3498db;
    padding: 15px;
    margin: 20px 0;
}

.crm-knowledge-base .note strong {
    color: #2980b9;
}

.crm-knowledge-base .warning {
    background-color: #fff3cd;
    border-left: 4px solid #ffc107;
    padding: 15px;
    margin: 20px 0;
}

.crm-knowledge-base .warning strong {
    color: #856404;
}

.crm-knowledge-base .docs-section a {
    color: #3498db;
    text-decoration: none;
}

.crm-knowledge-base .docs-section a:hover {
    text-decoration: underline;
}

.crm-knowledge-base .docs-footer {
    margin-top: 60px;
    padding-top: 20px;
    border-top: 2px solid #e0e0e0;
    text-align: center;
    color: #666;
    font-size: 0.9em;
}

.crm-knowledge-base .features-list {
    list-style: none;
    padding-left: 0;
}

.crm-knowledge-base .features-list li {
    padding: 10px 0;
    padding-left: 30px;
    position: relative;
}

.crm-knowledge-base .features-list li:before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #27ae60;
    font-weight: bold;
    font-size: 1.2em;
}

.crm-knowledge-base .overview-section {
    background-color: #f8f9fa;
    padding: 25px;
    border-radius: 5px;
    margin-bottom: 40px;
}

/* Download Button Container */
.crm-knowledge-base .download-button-container {
    margin: 25px 0;
    text-align: center;
}

/* Download Button Link */
.crm-knowledge-base .download-button-link {
    background-color: #04b440;
    color: #ffffff!important;
    padding: 10px 22px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
}

.crm-knowledge-base .download-button-link:hover {
    background-color: #038a33;
    color: #ffffff;
    text-decoration: none;
}
