.elementor-8614 .elementor-element.elementor-element-c7d46b6{--display:flex;}/* Start custom CSS for html, class: .elementor-element-36e20a6 *//* ==========================================================================
   Global Styles for Kahf Browser Cluster Articles (Safe & Scoped Version)
   ========================================================================== */

/* Main Wrapper - Prevents breaking the rest of the website */
.kahf-article-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, sans-serif;
    line-height: 1.6;
    color: #333;
    background-color: #f9fafb;
    max-width: 100%;
    overflow-x: hidden;
}

.kahf-article-wrapper .container {
    max-width: 900px;
    margin: 0 auto;
    padding: 0 20px;
}

/* Header Styles */
.kahf-article-wrapper .article-header {
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
    color: white;
    padding: 60px 20px;
    text-align: center;
    border-radius: 8px 8px 0 0;
}

.kahf-article-wrapper .article-header h1 {
    font-size: 2.5em;
    margin-bottom: 20px;
    font-weight: 700;
    letter-spacing: -0.5px;
    color: white !important;
}

.kahf-article-wrapper .article-header p {
    font-size: 1.1em;
    opacity: 0.95;
    max-width: 600px;
    margin: 0 auto;
    line-height: 1.5;
    color: white !important;
}

.kahf-article-wrapper .badge {
    display: inline-block;
    background: rgba(255, 255, 255, 0.2);
    color: white;
    padding: 8px 16px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 600;
    margin-bottom: 20px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

/* Main Content Typography */
.kahf-article-wrapper .article-main {
    background: white;
    padding: 60px 20px;
}

.kahf-article-wrapper section {
    margin-bottom: 60px;
}

.kahf-article-wrapper h2 {
    font-size: 2em;
    margin-bottom: 30px;
    color: #1f2937;
    border-bottom: 3px solid #8B5CF6;
    padding-bottom: 15px;
    font-weight: 700;
}

.kahf-article-wrapper h3 {
    font-size: 1.5em;
    margin-top: 30px;
    margin-bottom: 15px;
    color: #374151;
    font-weight: 600;
}

.kahf-article-wrapper h4 {
    font-size: 1.2em;
    margin-top: 20px;
    margin-bottom: 10px;
    color: #4b5563;
    font-weight: 600;
}

.kahf-article-wrapper p {
    margin-bottom: 15px;
    line-height: 1.8;
    color: #555;
}

.kahf-article-wrapper strong {
    color: #1f2937;
    font-weight: 600;
}

/* Tables */
.kahf-article-wrapper table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    box-shadow: 0 1px 3px rgba(0, 0, 0, 0.1);
    border-radius: 8px;
    overflow: hidden;
}

.kahf-article-wrapper th {
    background: #8B5CF6;
    color: white;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.5px;
}

.kahf-article-wrapper td {
    padding: 12px 15px;
    border-bottom: 1px solid #e5e7eb;
}

.kahf-article-wrapper tr:nth-child(even) {
    background: #f9fafb;
}

.kahf-article-wrapper tr:hover {
    background: #f0e6ff;
}

.kahf-article-wrapper .check { color: #10b981; font-weight: bold; font-size: 1.2em; }
.kahf-article-wrapper .partial { color: #f59e0b; font-weight: bold; font-size: 1.2em; }

/* Browser Cards */
.kahf-article-wrapper .browser-card {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    padding: 25px;
    margin-bottom: 20px;
    transition: all 0.3s ease;
}

.kahf-article-wrapper .browser-card:hover {
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.15);
    border-color: #8B5CF6;
    transform: translateY(-2px);
}

.kahf-article-wrapper .browser-header {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 15px;
}

.kahf-article-wrapper .browser-title {
    font-size: 1.3em;
    font-weight: 700;
    color: #1f2937;
}

.kahf-article-wrapper .browser-badge {
    background: #ede9fe;
    color: #8B5CF6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.75em;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
}

.kahf-article-wrapper .rating {
    color: #fbbf24;
    margin-bottom: 10px;
    font-size: 0.95em;
}

/* Feature Tags */
.kahf-article-wrapper .features,
.kahf-article-wrapper .feature-list {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-top: 15px;
}

.kahf-article-wrapper .feature-tag {
    display: inline-block;
    background: #ede9fe;
    color: #8B5CF6;
    padding: 6px 12px;
    border-radius: 20px;
    font-size: 0.85em;
    font-weight: 500;
    transition: all 0.3s ease;
}

.kahf-article-wrapper .feature-tag:hover {
    background: #8B5CF6;
    color: white;
}

/* 🔥 Bulletproof FAQ Section Fixes 🔥 */
.kahf-article-wrapper .faq-item {
    background: #f9fafb;
    border: 1px solid #e5e7eb;
    border-radius: 8px;
    margin-bottom: 15px;
    overflow: hidden;
    transition: all 0.3s ease;
}

.kahf-article-wrapper .faq-item:hover {
    border-color: #8B5CF6;
}

.kahf-article-wrapper .faq-question {
    padding: 20px;
    cursor: pointer;
    font-weight: 600;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: white !important;
    color: #333 !important;
    transition: background 0.3s ease;
    user-select: none;
    border: none !important;
    outline: none !important;
    box-shadow: none !important;
    -webkit-tap-highlight-color: transparent;
}

.kahf-article-wrapper .faq-question:hover,
.kahf-article-wrapper .faq-question:focus,
.kahf-article-wrapper .faq-question:active {
    background: #f9fafb !important;
    outline: none !important;
    color: #8B5CF6 !important;
}

.kahf-article-wrapper .faq-answer {
    padding: 20px;
    background: #f9fafb;
    border-top: 1px solid #e5e7eb;
    display: none;
    line-height: 1.8;
}

.kahf-article-wrapper .faq-answer.active {
    display: block;
}

.kahf-article-wrapper .toggle-icon {
    transition: transform 0.3s ease;
    color: #8B5CF6;
    font-weight: bold;
}

.kahf-article-wrapper .toggle-icon.active {
    transform: rotate(180deg);
}

/* 🔥 Bulletproof CTA Section Fixes 🔥 */
.kahf-article-wrapper .cta-section {
    background: linear-gradient(135deg, #8B5CF6 0%, #EC4899 100%);
    padding: 50px 20px;
    text-align: center;
    border-radius: 8px;
    margin: 40px 0;
    box-shadow: 0 10px 30px rgba(139, 92, 246, 0.3);
}

.kahf-article-wrapper .cta-section h2 {
    color: #ffffff !important; /* Force white text */
    border-bottom: 3px solid rgba(255, 255, 255, 0.3);
    margin-bottom: 20px;
    padding-bottom: 10px;
}

.kahf-article-wrapper .cta-section p {
    color: #ffffff !important; /* Force white text */
    font-size: 1.1em;
    opacity: 0.95;
    margin-bottom: 25px;
}

.kahf-article-wrapper .cta-button {
    background: white !important;
    color: #8B5CF6 !important;
    padding: 15px 40px;
    border: none;
    border-radius: 8px;
    font-size: 1em;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
    margin-top: 10px;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    display: inline-block;
}

.kahf-article-wrapper .cta-button:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.2);
    background: #f3f4f6 !important;
    color: #EC4899 !important;
}

/* Related Links */
.kahf-article-wrapper .related-links {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    margin-top: 30px;
}

.kahf-article-wrapper .related-card {
    background: #f9fafb;
    padding: 20px;
    border-radius: 8px;
    border: 1px solid #e5e7eb;
    transition: all 0.3s ease;
}

.kahf-article-wrapper .related-card:hover {
    box-shadow: 0 10px 25px rgba(139, 92, 246, 0.1);
    transform: translateY(-2px);
}

.kahf-article-wrapper .related-card h3 {
    margin-top: 0;
    border: none;
    padding: 0;
}

.kahf-article-wrapper .related-card a {
    color: #8B5CF6;
    text-decoration: none;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
    gap: 5px;
    transition: all 0.3s ease;
}

.kahf-article-wrapper .related-card a:hover {
    text-decoration: underline;
    gap: 8px;
}

/* Lists */
.kahf-article-wrapper ul, 
.kahf-article-wrapper ol {
    margin: 20px 0 20px 20px;
}

.kahf-article-wrapper li {
    margin-bottom: 10px;
    line-height: 1.8;
}

/* Blockquotes */
.kahf-article-wrapper blockquote {
    border-left: 4px solid #8B5CF6;
    padding: 15px 20px;
    background: #f9fafb;
    margin: 20px 0;
    font-style: italic;
    color: #555;
}

/* Links */
.kahf-article-wrapper a {
    color: #8B5CF6;
    text-decoration: none;
    transition: color 0.3s ease;
}

.kahf-article-wrapper a:hover {
    color: #EC4899;
    text-decoration: underline;
}

/* Responsive Design */
@media (max-width: 768px) {
    .kahf-article-wrapper .article-header h1 { font-size: 1.8em; }
    .kahf-article-wrapper .article-header p { font-size: 1em; }
    .kahf-article-wrapper h2 { font-size: 1.5em; }
    .kahf-article-wrapper h3 { font-size: 1.3em; }
    .kahf-article-wrapper table { font-size: 0.9em; }
    .kahf-article-wrapper th, .kahf-article-wrapper td { padding: 10px; }
    .kahf-article-wrapper .browser-header { flex-direction: column; gap: 10px; }
    .kahf-article-wrapper .related-links { grid-template-columns: 1fr; }
    .kahf-article-wrapper .article-main { padding: 40px 20px; }
    .kahf-article-wrapper section { margin-bottom: 40px; }
}

@media (max-width: 480px) {
    .kahf-article-wrapper .article-header { padding: 40px 20px; }
    .kahf-article-wrapper .article-header h1 { font-size: 1.5em; }
    .kahf-article-wrapper h2 { font-size: 1.3em; }
    .kahf-article-wrapper .browser-card, .kahf-article-wrapper .related-card { padding: 15px; }
    .kahf-article-wrapper .cta-button { width: 100%; padding: 12px 20px; }
}/* End custom CSS */