.elementor-6989 .elementor-element.elementor-element-30bfc23{--display:flex;overflow:visible;}.elementor-6989 .elementor-element.elementor-element-9744b80 img{border-radius:9px 9px 9px 9px;box-shadow:0px 0px 10px 0px rgba(0, 0, 0, 0.27);}.elementor-6989 .elementor-element.elementor-element-5707ab6 p{margin-block-end:1px;}/* Start custom CSS for text-editor, class: .elementor-element-5707ab6 */<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: 2rem;
    margin: 0 0 15px 0;
    line-height: 1.3;
}

.intro-lead {
    font-size: 1rem;
    opacity: 0.9;
    max-width: 800px;
    margin: 0 auto;
}

/* Steps (Timeline) */
.steps-container {
    display: flex;
    gap: 20px;
    margin: 30px 0;
    flex-wrap: wrap;
}

.step-card {
    flex: 1;
    min-width: 280px;
    background: #f8f9fa;
    padding: 20px;
    border-radius: 10px;
    border-top: 4px solid #0047AB;
    position: relative;
    box-shadow: 0 4px 6px rgba(0,0,0,0.05);
}

.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: 15px;
}

/* Status Cards (Warnings & Success) */
.status-grid {
    display: grid;
    grid-template-columns: 1fr;
    gap: 25px;
    margin-top: 20px;
}

.status-card {
    padding: 25px;
    border-radius: 12px;
    color: #333;
    transition: transform 0.2s;
    margin-bottom: 25px;
}

.status-card.fail {
    background: #fff5f5;
    border: 2px solid #fc8181;
}
.status-card.fail h3 { color: #c53030; margin-top: 0; }

.status-card.success {
    background: #e6fffa;
    border: 2px solid #38b2ac;
}
.status-card.success h3 { color: #234e52; margin-top: 0; }

/* Alert Boxes & Pro Tips */
.alert-box {
    padding: 20px;
    border-radius: 8px;
    margin: 20px 0;
}
.alert-box.info { background: #ebf8ff; border-left: 5px solid #4299e1; }
.pro-tip { background: #2d3748; color: #fff; padding: 20px; border-radius: 8px; margin-top: 20px; }

/* Checklist Styling */
.check-list { list-style: none; padding: 0; }
.check-list li {
    padding: 8px 0;
    border-bottom: 1px solid rgba(0,0,0,0.05);
    position: relative;
    padding-left: 20px;
}
.check-list li::before {
    content: '•';
    color: #c53030;
    font-weight: bold;
    position: absolute;
    left: 0;
}

/* Custom Button */
.wc-btn {
    display: block;
    width: 100%;
    text-align: center;
    background: #c53030;
    color: #fff;
    padding: 15px;
    border-radius: 50px;
    font-weight: bold;
    text-decoration: none;
    margin-top: 15px;
    text-transform: uppercase;
    box-shadow: 0 4px 10px rgba(197, 48, 48, 0.3);
    transition: background 0.3s;
}
.wc-btn:hover { background: #9b2c2c; }

/* Mobile Optimization */
@media (min-width: 768px) {
    .status-grid { grid-template-columns: repeat(2, 1fr); }
    .guide-header h1 { font-size: 2.5rem; }
}
</style>/* End custom CSS */