/*
Theme Name: Dentaire Lite Child
Template: dentaire-lite
Author: AwaikenThemes
Author URI: https://awaikenthemes.com/
Description: Dentist &amp; Dental Clinic WordPress Theme is a clean, modern, and fully responsive one-page theme designed specifically for dental clinics, dentists, and healthcare professionals. Built using the free Elementor page builder, it offers easy drag-and-drop customization without any coding knowledge. Ideal for creating a professional dental website with fast performance, SEO-friendly code, and an intuitive layout. Try the live demo of free theme: https://demo.awaikenthemes.com/dentaire-lite/ , You can explore our premium version here: https://awaikenthemes.com/dentaire-dentist-dental-clinic-wordpress-theme/
Tags: flexible-header,custom-colors,custom-menu,custom-logo,featured-images,threaded-comments,translation-ready
Version: 1.0.5.1767943924
Updated: 2026-01-09 07:32:04

*/

/* ========================================
   BASE TYPOGRAPHY & SPACING
   ======================================== */
header.main-header .header-sticky {
  padding: 12px 0 !important;
}
.page-header {
  padding: 50px 0 !important;
  }
.page-single-post {
  padding: 30px 0 !important;
}
.footer-main {
  padding: 10px 0 !important;
}
.post-content {
    font-size: 18px;
    line-height: 1.8;
    color: #2c3e50;
}

.post-content p {
    margin-bottom: 1.5em;
}

.post-content em {
    font-style: italic;
    color: #5a6c7d;
}

/* ========================================
   STYLED TEXT - INTRO PARAGRAPH
   ======================================== */

.styled-text {
    font-size: 1.25em;
    line-height: 1.8;
    color: #2c3e50;
    padding: 25px 35px;
    background: #EBF2F5;
    border-left: 5px solid #1E88B8;
    margin-bottom: 2em;
}

.styled-text em {
    color: #1E88B8;
    font-weight: 500;
}

/* ========================================
   HEADERS WITH ACCENTS
   ======================================== */

.post-content h2.wp-block-heading {
    font-size: 2.2em;
    font-weight: 700;
    color: #1E88B8;
    margin-top: 1.5em;
    margin-bottom: 1em;
    padding-left: 25px;
    border-left: 5px solid #1E88B8;
    position: relative;
}

.post-content h3.wp-block-heading {
    font-size: 1.6em;
    font-weight: 600;
    color: #2c3e50;
    margin-top: 2.5em;
    margin-bottom: 1em;
    padding-bottom: 0.5em;
    border-bottom: 2px solid #EBF2F5;
}

.post-content h4.wp-block-heading {
    font-size: 1.3em;
    font-weight: 600;
    color: #1E88B8;
    margin-bottom: 0.8em;
}

/* ========================================
   INTERESTING BLOCK - CONTEXT/FACT/NOTE
   ======================================== */

.interesting-block {
    background: linear-gradient(135deg, #EBF2F5 0%, #d8e8f0 100%);
    border-left: 6px solid #1E88B8;
    padding: 25px 30px;
    margin: 2.5em 0;
    position: relative;
}

.interesting-block p:first-child {
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 1.5px;
    color: #1E88B8;
    margin-bottom: 0.8em;
    text-transform: uppercase;
}

.interesting-block p:last-child {
    font-size: 1.05em;
    line-height: 1.7;
    color: #2c3e50;
    margin-bottom: 0;
}

/* ========================================
   DISCLAIMER BLOCK
   ======================================== */

.disclamer-block {
    background: #2c3e50;
    color: #ffffff;
    padding: 35px 40px;
    margin: 3em 0;
    border-top: 4px solid #1E88B8;
    border-bottom: 4px solid #1E88B8;
}

.disclamer-block h3.wp-block-heading {
    color: #1E88B8;
    font-size: 1.1em;
    font-weight: 700;
    letter-spacing: 2px;
    margin: 0 0 1em 0;
    padding: 0;
    border: none;
    text-transform: uppercase;
}

.disclamer-block p {
    color: #d8e8f0;
    margin-bottom: 0;
    font-size: 0.95em;
    line-height: 1.8;
}

/* ========================================
   QUOTE STYLING
   ======================================== */

.quite {
    font-size: 1.05em;
    line-height: 1.6;
    color: #1E88B8;
    font-weight: 500;
    font-style: italic;
    padding: 25px 40px;
    margin: 2.5em 0;
    background: #EBF2F5;
    border-left: 6px solid #1E88B8;
    position: relative;
}

.quite::before {
    content: """;
    font-size: 4em;
    color: rgba(30, 136, 184, 0.2);
    position: absolute;
    left: 15px;
    top: 10px;
    font-family: Georgia, serif;
    line-height: 1;
}

/* ========================================
   STYLED LIST - MINI GLOSSARY
   ======================================== */

.styled-list {
    list-style: none;
    padding: 0;
    margin: 2em 0;
}

.styled-list li {
    background: #ffffff;
    border-left: 4px solid #1E88B8;
    padding: 20px 25px;
    margin-bottom: 15px;
    transition: all 0.3s ease;
    position: relative;
}

.styled-list li:hover {
    border-left-width: 6px;
    background: #EBF2F5;
    transform: translateX(5px);
}

.styled-list li strong {
    color: #1E88B8;
    font-size: 1.15em;
    display: block;
    margin-bottom: 0.5em;
}

.styled-list li br {
    display: none;
}

/* ========================================
   TIMELINE STYLING
   ======================================== */

.styled-timeline {
    background: #ffffff;
    padding: 30px;
    margin-bottom: 20px;
    border-top: 4px solid #1E88B8;
    position: relative;
}

.styled-timeline ul.wp-block-list {
    list-style: none;
    padding: 0;
    margin: 0 0 15px 0;
}

.styled-timeline ul.wp-block-list li {
    font-size: 0.85em;
    font-weight: 700;
    letter-spacing: 2px;
    color: #1E88B8;
    padding: 8px 15px;
    background: #EBF2F5;
    display: inline-block;
    margin-bottom: 15px;
}

.styled-timeline h4.wp-block-heading {
    color: #2c3e50;
    font-size: 1.3em;
    margin: 0 0 0.8em 0;
    font-weight: 600;
}

.styled-timeline p {
    color: #5a6c7d;
    font-size: 0.95em;
    line-height: 1.7;
    margin-bottom: 0;
}

/* Group timeline special style */
.wp-block-group.styled-timeline {
    background: #1E88B8;
    border-top: none;
    border-bottom: 4px solid #2c3e50;
}

.wp-block-group.styled-timeline ul.wp-block-list li {
    background: rgba(255, 255, 255, 0.2);
    color: #ffffff;
}

.wp-block-group.styled-timeline h4.wp-block-heading {
    color: #ffffff;
}

.wp-block-group.styled-timeline p {
    color: #d8e8f0;
}

/* ========================================
   TABLE STYLING
   ======================================== */

.wp-block-table {
    margin: 2.5em 0;
    overflow-x: auto;
}

.wp-block-table table {
    width: 100%;
    border-collapse: collapse;
    background: #ffffff;
}

.wp-block-table thead th {
    background: #1E88B8;
    color: #ffffff;
    padding: 18px 15px;
    font-weight: 700;
    text-align: center;
    border: none;
    font-size: 1.05em;
}

.wp-block-table tbody td {
    padding: 18px 15px;
    border: 2px solid #EBF2F5;
    text-align: center;
    color: #2c3e50;
}

.wp-block-table tbody td strong {
    color: #1E88B8;
}

/* ========================================
   SEPARATOR
   ======================================== */

.wp-block-separator {
    border: none;
    border-top: 3px solid #1E88B8;
    margin: 3em auto;
    width: 80%;
    opacity: 0.3;
}

/* ========================================
   COLUMNS ADJUSTMENTS
   ======================================== */

.wp-block-columns {
    margin-top: 2em;
    margin-bottom: 2em;
}

.wp-block-column {
    margin-bottom: 1.5em;
}

/* ========================================
   IMAGES
   ======================================== */

.wp-block-image {
    margin: 2em 0;
}

.wp-block-image img {
    display: block;
    width: 100%;
    height: auto;
    border: 3px solid #EBF2F5;
}

/* ========================================
   RESPONSIVE DESIGN
   ======================================== */

@media (max-width: 768px) {
    .post-content {
        font-size: 16px;
    }
    
    .styled-text {
        font-size: 1.1em;
        padding: 20px 25px;
    }
    
    .post-content h2.wp-block-heading {
        font-size: 1.8em;
        padding-left: 20px;
        border-left-width: 4px;
    }
    
    .quite {
        font-size: 1.15em;
        padding: 25px 30px;
    }
    
    .quite::before {
        font-size: 3em;
        left: 10px;
    }
    
    .interesting-block,
    .disclamer-block {
        padding: 20px 25px;
    }
    
    .styled-timeline {
        padding: 20px;
    }
    
    .styled-list li {
        padding: 15px 20px;
    }
    
    .wp-block-table thead th,
    .wp-block-table tbody td {
        padding: 12px 10px;
        font-size: 0.9em;
    }
}

@media (max-width: 480px) {
    .post-content {
        font-size: 15px;
    }
    
    .styled-text {
        font-size: 1.05em;
        padding: 18px 20px;
    }
    
    .post-content h2.wp-block-heading {
        font-size: 1.5em;
        margin-top: 1.5em;
    }
    
    .quite {
        font-size: 1.05em;
        padding: 20px 25px;
    }
    
    .styled-timeline ul.wp-block-list li {
        font-size: 0.75em;
        padding: 6px 12px;
    }
}