.elementor-5505 .elementor-element.elementor-element-447cddc{--display:flex;}.elementor-widget-heading .elementor-heading-title{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );color:var( --e-global-color-primary );}.elementor-5505 .elementor-element.elementor-element-4220316 .elementor-heading-title{font-family:"Roboto", Sans-serif;font-size:35px;font-weight:600;color:var( --e-global-color-7847656 );}.elementor-5505 .elementor-element.elementor-element-b78e41c{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-5505 .elementor-element.elementor-element-02f872a{width:var( --container-widget-width, 100% );max-width:100%;--container-widget-width:100%;--container-widget-flex-grow:0;font-family:"Roboto", Sans-serif;font-size:18px;font-weight:400;line-height:34px;color:#000000;}.elementor-5505 .elementor-element.elementor-element-02f872a.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-5505 .elementor-element.elementor-element-f6b02e9{--display:flex;}@media(max-width:1024px){.elementor-5505 .elementor-element.elementor-element-02f872a{font-size:16px;line-height:1.6em;}}@media(min-width:768px){.elementor-5505 .elementor-element.elementor-element-447cddc{--content-width:1400px;}.elementor-5505 .elementor-element.elementor-element-f6b02e9{--content-width:1400px;}}/* Start custom CSS for html, class: .elementor-element-9ff195c *//* Container Wrapper */
.trd-article-wrapper {
    font-family: 'Poppins', system-ui, -apple-system, sans-serif;
    color: #2d3748;
    line-height: 1.7;
    max-width: 1400px;
    margin: 0 auto;
    padding: 10px;
}
/* Typography styles */
.trd-intro-text {
    font-size: 1.15rem !important;
    color: #4a5568;
    margin-bottom: 40px;
}
/* Split Columns (Claim vs Reality) */
.trd-split-grid {
    display: flex;
    gap: 25px;
    margin-bottom: 50px;
    flex-wrap: wrap;
}
.trd-card {
    flex: 1;
    min-width: 280px;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.04);
    transition: transform 0.2s ease;
}
.trd-card:hover {
    transform: translateY(-2px);
}
.trd-card-claim {
    background-color: #fff5f5;
    border-top: 4px solid #e53e3e;
}
.trd-card-reality {
    background-color: #f0fff4;
    border-top: 4px solid #38a169;
}
.trd-card-header {
    display: flex;
    align-items: center;
    gap: 12px;
    margin-bottom: 15px;
}
.trd-card-header h3 {
    margin: 0 !important;
    font-size: 1.25rem !important;
    font-weight: 700 !important;
}
.trd-card-claim h3 { color: #c53030; }
.trd-card-reality h3 { color: #2f855a; }
.trd-icon {
    font-size: 1.4rem;
}
/* Science Section */
.trd-science-section {
    text-align: center;
    margin-bottom: 50px;
    background: #fafafa;
    padding: 40px 20px;
    border-radius: 16px;
}
.trd-section-title {
    font-size: 1.6rem !important;
    color: #1a202c;
    font-weight: 700;
    margin-bottom: 10px !important;
}
.trd-section-subtitle {
    font-size: 1.1rem;
    color: #38b4b5;
}
/* Flow/Process Graphic Step CSS */
.trd-flow-container {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 20px;
    margin: 35px 0;
    flex-wrap: wrap;
}
.trd-flow-step {
    background: #ffffff;
    padding: 20px;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.03);
    min-width: 220px;
    max-width: 280px;
}
.trd-flow-icon {
    font-size: 2rem;
    display: block;
    margin-bottom: 10px;
}
.trd-flow-step p {
    margin: 0;
    font-size: 0.95rem;
}
.trd-flow-arrow {
    font-size: 1.5rem;
    color: #a0aec0;
}
@media (max-width: 600px) {
    .trd-flow-arrow {
        transform: rotate(90deg);
        margin: 5px 0;
    }
}
.trd-caption-text {
    font-size: 1rem;
    color: #4a5568;
    max-width: 700px;
    margin: 25px auto 0 auto !important;
}
/* Prescription Callout Box layout */
.trd-prescription-box {
    display: flex;
    background: linear-gradient(135deg, #2c3662 0%, #0f172a 100%);
    color: #ffffff;
    border-radius: 20px;
    overflow: hidden;
    box-shadow: 0 10px 30px rgba(15, 23, 42, 0.15);
}
.trd-prescription-content {
    flex: 1.2;
    padding: 45px;
}
.trd-prescription-image {
    flex: 0.8;
    position: relative;
    min-height: 250px;
}
.trd-prescription-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.trd-badge {
    background: rgba(255, 255, 255, 0.15);
    padding: 6px 14px;
    border-radius: 20px;
    font-size: 0.85rem;
    font-weight: 600;
    letter-spacing: 0.5px;
    display: inline-block;
    margin-bottom: 15px;
}
.trd-prescription-content h2 {
    color: #ffffff !important;
    font-size: 1.8rem !important;
    font-weight: 700 !important;
    margin: 0 0 15px 0 !important;
}
.trd-prescription-content h3 {
    color: #38b4b5 !important;
    font-size: 1.2rem !important;
    margin: 0 0 15px 0 !important;
}
.trd-divider {
    border: 0;
    height: 1px;
    background: rgba(255, 255, 255, 0.15);
    margin: 25px 0;
}
/* Icon list adjustments */
.trd-action-list {
    list-style: none !important;
    padding: 0 !important;
    margin: 0 !important;
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.trd-action-list li {
    display: flex;
    align-items: flex-start;
    gap: 15px;
}
.trd-li-icon {
    background: rgba(96, 165, 250, 0.2);
    padding: 8px;
    border-radius: 50%;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
    flex-shrink: 0;
    font-size: 1.1rem;
}
/* Stack layout elements safely on smaller mobile screens */
@media (max-width: 768px) {
    .trd-prescription-box {
        flex-direction: column;
    }
    .trd-prescription-content {
        padding: 30px;
    }
    .trd-prescription-image {
        height: 200px;
        min-height: 200px;
    }
}/* End custom CSS */