/*
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.1768288107
Updated: 2026-01-13 07:08:27

*/
.footer-main {
  padding: 10px 0 !important;
}
.page-single-post {
  padding: 36px 0 !important;
}
.page-header {
  padding: 67px 0 !important;
}
.page-single-post h1, .page-single-post .wp-block-heading:first-of-type {
  font-size: 1.7rem !important;
}
/* ===================================
   DESSERT PAGE - MODERN STYLES 2026
   =================================== */

/* --- MAIN HEADING --- */
.page-single-post h1,
.page-single-post .wp-block-heading:first-of-type {
    font-size: 2.8rem;
    font-weight: 700;
    color: #1087bf;
    line-height: 1.2;
    margin-bottom: 2rem;
    text-align: center;
}

/* --- SECTION HEADINGS --- */
.post-entry h2 {
    font-size: 2rem;
    font-weight: 700;
    color: #2c3e50;
    margin-top: 3.2rem;
    margin-bottom: 1.5rem;
    padding-bottom: 0.8rem;
    border-bottom: 3px solid #1087bf;
    position: relative;
}

.post-entry h2::before {
    content: "🍰";
    margin-right: 0.5rem;
    font-size: 1.8rem;
}

.post-entry h3 {
    font-size: 1.5rem;
    font-weight: 600;
    color: #34495e;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

/* --- STYLED LIST (with icons) --- */
.styled-list {
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.styled-list li {
    padding: 0.8rem 0 0.8rem 2.2rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.7;
    color: #555;
    border-bottom: 1px solid #f0f0f0;
    transition: all 0.3s ease;
}

.styled-list li:last-child {
    border-bottom: none;
}

.styled-list li::before {
    content: "✓";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 1.5rem;
    height: 1.5rem;
    background: linear-gradient(135deg, #1087bf 0%, #0a6a9f 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 0.75rem;
}

.styled-list li:hover {
    background-color: #f8fcff;
}

/* --- NUMBERED LIST --- */
.numb-list {
    counter-reset: dessert-counter;
    list-style: none;
    padding-left: 0;
    margin: 1.5rem 0;
}

.numb-list li {
    counter-increment: dessert-counter;
    padding: 1rem 1.2rem 1rem 3.5rem;
    position: relative;
    margin-bottom: 1rem;
    background: linear-gradient(135deg, #f8f9fa 0%, #ffffff 100%);
    border-left: 4px solid #1087bf;
    border-radius: 8px;
    box-shadow: 0 2px 8px rgba(0, 0, 0, 0.06);
    transition: all 0.3s ease;
}

.numb-list li::before {
    content: counter(dessert-counter);
    position: absolute;
    left: 0.7rem;
    top: 50%;
    transform: translateY(-50%);
    width: 2rem;
    height: 2rem;
    background: linear-gradient(135deg, #1087bf 0%, #0a6a9f 100%);
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    font-size: 1rem;
    box-shadow: 0 2px 8px rgba(16, 135, 191, 0.25);
}

.numb-list li:hover {
    box-shadow: 0 4px 16px rgba(16, 135, 191, 0.15);
}

/* --- DESERT BLOCK (Dessert Cards) --- */
.desert-block {
    background: linear-gradient(135deg, #ffffff 0%, #f8fcff 100%);
    border: 2px solid #e3f2fd;
    border-radius: 12px;
    padding: 2rem;
    margin-bottom: 1.5rem;
    box-shadow: 0 4px 16px rgba(16, 135, 191, 0.08);
    transition: all 0.3s ease;
    position: relative;
    overflow: hidden;
}

.desert-block::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 6px;
    height: 100%;
    background: linear-gradient(180deg, #1087bf 0%, #0a6a9f 100%);
}

.desert-block h3 {
    color: #1087bf;
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 1rem;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.desert-block h3::before {
    content: "🥮";
    font-size: 1.8rem;
}

.desert-block p {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

/* --- CAFE REVIEW (Restaurant Cards) --- */
.cafe-review {
    background: #ffffff;
    border: 1px solid #e0e0e0;
    border-radius: 16px;
    padding: 2.5rem;
    margin-bottom: 2rem;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.08);
    transition: all 0.4s cubic-bezier(0.4, 0, 0.2, 1);
    position: relative;
    overflow: hidden;
}

.cafe-review::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 5px;
    background: linear-gradient(90deg, #1087bf 0%, #0a6a9f 50%, #1087bf 100%);
}

.cafe-review h3 {
    color: #2c3e50;
    font-size: 1.8rem;
    margin-top: 0;
    margin-bottom: 0.5rem;
    display: flex;
    align-items: center;
    gap: 0.8rem;
}

.cafe-review h3::before {
    content: "☕";
    font-size: 2rem;
    filter: grayscale(0.2);
}

.cafe-review p:first-of-type strong em {
    color: #7f8c8d;
    font-size: 0.95rem;
    display: block;
    margin-bottom: 1rem;
    padding: 0.5rem 1rem;
    background: #f8f9fa;
    border-radius: 6px;
    border-left: 3px solid #1087bf;
}

.cafe-review p:first-of-type strong em::before {
    content: "📍 ";
}

.cafe-review p:last-child {
    color: #555;
    line-height: 1.8;
    margin-bottom: 0;
}

/* --- NOTIFY NOTE (Editorial Notes) --- */
.notify-note {
    background: linear-gradient(135deg, #fff8e1 0%, #fff3cd 100%);
    border: 2px solid #ffc107;
    border-radius: 12px;
    padding: 2rem 2.5rem;
    margin: 3rem 0;
    position: relative;
    box-shadow: 0 4px 16px rgba(255, 193, 7, 0.15);
}

.notify-note::before {
    content: "ℹ️";
    position: absolute;
    top: -20px;
    left: 2rem;
    font-size: 2.1rem;
    padding: 0.2rem 0.8rem;
    border-radius: 50%;
}

.notify-note p:first-child {
    font-weight: 700;
    color: #f57c00;
    font-size: 1.2rem;
    margin-bottom: 1rem;
    margin-top: 0;
}

.notify-note p {
    color: #5d4037;
    line-height: 1.8;
    margin-bottom: 1rem;
}

.notify-note p:last-child {
    margin-bottom: 0;
}

.notify-note em {
    font-style: italic;
    color: #6d4c41;
}

/* --- COLUMNS LAYOUT --- */
.styled-colm {
    background: #f8f9fa;
    padding: 1.5rem;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

/* --- TABLES --- */
.post-entry table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 2rem 0;
    background: white;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 16px rgba(0, 0, 0, 0.08);
}

.post-entry table thead {
    background: linear-gradient(135deg, #1087bf 0%, #0a6a9f 100%);
    color: white;
}

.post-entry table th {
    padding: 1.2rem 1.5rem;
    text-align: left;
    font-weight: 600;
    font-size: 1.05rem;
    letter-spacing: 0.5px;
}

.post-entry table td {
    padding: 1.2rem 1.5rem;
    border-bottom: 1px solid #f0f0f0;
    color: #555;
    transition: background 0.2s ease;
}

.post-entry table tbody tr:hover {
    background: #f8fcff;
}

.post-entry table tbody tr:last-child td {
    border-bottom: none;
}

/* --- IMAGES --- */
.post-entry figure {
    margin: 2.5rem 0;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 6px 20px rgba(0, 0, 0, 0.1);
}

.post-entry figure img {
    display: block;
    width: 100%;
    height: auto;
    transition: transform 0.4s ease;
}

.post-entry figure:hover img {
    transform: scale(1.03);
}

/* --- PARAGRAPHS --- */
.post-entry p {
    line-height: 1.8;
    color: #555;
    margin-bottom: 1.3rem;
    font-size: 1.05rem;
}

.post-entry em {
    color: #7f8c8d;
    font-style: italic;
}

.post-entry strong {
    color: #2c3e50;
    font-weight: 600;
}

/* --- RESPONSIVE DESIGN --- */
@media (max-width: 768px) {
    .page-single-post h1,
    .page-single-post .wp-block-heading:first-of-type {
        font-size: 2rem;
    }
    
    .post-entry h2 {
        font-size: 1.6rem;
        margin-top: 2.5rem;
    }
    
    .post-entry h3 {
        font-size: 1.3rem;
    }
    
    .cafe-review,
    .desert-block {
        padding: 1.5rem;
    }
    
    .notify-note {
        padding: 1.5rem;
    }
    
    .styled-list li {
        padding-left: 2rem;
        font-size: 1rem;
    }
    
    .styled-list li::before {
        width: 1.3rem;
        height: 1.3rem;
        font-size: 0.7rem;
    }
    
    .numb-list li {
        padding: 0.9rem 1rem 0.9rem 3rem;
        font-size: 1rem;
    }
    
    .numb-list li::before {
        width: 1.8rem;
        height: 1.8rem;
        font-size: 0.9rem;
        left: 0.6rem;
    }
    
    .cafe-review h3,
    .desert-block h3 {
        font-size: 1.4rem;
    }
}

@media (max-width: 480px) {
    .page-single-post h1,
    .page-single-post .wp-block-heading:first-of-type {
        font-size: 1.6rem;
    }
    
    .post-entry h2 {
        font-size: 1.4rem;
    }
    
    .post-entry h3 {
        font-size: 1.2rem;
    }
    
    .cafe-review h3::before,
    .desert-block h3::before,
    .post-entry h2::before {
        display: none;
    }
    
    .cafe-review,
    .desert-block,
    .notify-note {
        padding: 1.2rem;
    }
    
    .styled-list li {
        padding-left: 1.8rem;
        padding-right: 0.5rem;
    }
    
    .styled-list li::before {
        width: 1.2rem;
        height: 1.2rem;
        font-size: 0.65rem;
    }
    
    .numb-list li {
        padding: 0.8rem 0.8rem 0.8rem 2.5rem;
    }
    
    .numb-list li::before {
        width: 1.5rem;
        height: 1.5rem;
        font-size: 0.85rem;
        left: 0.5rem;
    }
    
    .post-entry table {
        font-size: 0.85rem;
    }
    
    .post-entry table th,
    .post-entry table td {
        padding: 0.7rem 0.5rem;
    }
    
    .notify-note::before {
        font-size: 2rem;
        top: -15px;
        left: 1rem;
    }
}

/* --- ANIMATIONS --- */
@keyframes fadeInUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

.cafe-review,
.desert-block,
.notify-note {
    animation: fadeInUp 0.6s ease-out;
}

/* --- LINKS --- */
.post-entry a {
    color: #1087bf;
    text-decoration: none;
    border-bottom: 1px solid #1087bf;
}