.elementor-10749 .elementor-element.elementor-element-5d80a10d{--display:flex;--min-height:448px;--justify-content:flex-end;}.elementor-10749 .elementor-element.elementor-element-f926bdf{--display:flex;}.elementor-10749 .elementor-element.elementor-element-40859046{text-align:center;}.elementor-10749 .elementor-element.elementor-element-40859046 .elementor-heading-title{color:var( --e-global-color-text );}.elementor-10749 .elementor-element.elementor-element-2ba3213f .elementor-button{background-color:var( --e-global-color-blocksy_palette_2 );box-shadow:0px 0px 10px 0px rgba(0,0,0,0.5);}.elementor-10749 .elementor-element.elementor-element-2ba3213f > .elementor-widget-container{margin:50px 50px 50px 50px;}.elementor-10749 .elementor-element.elementor-element-afa629d{--display:flex;}.elementor-10749 .elementor-element.elementor-element-0c22f53{color:#CBBA88;}.elementor-10749 .elementor-element.elementor-element-0c22f53 a{color:var( --e-global-color-d49ac81 );}.elementor-10749 .elementor-element.elementor-element-44b9327c{--display:flex;}.elementor-10749 .elementor-element.elementor-element-7104ba92{text-align:center;}.elementor-10749 .elementor-element.elementor-element-4d495508{--display:flex;}.elementor-10749 .elementor-element.elementor-element-3bd62240{--display:flex;}.elementor-10749 .elementor-element.elementor-element-1a2b8ca2 .elementor-swiper-button{font-size:20px;}.elementor-10749 .elementor-element.elementor-element-5dfd7134{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--row-gap:0px;--column-gap:0px;}.elementor-10749 .elementor-element.elementor-element-23ae4fc0{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-10749 .elementor-element.elementor-element-6ce90719{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}@media(min-width:768px){.elementor-10749 .elementor-element.elementor-element-23ae4fc0{--width:50%;}.elementor-10749 .elementor-element.elementor-element-6ce90719{--width:50%;}}@media(max-width:767px){.elementor-10749 .elementor-element.elementor-element-2ba3213f > .elementor-widget-container{margin:10% 10% 10% 10%;padding:20px 20px 20px 20px;}}/* Start custom CSS for text-editor, class: .elementor-element-0c22f53 *//* ============================================
   PRP vs PRF Article Styling
   For Desire Skincare WordPress
   ============================================ */

/* ============================================
   FORCE LIGHT MODE - OVERRIDE DARK MODE
   ============================================ */

html {
    color-scheme: light !important;
}

body {
    background-color: #ffffff !important;
    color: #000000 !important;
}

/* ============================================
   GENERAL STYLES
   ============================================ */

.article-container {
    max-width: 900px;
    margin: 0 auto;
    padding: 40px 20px;
    background-color: #ffffff !important;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.1);
    color-scheme: light !important;
}

/* ============================================
   TYPOGRAPHY
   ============================================ */

h1 {
    font-size: 2.5em;
    color: #000000 !important;
    margin-bottom: 20px;
    line-height: 1.3;
    font-weight: 700;
    background-color: transparent !important;
}

h2 {
    font-size: 1.8em;
    color: #000000 !important;
    margin-top: 40px;
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: 3px solid #E5D29C !important;
    font-weight: 700;
    background-color: transparent !important;
}

h3 {
    font-size: 1.3em;
    color: #000000 !important;
    margin-top: 25px;
    margin-bottom: 15px;
    font-weight: 600;
    background-color: transparent !important;
}

p {
    margin-bottom: 18px;
    text-align: justify;
    font-size: 1.05em;
    line-height: 1.8;
    color: #000000 !important;
    background-color: transparent !important;
}

strong {
    color: #000000 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}

em {
    color: #2c3e50;
    font-style: italic;
}

/* ============================================
   INTRODUCTORY PARAGRAPH
   ============================================ */

.intro-paragraph {
    font-size: 1.1em;
    font-style: italic;
    color: #000000 !important;
    background-color: #f0f8ff !important;
    padding: 20px;
    border-left: 4px solid #E5D29C !important;
    margin-bottom: 30px;
    border-radius: 4px;
}

/* ============================================
   LISTS
   ============================================ */

ul {
    margin-left: 30px;
    margin-bottom: 20px;
}

li {
    margin-bottom: 12px;
    font-size: 1.05em;
    line-height: 1.6;
    color: #000000 !important;
    background-color: transparent !important;
}

/* ============================================
   TABLES
   ============================================ */

table {
    width: 100%;
    border-collapse: collapse;
    margin: 30px 0;
    background-color: #fff !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    color: #000000 !important;
}

th {
    background-color: #E5D29C !important;
    color: #000000 !important;
    padding: 15px;
    text-align: left;
    font-weight: 600;
    border: 1px solid #CBBA88 !important;
}

td {
    padding: 12px 15px;
    border: 1px solid #ddd;
    color: #000000 !important;
    background-color: transparent !important;
}

tr:nth-child(even) {
    background-color: #f9f9f9;
}

tr:hover {
    background-color: #f0f0f0;
    transition: background-color 0.3s ease;
}

/* ============================================
   TABLE OF CONTENTS
   ============================================ */

.table-of-contents {
    background-color: #f5f5f5 !important;
    border-left: 4px solid #E5D29C !important;
    padding: 20px !important;
    margin: 30px 0 !important;
    border-radius: 4px;
}

.table-of-contents h3 {
    color: #000000 !important;
    margin-top: 0 !important;
    font-size: 1.2em !important;
}

.table-of-contents ul {
    margin-left: 20px !important;
    list-style-type: none !important;
    padding: 0 !important;
}

.table-of-contents li {
    margin-bottom: 10px !important;
    color: #000000 !important;
}

.table-of-contents a {
    color: #0066cc !important;
    text-decoration: none !important;
    font-weight: 500 !important;
    transition: color 0.3s ease !important;
    display: inline !important;
    background-color: transparent !important;
}

.table-of-contents a:hover {
    color: #0052a3 !important;
    text-decoration: underline !important;
}

/* ============================================
   HIGHLIGHT BOXES
   ============================================ */

.highlight-box {
    background-color: #fff3cd !important;
    border-left: 4px solid #ffc107 !important;
    padding: 20px;
    margin: 25px 0;
    border-radius: 4px;
    color: #000000 !important;
}

.highlight-box strong {
    color: #000000 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}

/* ============================================
   COMPARISON INTRO
   ============================================ */

.comparison-intro {
    background-color: #e8f4f8;
    padding: 20px;
    border-radius: 4px;
    margin-bottom: 20px;
    border-left: 4px solid #3498db;
}

/* ============================================
   SECTION INTRO
   ============================================ */

.section-intro {
    background-color: #f5f5f5;
    padding: 15px;
    border-radius: 4px;
    margin-bottom: 20px;
    font-style: italic;
    border-left: 4px solid #E5D29C;
}

/* ============================================
   FAQ ITEMS
   ============================================ */

.faq-item {
    background-color: #f8f9fa;
    border-left: 4px solid #E5D29C;
    padding: 20px;
    margin: 20px 0;
    border-radius: 4px;
    transition: all 0.3s ease;
}

.faq-item:hover {
    box-shadow: 0 2px 8px rgba(229, 210, 156, 0.15);
}

.faq-item strong {
    color: #000000;
    font-size: 1.05em;
    display: block;
    margin-bottom: 10px;
    font-weight: 700;
}

.faq-item p {
    margin-top: 10px;
    color: #000000;
    margin-bottom: 0;
}

/* ============================================
   CALL-TO-ACTION BOX
   ============================================ */

.cta-box {
    background: linear-gradient(135deg, #E5D29C 0%, #CBBA88 100%);
    color: white;
    padding: 40px;
    margin: 40px 0;
    border-radius: 8px;
    text-align: center;
    box-shadow: 0 4px 15px rgba(229, 210, 156, 0.3);
}

.cta-box h2 {
    color: white;
    border-bottom: none;
    margin-top: 0;
}

.cta-box p {
    font-size: 1.1em;
    margin-bottom: 20px;
    text-align: center;
    color: white;
}

/* ============================================
   CTA BUTTONS
   ============================================ */

.cta-button {
    display: inline-block;
    background-color: #fff;
    color: #E5D29C;
    padding: 15px 40px;
    text-decoration: none;
    border-radius: 5px;
    font-weight: 600;
    font-size: 1.05em;
    margin: 10px 5px;
    transition: all 0.3s ease;
    border: 2px solid #fff;
    cursor: pointer;
}

.cta-button:hover {
    background-color: transparent;
    color: #fff;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* ============================================
   CONTACT INFO BOX
   ============================================ */

.contact-info {
    background-color: #ecf0f1;
    padding: 30px;
    border-radius: 8px;
    margin: 30px 0;
    text-align: center;
    border: 2px solid #bdc3c7;
}

.contact-info h3 {
    color: #000000;
    margin-top: 0;
    font-size: 1.5em;
}

.contact-info p {
    font-size: 1.05em;
    margin-bottom: 10px;
    text-align: center;
    color: #000000;
}

.contact-info strong {
    color: #000000 !important;
    font-weight: normal !important;
    background-color: transparent !important;
}

.contact-info a {
    color: #000000;
    text-decoration: none;
    font-weight: 600;
    transition: color 0.3s ease;
}

.contact-info a:hover {
    color: #CBBA88;
    text-decoration: underline;
}

/* ============================================
   DIVIDERS
   ============================================ */

.divider {
    border: none;
    border-top: 2px solid #E5D29C;
    margin: 40px 0;
    opacity: 0.5;
}

/* ============================================
   RESPONSIVE DESIGN
   ============================================ */

@media (max-width: 768px) {
    .article-container {
        padding: 20px 15px;
    }

    h1 {
        font-size: 1.8em;
        margin-bottom: 15px;
    }

    h2 {
        font-size: 1.4em;
        margin-top: 30px;
        margin-bottom: 15px;
    }

    h3 {
        font-size: 1.1em;
        margin-top: 20px;
    }

    p {
        font-size: 1em;
        text-align: left;
    }

    .intro-paragraph {
        font-size: 1em;
        padding: 15px;
    }

    table {
        font-size: 0.9em;
        margin: 20px 0;
    }

    th, td {
        padding: 10px;
    }

    ul {
        margin-left: 20px;
    }

    li {
        font-size: 1em;
        margin-bottom: 10px;
    }

    .cta-box {
        padding: 25px;
        margin: 30px 0;
    }

    .cta-box h2 {
        font-size: 1.4em;
    }

    .cta-box p {
        font-size: 1em;
    }

    .cta-button {
        padding: 12px 30px;
        font-size: 0.95em;
        margin: 8px 3px;
    }

    .contact-info {
        padding: 20px;
    }

    .contact-info h3 {
        font-size: 1.3em;
    }

    .faq-item {
        padding: 15px;
        margin: 15px 0;
    }

    .highlight-box {
        padding: 15px;
        margin: 20px 0;
    }

    .table-of-contents {
        padding: 15px !important;
        margin: 20px 0 !important;
    }

    .table-of-contents h3 {
        font-size: 1.1em !important;
        margin-bottom: 15px !important;
    }

    .table-of-contents ul {
        margin-left: 15px !important;
    }

    .table-of-contents li {
        margin-bottom: 8px !important;
        font-size: 0.95em !important;
    }

    .table-of-contents a {
        color: #0066cc !important;
        font-weight: 500 !important;
        text-decoration: none !important;
        display: inline !important;
    }
}

/* ============================================
   TABLET DEVICES (768px - 1024px)
   ============================================ */

@media (min-width: 768px) and (max-width: 1024px) {
    .article-container {
        max-width: 95%;
    }

    h1 {
        font-size: 2.2em;
    }

    h2 {
        font-size: 1.6em;
    }

    p {
        font-size: 1.02em;
    }
}

/* ============================================
   LARGE SCREENS (1024px+)
   ============================================ */

@media (min-width: 1024px) {
    .article-container {
        max-width: 900px;
        margin: 0 auto;
    }

    h1 {
        font-size: 2.5em;
    }

    h2 {
        font-size: 1.8em;
    }

    p {
        font-size: 1.05em;
    }
}

/* ============================================
   PRINT STYLES
   ============================================ */

@media print {
    .article-container {
        box-shadow: none;
        padding: 0;
    }

    .cta-box,
    .contact-info {
        page-break-inside: avoid;
    }

    h1, h2, h3 {
        page-break-after: avoid;
    }

    table {
        page-break-inside: avoid;
    }

    .divider {
        display: none;
    }
}

/* ============================================
   ACCESSIBILITY
   ============================================ */

@media (prefers-reduced-motion: reduce) {
    * {
        animation-duration: 0.01ms !important;
        animation-iteration-count: 1 !important;
        transition-duration: 0.01ms !important;
    }
}
/* Dark mode disabled - always use light theme *//* End custom CSS */