.elementor-6914 .elementor-element.elementor-element-5901801c{--display:flex;overflow:visible;}.elementor-6914 .elementor-element.elementor-element-43ade49 img{border-radius:11px 11px 11px 11px;box-shadow:0px 0px 8px 0px rgba(0,0,0,0.5);}.elementor-6914 .elementor-element.elementor-element-67f25be{--display:flex;overflow:visible;}.elementor-6914 .elementor-element.elementor-element-94334f3{--display:flex;overflow:visible;}.elementor-6914 .elementor-element.elementor-element-a0bf992 .rivax-mailchimp-form{justify-content:center;flex-wrap:nowrap;margin:0 calc( 12px / -2 );row-gap:28px;}.elementor-6914 .elementor-element.elementor-element-a0bf992 .rivax-mailchimp-input-wrapper{padding:0 calc( 12px / 2 );width:600px;}.elementor-6914 .elementor-element.elementor-element-a0bf992 .rivax-mailchimp-button-wrapper{padding:0 calc( 12px / 2 );}/* Start custom CSS for text-editor, class: .elementor-element-c799931 */<style>
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;700&display=swap');

/* Main Container */
.wc-results-guide {
    font-family: 'Poppins', sans-serif;
    color: #2c3e50;
    line-height: 1.7;
    background: #fff;
    max-width: 100%;
}

/* Header */
.guide-header {
    background: linear-gradient(135deg, #0047AB 0%, #001a40 100%);
    color: #fff;
    padding: 40px 20px;
    border-radius: 12px;
    text-align: center;
    margin-bottom: 30px;
    position: relative;
    overflow: hidden;
}

.header-badge {
    background: #FFD700;
    color: #000;
    display: inline-block;
    padding: 5px 15px;
    font-weight: 700;
    border-radius: 20px;
    margin-bottom: 15px;
    font-size: 0.9rem;
}

.guide-header h1 {
    font-size: 2.2rem;
    margin: 0 0 15px 0;
    line-height: 1.2;
}

.intro-lead {
    font-size: 1.1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* Steps */
.steps-container {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    min-width: 250px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-top: 4px solid #0047AB;
    position: relative;
}

.step-num {
    background: #0047AB;
    color: #fff;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

/* Status Cards Grid */
.status-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
    margin-top: 20px;
}

.status-card {
    padding: 25px;
    border-radius: 12px;
    color: #333;
    transition: transform 0.2s;
}

.status-card:hover { transform: translateY(-5px); }

/* Success Card */
.status-card.success {
    background: #e6fffa;
    border: 2px solid #38b2ac;
}
.status-card.success h3 { color: #234e52; }
.action-required {
    background: #fff;
    padding: 10px;
    border-radius: 6px;
    border-left: 4px solid #e53e3e;
    margin-top: 15px;
    font-size: 0.9rem;
}

/* Fail Card */
.status-card.fail {
    background: #fff5f5;
    border: 2px solid #fc8181;
}
.status-card.fail h3 { color: #c53030; }

/* Partial Card */
.status-card.partial {
    background: #fffff0;
    border: 2px solid #d69e2e;
}

/* Alert Boxes */
.alert-box {
    padding: 15px;
    border-radius: 8px;
    margin: 20px 0;
}
.alert-box.info { background: #ebf8ff; border-left: 5px solid #4299e1; }
.pro-tip { background: #2d3748; color: #fff; padding: 15px; border-radius: 8px; }

/* Checklist */
.check-list { list-style: none; padding: 0; }
.check-list li {
    padding: 10px 0;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 25px;
}
.check-list li::before {
    content: '✓';
    position: absolute;
    left: 0;
    color: #38b2ac;
    font-weight: bold;
}

/* FAQ Styling */
.wc-faq-wrapper {
    margin-top: 50px;
    border-top: 2px solid #eee;
    padding-top: 30px;
}
.faq-row {
    margin-bottom: 10px;
    border: 1px solid #e2e8f0;
    border-radius: 8px;
    overflow: hidden;
}
.faq-row summary {
    background: #f7fafc;
    padding: 15px;
    cursor: pointer;
    font-weight: 700;
    list-style: none;
}
.faq-row summary::after { content: '+'; float: right; font-weight: bold; }
.faq-row[open] summary::after { content: '-'; }
.faq-text { padding: 15px; background: #fff; color: #555; }

/* Mobile */
@media (max-width: 768px) {
    .guide-header h1 { font-size: 1.5rem; }
    .steps-container { flex-direction: column; }
}
</style>/* End custom CSS */