/*
Theme Name: Mediverse Child
Theme URI: https://dentlotus.com/
Description: DentLotus için Mediverse child theme.
Author: ProgressUnion
Template: mediverse
Version: 1.0.0
Text Domain: mediverse-child
*/

/* ==================================================
   DentLotus Custom Styles
   ================================================== */

/* Site genelindeki özel CSS düzenlemelerini bu dosyaya ekleyin. */
.pxl-service-list1 .pxl-post--inner .pxl-post--featured .post-btn:before {
    background: linear-gradient(
        135deg,
        #DDC8A2 0%,
        #C8A76A 100%
    ) !important;
}

/* Mediverse Post List
   Kapalı kartlarda başlık ve numarayı yatayda tam ortala
   Dikey yerleşimi alt bölgede koru */

@media (min-width: 768px) {

    /* Ana dönen container'ı sıfırla */
    .pxl-service-list1
    .pxl-post--inner:not(.active)
    .pxl-post--featured
    .post-featured--text {
        position: absolute !important;
        inset: 0 !important;

        transform: none !important;

        display: block !important;
        width: 100% !important;
        height: 100% !important;

        pointer-events: none;
    }

    /* Tedavi başlığı */
    .pxl-service-list1
    .pxl-post--inner:not(.active)
    .pxl-post--featured
    .post-featured--title {
        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 80px !important;

        width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;

        writing-mode: vertical-rl;
        text-orientation: mixed;

        transform: rotate(180deg) !important;

        white-space: nowrap !important;
        text-align: center !important;
    }

    /* Numara */
    .pxl-service-list1
    .pxl-post--inner:not(.active)
    .pxl-post--featured
    .count-pos {
        position: absolute !important;

        left: 0 !important;
        right: 0 !important;
        bottom: 3px !important;

        width: max-content !important;
        margin-left: auto !important;
        margin-right: auto !important;

        transform: none !important;

        text-align: center !important;
        line-height: 1 !important;
    }
}



/* Sadece ilk Icon Box */
.elementor-2091 .elementor-element.elementor-element-935cebf > .elementor-widget-container {
    background-color: #30335F !important;
}

/* 2. ve 3. Icon Box - Hover arka plan rengi */
.elementor-2091 .elementor-element.elementor-element-9890204:hover > .elementor-widget-container,
.elementor-2091 .elementor-element.elementor-element-2abce62:hover > .elementor-widget-container {
    background-color: #30335F !important;
}


/* 2. ve 3. Icon Box - Hover başlık ve açıklama rengi */
.elementor-2091 .elementor-element.elementor-element-9890204:hover .pxl-item--title,
.elementor-2091 .elementor-element.elementor-element-9890204:hover .pxl-item--description,
.elementor-2091 .elementor-element.elementor-element-2abce62:hover .pxl-item--title,
.elementor-2091 .elementor-element.elementor-element-2abce62:hover .pxl-item--description {
    color: #ffffff !important;
}

/* Global Icon Box description düzeltmesi */
.pxl-icon-box .pxl-item--description,
.pxl-icon-box1 .pxl-item--description,
.elementor-widget-pxl_icon_box .pxl-item--description {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    white-space: normal !important;
}

/* YENİ GRUP - İlk Icon Box normal arka plan */
.elementor-element.elementor-element-f4d1c2e > .elementor-widget-container {
    background-color: #30335F !important;
}


/* YENİ GRUP - 2. ve 3. Icon Box hover arka plan */
.elementor-element.elementor-element-4a56f49:hover > .elementor-widget-container,
.elementor-element.elementor-element-ba27aee:hover > .elementor-widget-container {
    background-color: #30335F !important;
}


/* YENİ GRUP - 2. ve 3. Icon Box hover başlık + açıklama */
.elementor-element.elementor-element-4a56f49:hover .pxl-item--title,
.elementor-element.elementor-element-4a56f49:hover .pxl-item--description,
.elementor-element.elementor-element-ba27aee:hover .pxl-item--title,
.elementor-element.elementor-element-ba27aee:hover .pxl-item--description {
    color: #ffffff !important;
}





.elementor-element-3793438 .pxl-post--icon {
    --gradient-two-color-from: #7373B4 !important;
    --gradient-two-color-to: #30335F !important;
}

.elementor-element-3793438 .multi-text .box-multi svg path {
    fill: #DDC8A2 !important;
}

.pxl-process2 .pxl-item--description {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    white-space: normal !important;
}

/* Dairesel sekme başlıkları */
.pxl-care-orbit-tabs .svg-tab-text,
.pxl-care-orbit-tabs .svg-tab-text textPath {
    text-transform: none !important;
}

/* İçerik H3 başlıkları */
.pxl-care-orbit-tabs .wrap-content h3.title {
    text-transform: none !important;
}

/* =========================================================
   DENTLOTUS GLOBAL TYPOGRAPHY SYSTEM
   Headings: Teachers
   Body: Wix Madefor Text
========================================================= */

/* ---------- BASE ---------- */

body {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #555555;
}

p {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 16px;
    line-height: 1.7;
    font-weight: 400;
    color: #555555;
    margin-top: 0;
    margin-bottom: 1.2em;
}


/* =========================================================
   HEADINGS
========================================================= */

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Teachers", sans-serif;
    font-weight: 500;
    color: #1F1F1F;
    margin-top: 0;

    /* Başlığı girildiği şekilde göster */
    text-transform: none !important;
}

h1 {
    font-size: 46px;
    line-height: 1.12;
    margin-bottom: 24px;
}

h2 {
    font-size: 36px;
    line-height: 1.18;
    margin-bottom: 20px;
}

h3 {
    font-size: 24px;
    line-height: 1.25;
    margin-bottom: 16px;
}

h4 {
    font-size: 22px;
    line-height: 1.3;
    margin-bottom: 14px;
}

h5 {
    font-size: 19px;
    line-height: 1.35;
    margin-bottom: 12px;
}

h6 {
    font-size: 17px;
    line-height: 1.4;
    margin-bottom: 10px;
}


/* =========================================================
   LINKS
========================================================= */

a {
    text-decoration: none;
}

p a,
.dl-content-link {
    color: inherit;
    text-decoration: underline;
    text-underline-offset: 3px;
}


/* =========================================================
   BUTTON TYPOGRAPHY
========================================================= */

.elementor-button,
button,
input[type="submit"],
.dl-button {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 15px;
    line-height: 1.2;
    font-weight: 500;
}


/* =========================================================
   EYEBROW / UPPER TITLE
   Örn: "TEDAVİLERİMİZ", "DENTLOTUS"
========================================================= */

.dl-eyebrow,
.dl-upper-title {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    line-height: 1.4;
    font-weight: 600;
    letter-spacing: 0.08em;
}


/* =========================================================
   HERO TYPOGRAPHY
========================================================= */

/* Anasayfa hero */
.dl-home-hero h1,
.dl-home-hero-title {
    font-size: 54px;
    line-height: 1.08;
}

/* Tedavi, hekim, hakkımızda vb. iç sayfa hero */
.dl-page-hero h1,
.dl-page-hero-title {
    font-size: 46px;
    line-height: 1.12;
}


/* =========================================================
   CONTENT TYPOGRAPHY
   Tedavi / Hekim / Kurumsal sayfalar
========================================================= */

.dl-content h2 {
    font-size: 36px;
}

.dl-content h3 {
    font-size: 26px;
}

.dl-content p,
.dl-content li {
    font-size: 16px;
    line-height: 1.7;
}


/* =========================================================
   BLOG ARTICLE
========================================================= */

.dl-blog-content h1 {
    font-size: 44px;
    line-height: 1.12;
}

.dl-blog-content h2 {
    font-size: 32px;
    line-height: 1.22;
    margin-top: 42px;
}

.dl-blog-content h3 {
    font-size: 24px;
    line-height: 1.3;
    margin-top: 30px;
}

.dl-blog-content p,
.dl-blog-content li {
    font-size: 16px;
    line-height: 1.75;
}


/* =========================================================
   CARDS
========================================================= */

.dl-card-title,
.dl-card h3 {
    font-size: 21px;
    line-height: 1.28;
}

.dl-card p,
.dl-card-text {
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   SIDEBAR
========================================================= */

.dl-sidebar-title,
.dl-sidebar h3 {
    font-size: 21px;
    line-height: 1.3;
}

.dl-sidebar,
.dl-sidebar p,
.dl-sidebar li,
.dl-sidebar a {
    font-size: 15px;
    line-height: 1.6;
}


/* =========================================================
   CTA
========================================================= */

.dl-cta h2,
.dl-cta-title {
    font-size: 32px;
    line-height: 1.18;
}

.dl-cta p {
    font-size: 16px;
    line-height: 1.65;
}


/* =========================================================
   BREADCRUMB
========================================================= */

.dl-breadcrumb,
.dl-breadcrumb a,
.breadcrumb,
.breadcrumb a {
    font-family: "Wix Madefor Text", sans-serif;
    font-size: 14px;
    line-height: 1.4;
}


/* =========================================================
   RESPONSIVE TYPOGRAPHY
========================================================= */


/* ---------------------------------------------------------
   LAPTOP / SMALL DESKTOP
   1025px - 1366px
--------------------------------------------------------- */

@media (max-width: 1366px) {

    h1 {
        font-size: 42px;
    }

    h2 {
        font-size: 33px;
    }

    h3 {
        font-size: 22px;
    }

    h4 {
        font-size: 21px;
    }

    .dl-home-hero h1,
    .dl-home-hero-title {
        font-size: 48px;
    }

    .dl-page-hero h1,
    .dl-page-hero-title {
        font-size: 42px;
    }

    .dl-content h2 {
        font-size: 33px;
    }

    .dl-content h3 {
        font-size: 24px;
    }

    .dl-blog-content h1 {
        font-size: 40px;
    }

    .dl-blog-content h2 {
        font-size: 30px;
    }

    .dl-blog-content h3 {
        font-size: 23px;
    }

    .dl-cta h2,
    .dl-cta-title {
        font-size: 30px;
    }
}


/* ---------------------------------------------------------
   TABLET
   768px - 1024px
--------------------------------------------------------- */

@media (max-width: 1024px) {

    h1 {
        font-size: 36px;
        line-height: 1.14;
    }

    h2 {
        font-size: 30px;
        line-height: 1.2;
    }

    h3 {
        font-size: 21px;
        line-height: 1.28;
    }

    h4 {
        font-size: 20px;
    }

    h5 {
        font-size: 18px;
    }

    .dl-home-hero h1,
    .dl-home-hero-title {
        font-size: 40px;
    }

    .dl-page-hero h1,
    .dl-page-hero-title {
        font-size: 36px;
    }

    .dl-content h2 {
        font-size: 30px;
    }

    .dl-content h3 {
        font-size: 22px;
    }

    .dl-blog-content h1 {
        font-size: 36px;
    }

    .dl-blog-content h2 {
        font-size: 28px;
    }

    .dl-blog-content h3 {
        font-size: 22px;
    }

    .dl-card-title,
    .dl-card h3 {
        font-size: 20px;
    }

    .dl-cta h2,
    .dl-cta-title {
        font-size: 28px;
    }
}


/* ---------------------------------------------------------
   MOBILE
   <= 767px
--------------------------------------------------------- */

@media (max-width: 767px) {

    body,
    p {
        font-size: 16px;
        line-height: 1.7;
    }

    h1 {
        font-size: 30px;
        line-height: 1.15;
        margin-bottom: 18px;
    }

    h2 {
        font-size: 26px;
        line-height: 1.22;
        margin-bottom: 16px;
    }

    h3 {
        font-size: 20px;
        line-height: 1.3;
        margin-bottom: 14px;
    }

    h4 {
        font-size: 19px;
    }

    h5 {
        font-size: 17px;
    }

    h6 {
        font-size: 16px;
    }

    .dl-home-hero h1,
    .dl-home-hero-title {
        font-size: 34px;
        line-height: 1.12;
    }

    .dl-page-hero h1,
    .dl-page-hero-title {
        font-size: 30px;
        line-height: 1.15;
    }

    .dl-content h2 {
        font-size: 26px;
    }

    .dl-content h3 {
        font-size: 21px;
    }

    .dl-blog-content h1 {
        font-size: 30px;
    }

    .dl-blog-content h2 {
        font-size: 26px;
        margin-top: 34px;
    }

    .dl-blog-content h3 {
        font-size: 21px;
        margin-top: 26px;
    }

    .dl-blog-content p,
    .dl-blog-content li {
        font-size: 16px;
        line-height: 1.75;
    }

    .dl-card-title,
    .dl-card h3 {
        font-size: 19px;
    }

    .dl-card p,
    .dl-card-text {
        font-size: 15px;
    }

    .dl-sidebar-title,
    .dl-sidebar h3 {
        font-size: 20px;
    }

    .dl-cta h2,
    .dl-cta-title {
        font-size: 26px;
    }

    .dl-eyebrow,
    .dl-upper-title {
        font-size: 13px;
    }

    .elementor-button,
    button,
    input[type="submit"],
    .dl-button {
        font-size: 15px;
    }
}


.multi-text .box-multi svg path {
    fill: #C8A76A !important;
}

.pxl--item .pxl-item--icon svg path {
    stroke: #C8A76A !important;
}


/* 7a8ee32 liste widgetı - ikon rengi */
.elementor-element-7a8ee32 .pxl-item--icon svg path {
    fill: #C8A76A !important;
    stroke: none !important;
}


.service-arrow svg path {
    fill: #C8A76A !important;
    stroke: none !important;
}

.pxl-icon--plus circle,
.pxl-icon--plus path {
    stroke: #C8A76A !important;
}


/* PXL Banner - Başlıklardaki underline efektini kaldır */
.pxl-banner .pxl-item--title,
.pxl-banner .pxl-item--title a {
    text-decoration: none !important;
    background-image: none !important;
}

/* Başlıklarda pseudo element ile oluşturulan çizgiyi de kaldır */
.pxl-banner .pxl-item--title::before,
.pxl-banner .pxl-item--title::after {
    display: none !important;
}


/* PXL Banner - Açıklamalarda kelimelerin bölünmesini engelle */
.pxl-banner .pxl-item--description {
    word-break: normal !important;
    overflow-wrap: break-word !important;
    hyphens: none !important;
    white-space: normal !important;
}

.pxl-link .pxl-item--link svg path {
    stroke: #C8A76A !important;
}


.dentlotus-page-title-desc,
.dentlotus-page-title-desc .elementor-widget-container,
.dentlotus-page-title-desc .elementor-shortcode,
.dentlotus-page-title-desc .elementor-shortcode p {
    color: #ffffff !important;
    font-family: inherit !important;
    font-size: 18px !important;
    font-weight: 400 !important;
    line-height: 1.6 !important;
    letter-spacing: 0 !important;
    text-align: center !important;
    opacity: 1 !important;
}

.dentlotus-page-title-desc {
    width: 100% !important;
    max-width: 760px !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.dentlotus-page-title-desc p {
    margin: 0 !important;
    padding: 0 !important;
}

.pxl-post--inner .pxl-post--content {
    height: auto !important;
    max-height: none !important;
    overflow: visible !important;
}


/* Global Scrollbar */
html {
    scrollbar-color: #30335F #DDC8A2;
    scrollbar-width: thin;
}

/* Chrome, Edge, Safari */
::-webkit-scrollbar {
    width: 8px;
}

::-webkit-scrollbar-track {
    background: #DDC8A2;
}

::-webkit-scrollbar-thumb {
    background: #30335F !important;
    border-radius: 10px;
}

::-webkit-scrollbar-thumb:hover {
    background: #30335F !important;
}


.pxl-accordion .pxl-accordion--title::before {
    pointer-events: none !important;
}


/* 1700px altındaki cihazlar */
.section-under-1700 {
    display: flex !important;
}

.section-over-1700 {
    display: none !important;
}

/* 1700px ve üzeri cihazlar */
@media (min-width: 1700px) {
    .section-under-1700 {
        display: none !important;
    }

    .section-over-1700 {
        display: flex !important;
    }
}

.pxl-breadcrumb {
    background-color: #C8A76A !important;
}


@media (max-width: 1200px) {

    .elementor-element-16abe12 {
        background-image: none !important;
        background: #BD954C !important;
    }

    .elementor-element-16abe12 > .mask-parallax,
    .elementor-element-16abe12 .pxl-section-bg-parallax {
        background-image: none !important;
        background: #30335F !important;
    }
}


/* Single blog breadcrumb:
   Anasayfa + Blog kalsın,
   kategori ve yazı adı gizlensin */

.single-post .pxl-breadcrumb > li:nth-child(3),
.single-post .pxl-breadcrumb > li:nth-child(4) {
    display: none !important;
}


.dentlotus-post-category {
    display: inline-flex;
    align-items: center;
    width: fit-content;

    padding: 7px 14px;

    background-color: #F0F0FA;
    color: #30303A !important;

    font-size: 14px;
    font-weight: 400;
    line-height: 1.2;

    border-radius: 6px;
    text-decoration: none !important;

    transition: none !important;
}

/* Hover durumunda hiçbir değişiklik olmasın */
.dentlotus-post-category:hover,
.dentlotus-post-category:focus,
.dentlotus-post-category:active {
    background-color: #F0F0FA !important;
    color: #30303A !important;
    text-decoration: none !important;
}
/* ==========================================================
   DENTLOTUS - SINGLE POST META
   Profil / Yazar / Ünvan / Tarih / Okunma Süresi
========================================================== */


/* ANA ALAN */

.single-post .dentlotus-post-metas {
    margin: 0;
    padding: 0;
}

.single-post .dentlotus-post-metas .meta-inner {
    display: flex;
    align-items: center;
    flex-wrap: wrap;

    column-gap: 86px;
    row-gap: 16px;
}


/* ==========================================================
   YAZAR
========================================================== */

.single-post .dentlotus-post-metas .pxl-item--author {
    display: flex;
    align-items: center;
    gap: 13px;

    margin: 0 !important;
    padding: 0 !important;
}


/* PROFİL FOTOĞRAFI */

.single-post .dentlotus-post-metas .author-photo {
    display: flex;
    align-items: center;
    justify-content: center;

    width: 58px;
    height: 58px;
    flex: 0 0 58px;

    overflow: hidden;
    border-radius: 50%;
}

.single-post .dentlotus-post-metas .dentlotus-author-photo {
    display: block;

    width: 58px !important;
    height: 58px !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: cover;
    object-position: center;

    border: none !important;
    border-radius: 50% !important;
}


/* YAZAR BİLGİLERİ */

.single-post .dentlotus-post-metas .author-info {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;

    gap: 3px;
}


/* AD SOYAD */

.single-post .dentlotus-post-metas .author-name {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 15px;
    line-height: 1.25;
    font-weight: 600;

    color: #252D62 !important;

    text-decoration: none !important;
    white-space: nowrap;
}

.single-post .dentlotus-post-metas a.author-name:hover {
    color: #BD954C !important;
    text-decoration: none !important;
}


/* ÜNVAN */

.single-post .dentlotus-post-metas .author-title {
    display: block;

    margin: 0;
    padding: 0;

    font-size: 15px;
    line-height: 1.35;
    font-weight: 500;

    color: #777777;

    white-space: nowrap;
}


/* ==========================================================
   TARİH
========================================================== */

.single-post .dentlotus-post-metas .pxl-item--date {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;

    color: #222222;
}


/* ==========================================================
   OKUNMA SÜRESİ
========================================================== */

.single-post .dentlotus-post-metas .pxl-item--reading-time {
    display: inline-flex;
    align-items: center;

    gap: 9px;

    margin: 0 !important;
    padding: 0 !important;

    font-size: 14px;
    line-height: 1.4;
    font-weight: 400;

    color: #222222;
}


/* ==========================================================
   TARİH + SAAT İKONLARI
========================================================== */

.single-post .dentlotus-post-metas .date-icon,
.single-post .dentlotus-post-metas .reading-time-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;

    width: 26px;
    height: 26px;
    flex: 0 0 26px;

    margin: 0;
    padding: 0;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


/* SVG DOSYALARI */

.single-post .dentlotus-post-metas .date-icon img,
.single-post .dentlotus-post-metas .reading-time-icon img {
    display: block;

    width: 24px !important;
    height: 24px !important;
    max-width: none !important;

    margin: 0 !important;
    padding: 0 !important;

    object-fit: contain;

    background: transparent !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: none !important;
}


/* METİNLER */

.single-post .dentlotus-post-metas .post-date-text,
.single-post .dentlotus-post-metas .reading-time-text {
    white-space: nowrap;
}


/* ==========================================================
   TEMANIN ESKİ AYRAÇ / PSEUDO ELEMENTLERİNİ KALDIR
========================================================== */

.single-post .dentlotus-post-metas .meta-inner > span::before,
.single-post .dentlotus-post-metas .meta-inner > span::after,
.single-post .dentlotus-post-metas .meta-inner > div::before,
.single-post .dentlotus-post-metas .meta-inner > div::after {
    display: none !important;
}


/* ==========================================================
   TABLET
========================================================== */

@media (max-width: 1024px) {

    .single-post .dentlotus-post-metas .meta-inner {
        column-gap: 30px;
        row-gap: 14px;
    }

}


/* ==========================================================
   MOBİL
========================================================== */

@media (max-width: 767px) {

    /*
     * Mobil yapı:
     *
     * [Fotoğraf] Ad Soyad
     *            Ünvan
     *
     * [Takvim] Tarih     [Saat] Okunma süresi
     */

    .single-post .dentlotus-post-metas .meta-inner {
        display: flex;
        flex-wrap: wrap;
        align-items: center;

        width: 100%;

        column-gap: 28px;
        row-gap: 36px;
    }


    /* YAZAR ÜST SATIR */

    .single-post .dentlotus-post-metas .pxl-item--author {
        display: flex;
        align-items: center;

        width: 100%;
        flex: 0 0 100%;

        gap: 12px;

        margin: 0 !important;
        padding: 0 !important;
    }


    /* PROFİL FOTOĞRAFI */

    .single-post .dentlotus-post-metas .author-photo {
        width: 52px;
        height: 52px;
        flex: 0 0 52px;
    }

    .single-post .dentlotus-post-metas .dentlotus-author-photo {
        width: 52px !important;
        height: 52px !important;
    }


    /* YAZAR */

    .single-post .dentlotus-post-metas .author-name {
        font-size: 14px;
        line-height: 1.25;
    }

    .single-post .dentlotus-post-metas .author-title {
        font-size: 12px;
        line-height: 1.3;
    }


    /* TARİH + OKUNMA SÜRESİ ALT SATIR */

    .single-post .dentlotus-post-metas .pxl-item--date,
    .single-post .dentlotus-post-metas .pxl-item--reading-time {
        display: inline-flex;
        align-items: center;

        width: auto;
        flex: 0 0 auto;

        gap: 8px;

        margin: 0 !important;
        padding: 0 !important;

        font-size: 13px;
        line-height: 1.4;
    }


    /* MOBİL İKONLAR */

    .single-post .dentlotus-post-metas .date-icon,
    .single-post .dentlotus-post-metas .reading-time-icon {
        width: 24px;
        height: 24px;
        flex: 0 0 24px;
    }

    .single-post .dentlotus-post-metas .date-icon img,
    .single-post .dentlotus-post-metas .reading-time-icon img {
        width: 24px !important;
        height: 24px !important;
    }

}


/* ==========================================================
   ÇOK KÜÇÜK MOBİL
========================================================== */

@media (max-width: 380px) {

    .single-post .dentlotus-post-metas .meta-inner {
        column-gap: 18px;
    }

    .single-post .dentlotus-post-metas .pxl-item--date,
    .single-post .dentlotus-post-metas .pxl-item--reading-time {
        font-size: 12px;
        gap: 6px;
    }

    .single-post .dentlotus-post-metas .date-icon,
    .single-post .dentlotus-post-metas .reading-time-icon {
        width: 22px;
        height: 22px;
        flex-basis: 22px;
    }

    .single-post .dentlotus-post-metas .date-icon img,
    .single-post .dentlotus-post-metas .reading-time-icon img {
        width: 22px !important;
        height: 22px !important;
    }

}


/* =========================================================
   DENTLOTUS BLOG READING BAR
========================================================= */

.dentlotus-reading-bar {
    display: none;
}

@media (min-width: 1201px) {

    .single-post .dentlotus-reading-bar {
        position: fixed;
        top: 0;
        left: 0;
        z-index: 999999;

        display: block;
        width: 100%;

        background: rgba(255, 255, 255, 0.98);
        border-bottom: 1px solid #E7E8ED;
        box-shadow: 0 4px 20px rgba(20, 25, 55, 0.06);

        transform: translateY(-100%);
        opacity: 0;

        transition:
            transform .3s ease,
            opacity .3s ease,
            background-color .25s ease;
    }

    .single-post .dentlotus-reading-bar.is-visible {
        transform: translateY(0);
        opacity: 1;
    }

    /* =====================================================
       ANA BAR
    ===================================================== */

    .dentlotus-reading-bar__inner {
        display: flex;
        align-items: center;
        justify-content: space-between;

        width: min(1400px, calc(100% - 80px));
        height: 60px;

        margin: 0 auto;
    }

    /* =====================================================
       SOL TARAF
    ===================================================== */

    .dentlotus-reading-bar__left {
        display: flex;
        align-items: center;

        min-width: 0;
    }

    /* =====================================================
       İÇİNDEKİLER BUTONU
    ===================================================== */

    .dentlotus-reading-bar__toc-button {
        display: flex;
        align-items: center;
        gap: 9px;

        height: 32px;

        margin: 0 24px 0 0;
        padding: 0 24px 0 0;

        background: transparent !important;

        border: none !important;
        border-right: 1px solid #E0E1E6 !important;
        border-radius: 0 !important;

        color: #252D62 !important;

        font-family: inherit;
        font-size: 14px;
        line-height: 1;
        font-weight: 600;

        box-shadow: none !important;
        outline: none !important;

        cursor: pointer;

        transition: color .2s ease;
    }

    .dentlotus-reading-bar__toc-button:hover,
    .dentlotus-reading-bar__toc-button:focus,
    .dentlotus-reading-bar__toc-button:active,
    .dentlotus-reading-bar__toc-button.is-open {
        color: #BD954C !important;
        background: transparent !important;
        border-top: none !important;
        border-left: none !important;
        border-bottom: none !important;
        border-right: 1px solid #E0E1E6 !important;
        box-shadow: none !important;
        outline: none !important;
    }

    /* =====================================================
       İÇİNDEKİLER OKU
       HTML:
       <span class="dentlotus-toc-arrow"></span>
    ===================================================== */

    .dentlotus-toc-arrow {
        display: inline-block;

        width: 7px;
        height: 7px;

        flex: 0 0 7px;

        margin-top: -4px;
        margin-left: 1px;

        border-right: 1.5px solid currentColor;
        border-bottom: 1.5px solid currentColor;

        transform: rotate(45deg);

        transition:
            transform .2s ease,
            border-color .2s ease;
    }

    .dentlotus-reading-bar__toc-button.is-open
    .dentlotus-toc-arrow {
        margin-top: 4px;
        transform: rotate(225deg);
    }

    /* =====================================================
       AKTİF BÖLÜM
    ===================================================== */

    .dentlotus-reading-bar__section {
        max-width: 650px;

        overflow: hidden;

        color: #626574;

        font-size: 13px;
        line-height: 1.4;
        font-weight: 400;

        white-space: nowrap;
        text-overflow: ellipsis;
    }

    /* =====================================================
       SAĞ TARAF
    ===================================================== */

    .dentlotus-reading-bar__tools {
        display: flex;
        align-items: center;

        gap: 5px;

        flex-shrink: 0;
    }

    .dentlotus-reading-tool {
        display: flex;
        align-items: center;
        justify-content: center;

        min-width: 40px;
        height: 36px;

        padding: 0 9px;

        background: transparent !important;

        border: 1px solid transparent !important;
        border-radius: 6px;

        color: #252D62 !important;

        font-family: inherit;
        font-size: 13px;
        font-weight: 600;

        box-shadow: none !important;
        outline: none !important;

        cursor: pointer;

        transition:
            background-color .2s ease,
            border-color .2s ease,
            color .2s ease;
    }

    .dentlotus-reading-tool:hover,
    .dentlotus-reading-tool:focus {
        background: #F4F4F8 !important;
        border-color: #E6E7ED !important;
        color: #BD954C !important;
    }

    .dentlotus-theme-toggle {
        margin-left: 6px;
        font-size: 19px;
    }

    .dentlotus-reading-percentage {
        min-width: 54px;

        margin-left: 8px;

        color: #252D62;

        font-size: 13px;
        font-weight: 600;

        text-align: right;
    }

    /* =====================================================
       PROGRESS
    ===================================================== */

    .dentlotus-reading-progress {
        position: absolute;

        bottom: -1px;
        left: 0;

        width: 100%;
        height: 3px;

        overflow: hidden;

        background: transparent;
    }

    .dentlotus-reading-progress__fill {
        width: 0;
        height: 100%;

        background: #BD954C;

        transition: width .08s linear;
    }

    /* =====================================================
       İÇİNDEKİLER PANELİ
    ===================================================== */

    .dentlotus-toc-panel {
        position: absolute;

        top: 60px;
        left: 0;

        display: none;

        width: 100%;

        background: #FFFFFF;

        border-top: 1px solid #EEEEF2;
        border-bottom: 1px solid #E5E6EB;

        box-shadow: 0 15px 35px rgba(20, 25, 55, .08);
    }

    .dentlotus-toc-panel.is-open {
        display: block;
    }

    .dentlotus-toc-panel__inner {
        width: min(1400px, calc(100% - 80px));

        max-height: 420px;

        margin: 0 auto;
        padding: 28px 0 32px;

        overflow-y: auto;
    }

    .dentlotus-toc-panel__title {
        margin-bottom: 16px;

        color: #252D62;

        font-size: 17px;
        font-weight: 600;
    }

    #dentlotus-toc-list {
        display: grid;

        grid-template-columns:
            repeat(2, minmax(0, 1fr));

        column-gap: 60px;
        row-gap: 2px;
    }

    .dentlotus-toc-item {
        display: block;

        padding: 8px 0;

        color: #555A68 !important;

        font-size: 14px;
        line-height: 1.45;

        text-decoration: none !important;

        transition:
            color .2s ease,
            transform .2s ease;
    }

    .dentlotus-toc-item:hover {
        color: #BD954C !important;

        transform: translateX(3px);
    }

    .dentlotus-toc-item.is-active {
        color: #252D62 !important;

        font-weight: 600;
    }

    .dentlotus-toc-item.is-h3 {
        padding-left: 20px;

        font-size: 13px;
    }

    /* =====================================================
       FONT BOYUTLARI
    ===================================================== */

    .single-post .content-inner.dentlotus-font-medium p,
    .single-post .content-inner.dentlotus-font-medium li {
        font-size: 1.08em !important;
        line-height: 1.72 !important;
    }

    .single-post .content-inner.dentlotus-font-large p,
    .single-post .content-inner.dentlotus-font-large li {
        font-size: 1.16em !important;
        line-height: 1.78 !important;
    }

    /* =====================================================
       DARK MODE - BAR
    ===================================================== */

    body.dentlotus-reading-dark
    .dentlotus-reading-bar {
        background: rgba(24, 26, 33, .98);

        border-bottom-color: #363941;
    }

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__toc-button {
        color: #FFFFFF !important;
        border-right-color: #40434C !important;
    }

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__toc-button:hover,

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__toc-button:focus,

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__toc-button:active,

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__toc-button.is-open {
        color: #BD954C !important;
        border-right-color: #40434C !important;
    }

    body.dentlotus-reading-dark
    .dentlotus-reading-tool,

    body.dentlotus-reading-dark
    .dentlotus-reading-percentage {
        color: #FFFFFF !important;
    }

    body.dentlotus-reading-dark
    .dentlotus-reading-bar__section {
        color: #BFC1C9;
    }

    body.dentlotus-reading-dark
    .dentlotus-reading-tool:hover,

    body.dentlotus-reading-dark
    .dentlotus-reading-tool:focus {
        background: #30333B !important;
        border-color: #3B3E48 !important;
        color: #BD954C !important;
    }

    body.dentlotus-reading-dark
    .dentlotus-toc-panel {
        background: #1B1D24;

        border-color: #353842;
    }

    body.dentlotus-reading-dark
    .dentlotus-toc-panel__title {
        color: #FFFFFF;
    }

    body.dentlotus-reading-dark
    .dentlotus-toc-item {
        color: #C5C7CF !important;
    }

    body.dentlotus-reading-dark
    .dentlotus-toc-item:hover,

    body.dentlotus-reading-dark
    .dentlotus-toc-item.is-active {
        color: #BD954C !important;
    }

    /* =====================================================
       DARK MODE - MAKALE
    ===================================================== */

    body.single-post.dentlotus-reading-dark {
        background: #17191F;
    }

    body.single-post.dentlotus-reading-dark
    .pxl-single-post,

    body.single-post.dentlotus-reading-dark
    .single-post-inner,

    body.single-post.dentlotus-reading-dark
    .post-content,

    body.single-post.dentlotus-reading-dark
    .content-inner {
        background: #17191F !important;
    }

    body.single-post.dentlotus-reading-dark
    .content-inner p,

    body.single-post.dentlotus-reading-dark
    .content-inner li {
        color: #D6D7DC !important;
    }

    body.single-post.dentlotus-reading-dark
    .content-inner h2,

    body.single-post.dentlotus-reading-dark
    .content-inner h3,

    body.single-post.dentlotus-reading-dark
    .content-inner h4 {
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    .content-inner a {
        color: #D2AE61 !important;
    }

}


/* =========================================================
   TABLET + MOBİL
========================================================= */

@media (max-width: 1200px) {

    .dentlotus-reading-bar {
        display: none !important;
    }

}

/* =========================================================
   DENTLOTUS DARK MODE - GENEL DÜZELTMELER
========================================================= */

@media (min-width: 1201px) {

    /* =====================================================
       SAYFA / ANA İÇERİK
    ===================================================== */

    body.single-post.dentlotus-reading-dark {
        background: #17191F !important;
        color: #D7D8DE !important;
    }

    body.single-post.dentlotus-reading-dark
    .pxl-single-post,

    body.single-post.dentlotus-reading-dark
    .single-post-inner,

    body.single-post.dentlotus-reading-dark
    .post-content,

    body.single-post.dentlotus-reading-dark
    .content-inner {
        background: #17191F !important;
    }


    /* =====================================================
       ANA YAZI BAŞLIĞI
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .post-title,

    body.single-post.dentlotus-reading-dark
    .entry-title,

    body.single-post.dentlotus-reading-dark
    h1 {
        color: #FFFFFF !important;
    }


    /* =====================================================
       YAZI İÇERİĞİ
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .content-inner p,

    body.single-post.dentlotus-reading-dark
    .content-inner li,

    body.single-post.dentlotus-reading-dark
    .content-inner span {
        color: #D6D7DC !important;
    }

    body.single-post.dentlotus-reading-dark
    .content-inner h2,

    body.single-post.dentlotus-reading-dark
    .content-inner h3,

    body.single-post.dentlotus-reading-dark
    .content-inner h4,

    body.single-post.dentlotus-reading-dark
    .content-inner h5,

    body.single-post.dentlotus-reading-dark
    .content-inner h6 {
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    .content-inner a {
        color: #D3AF63 !important;
    }


    /* =====================================================
       YAZAR / TARİH / OKUMA SÜRESİ
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .author-name {
        color: #E7E8EC !important;
    }

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .author-name:hover {
        color: #BD954C !important;
    }

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .author-title {
        color: #AEB1BC !important;
    }

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .pxl-item--date,

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .pxl-item--reading-time,

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .post-date-text,

    body.single-post.dentlotus-reading-dark
    .dentlotus-post-metas .reading-time-text {
        color: #C9CBD2 !important;
    }


    /* =====================================================
       META ALTINDAKİ AYIRICI
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .post-content::before,

    body.single-post.dentlotus-reading-dark
    .post-content::after,

    body.single-post.dentlotus-reading-dark
    .single-post-inner::before,

    body.single-post.dentlotus-reading-dark
    .single-post-inner::after {
        border-color: #343741 !important;
    }


    /* =====================================================
       SIDEBAR GENEL
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .sidebar-area,

    body.single-post.dentlotus-reading-dark
    .widget-area,

    body.single-post.dentlotus-reading-dark
    .pxl-sidebar-area {
        background: transparent !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget {
        background: #1F222A !important;

        border-color: #343842 !important;

        color: #D5D7DD !important;
    }


    /* =====================================================
       SIDEBAR WIDGET BAŞLIKLARI
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .widget-title,

    body.single-post.dentlotus-reading-dark
    .widget .title,

    body.single-post.dentlotus-reading-dark
    .widget h2,

    body.single-post.dentlotus-reading-dark
    .widget h3,

    body.single-post.dentlotus-reading-dark
    .widget h4 {
        color: #FFFFFF !important;
    }


    /* =====================================================
       SIDEBAR LINKLER
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .widget a {
        color: #D2D4DA !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget a:hover {
        color: #BD954C !important;
    }


    /* =====================================================
       KATEGORİLER
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .widget_categories li,

    body.single-post.dentlotus-reading-dark
    .widget_categories li a {
        color: #D2D4DA !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget_categories li {
        border-color: #353943 !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget_categories li span {
        color: #9FA3AD !important;
    }


    /* =====================================================
       POPÜLER YAZILAR / RECENT POSTS
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .widget_recent_entries li,

    body.single-post.dentlotus-reading-dark
    .widget_recent_posts li,

    body.single-post.dentlotus-reading-dark
    .pxl-recent-post li,

    body.single-post.dentlotus-reading-dark
    .pxl-post-list li {
        background: #242730 !important;

        border-color: #373B45 !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget_recent_entries a,

    body.single-post.dentlotus-reading-dark
    .widget_recent_posts a,

    body.single-post.dentlotus-reading-dark
    .pxl-recent-post a,

    body.single-post.dentlotus-reading-dark
    .pxl-post-list a {
        color: #E2E3E7 !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget_recent_entries a:hover,

    body.single-post.dentlotus-reading-dark
    .widget_recent_posts a:hover,

    body.single-post.dentlotus-reading-dark
    .pxl-recent-post a:hover,

    body.single-post.dentlotus-reading-dark
    .pxl-post-list a:hover {
        color: #BD954C !important;
    }

    body.single-post.dentlotus-reading-dark
    .widget_recent_entries .post-date,

    body.single-post.dentlotus-reading-dark
    .widget_recent_posts .post-date,

    body.single-post.dentlotus-reading-dark
    .pxl-recent-post .post-date {
        color: #9296A1 !important;
    }


    /* =====================================================
       DENTLOTUS HEKİM KARTI
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .dentlotus-sidebar-author-card {
        background: #1F222A !important;

        border-color: #343842 !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-name {
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-name:hover {
        color: #BD954C !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-title {
        color: #AEB1BB !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-bio {
        color: #C7C9CF !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-button {
        background: #30386F !important;
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    .dl-author-button:hover {
        background: #BD954C !important;
        color: #FFFFFF !important;
    }


    /* =====================================================
       GÖRSELLER
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    .content-inner img {
        opacity: .96;
    }


    /* =====================================================
       HR / BORDER
    ===================================================== */

    body.single-post.dentlotus-reading-dark hr {
        border-color: #393C45 !important;
    }


    /* =====================================================
       BLOCKQUOTE
    ===================================================== */

    body.single-post.dentlotus-reading-dark
    blockquote {
        background: #20232B !important;

        border-color: #BD954C !important;

        color: #D9DBE0 !important;
    }

    body.single-post.dentlotus-reading-dark
    blockquote p {
        color: #D9DBE0 !important;
    }

}

@media (min-width: 1201px) {

    /* Ana bilgi kartı */
    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor) {
        background: #1F222A !important;
        background-color: #1F222A !important;
        border-color: #343842 !important;
    }

    /* Kartın üst başlık bölümü */
    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .e-con {
        background: #292D38 !important;
        background-color: #292D38 !important;
        border-color: #343842 !important;
    }

    /* Kart başlığı */
    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .e-con .elementor-heading-title {
        color: #FFFFFF !important;
    }

    /* Açıklama alanı */
    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .elementor-widget-pxl_text_editor,

    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .elementor-widget-pxl_text_editor .elementor-widget-container,

    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .elementor-widget-pxl_text_editor .pxl-text-editor,

    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    > .elementor-widget-pxl_text_editor .pxl-item--inner {
        background: transparent !important;
        background-color: transparent !important;
    }

    /* Açıklama metni */
    body.single-post.dentlotus-reading-dark
    .content-inner .e-con:has(> .e-con .elementor-heading-title):has(> .elementor-widget-pxl_text_editor)
    .pxl-text-editor p {
        color: #D6D7DC !important;
    }

}


/* =========================================================
   DENTLOTUS - BLOG YAZILARINDA STICKY HEADER KAPAT
   Sadece Desktop
========================================================= */

@media (min-width: 1201px) {

    body.single-post .pxl-header-sticky,
    body.single-post #pxl-header-elementor-sticky,
    body.single-post .pxl-header-fixed,
    body.single-post .header-sticky {
        display: none !important;
    }

}

@media (min-width: 1201px) {

    body.single-post.dentlotus-reading-dark
    .post-shares .label {
        color: #D6D7DC !important;
    }

    body.single-post.dentlotus-reading-dark
    .post-shares .social a,
    body.single-post.dentlotus-reading-dark
    .post-shares .social .pxl-icon {
        color: #D6D7DC !important;
    }

    body.single-post.dentlotus-reading-dark
    .post-shares .social a:hover,
    body.single-post.dentlotus-reading-dark
    .post-shares .social .pxl-icon:hover {
        color: #BD954C !important;
    }
	


}

@media (min-width: 1201px) {

    body.single-post.dentlotus-reading-dark
    .nav-next-prev .nav-label {
        color: #AEB1BB !important;
    }

    body.single-post.dentlotus-reading-dark
    .nav-next-prev .nav-title {
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    .nav-next-prev i {
        color: #D6D7DC !important;
    }

    body.single-post.dentlotus-reading-dark
    .nav-next-prev:hover .nav-label,
    body.single-post.dentlotus-reading-dark
    .nav-next-prev:hover .nav-title,
    body.single-post.dentlotus-reading-dark
    .nav-next-prev:hover i {
        color: #BD954C !important;
    }

}

@media (min-width: 1201px) {

    body.single-post.dentlotus-reading-dark
    h2.post-title,
    
    body.single-post.dentlotus-reading-dark
    h2.post-title a,
    
    body.single-post.dentlotus-reading-dark
    .post-title,
    
    body.single-post.dentlotus-reading-dark
    .post-title a {
        color: #FFFFFF !important;
    }

    body.single-post.dentlotus-reading-dark
    h2.post-title a:hover,
    
    body.single-post.dentlotus-reading-dark
    .post-title a:hover {
        color: #BD954C !important;
    }

}

/* =========================================================
   DENTLOTUS - İLGİLİ YAZILAR
========================================================= */

.dentlotus-related-posts {
    width: 100%;
    margin-top: 55px;
    padding-top: 42px;

    border-top: 1px solid #E5E6EB;
}


/* BAŞLIK */

.dentlotus-related-posts__header {
    margin-bottom: 26px;
}

.dentlotus-related-posts__title {
    margin: 0 !important;

    color: #252D62 !important;

    font-size: 26px;
    line-height: 1.25;
    font-weight: 600;
}


/* GRID */

.dentlotus-related-posts__grid {
    display: grid;

    grid-template-columns:
        repeat(3, minmax(0, 1fr));

    gap: 24px;
}


/* =========================================================
   KART
========================================================= */

.dentlotus-related-card {
    position: relative;

    display: flex;
    flex-direction: column;

    min-width: 0;

    overflow: hidden;

    background: #FFFFFF;

    border: 1px solid #E5E6EB;
    border-radius: 12px;

    transition:
        transform .25s ease,
        border-color .25s ease,
        box-shadow .25s ease;
}


/* TAM KART TIKLANABİLİR */

.dentlotus-related-card__link {
    position: absolute;

    inset: 0;

    z-index: 4;
}


/* HOVER */

.dentlotus-related-card:hover {
    transform: translateY(-4px);

    border-color: #BD954C;

    box-shadow:
        0 12px 32px
        rgba(37, 45, 98, .08);
}


/* =========================================================
   GÖRSEL
========================================================= */

.dentlotus-related-card__image {
    position: relative;

    width: 100%;

    aspect-ratio: 4 / 3;

    overflow: hidden;

    background: #F3F3F5;
}

.dentlotus-related-card__image img {
    display: block;

    width: 100% !important;
    height: 100% !important;

    margin: 0 !important;

    object-fit: cover;

    transition:
        transform .4s ease;
}

.dentlotus-related-card:hover
.dentlotus-related-card__image img {
    transform: scale(1.035);
}


/* =========================================================
   İÇERİK
========================================================= */

.dentlotus-related-card__content {
    display: flex;
    flex-direction: column;

    flex: 1;

    padding: 22px 21px 21px;
}


/* KATEGORİ */

.dentlotus-related-card__category {
    margin-bottom: 9px;

    color: #BD954C;

    font-size: 12px;
    line-height: 1.3;
    font-weight: 600;

    letter-spacing: .03em;

    text-transform: uppercase;
}


/* BAŞLIK */

.dentlotus-related-card__title {
    display: -webkit-box;

    min-height: 60px;

    margin: 0 0 20px !important;

    overflow: hidden;

    color: #1f1f1f !important;

    font-size: 19px;
    line-height: 1.4;
    font-weight: 600;

    -webkit-line-clamp: 3;
    -webkit-box-orient: vertical;
}


/* =========================================================
   META
========================================================= */

.dentlotus-related-card__meta {
    display: flex;
    align-items: center;

    gap: 7px;

    margin-top: auto;

    color: #777B87;

    font-size: 13px;
    line-height: 1.4;
    font-weight: 400;
}

.dentlotus-related-card__dot {
    color: #B8BAC1;
}


/* =========================================================
   DARK MODE
========================================================= */

@media (min-width: 1201px) {

    body.single-post.dentlotus-reading-dark
    .dentlotus-related-posts {
        border-top-color: #343842;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-posts__title {
        color: #FFFFFF !important;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card {
        background: #1F222A;

        border-color: #343842;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card:hover {
        border-color: #BD954C;

        box-shadow:
            0 14px 32px
            rgba(0, 0, 0, .20);
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card__image {
        background: #252831;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card__category {
        color: #BD954C;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card__title {
        color: #FFFFFF !important;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card__meta {
        color: #AEB1BB;
    }


    body.single-post.dentlotus-reading-dark
    .dentlotus-related-card__dot {
        color: #686C76;
    }

}


/* =========================================================
   TABLET
========================================================= */

@media (max-width: 1024px) {

    .dentlotus-related-posts__grid {
        grid-template-columns:
            repeat(2, minmax(0, 1fr));
    }

}


/* =========================================================
   MOBİL
========================================================= */

@media (max-width: 767px) {

    .dentlotus-related-posts {
        margin-top: 42px;
        padding-top: 32px;
    }


    .dentlotus-related-posts__header {
        margin-bottom: 20px;
    }


    .dentlotus-related-posts__title {
        font-size: 23px;
    }


    .dentlotus-related-posts__grid {
        grid-template-columns: 1fr;

        gap: 18px;
    }


    .dentlotus-related-card__content {
        padding: 19px 18px 20px;
    }


    .dentlotus-related-card__title {
        min-height: 0;

        margin-bottom: 17px !important;

        font-size: 18px;
    }

}

.single-post .related-posts:not(.dentlotus-related-posts),
.single-post .pxl-related-post,
.single-post .related-post {
    display: none !important;
}

.single-post .post-tags-wrap .post-tags a {
    color: #FFFFFF !important;
    background-color: #C8A76A !important;
}

.single-post .post-tags-wrap .post-tags a:hover {
    color: #FFFFFF !important;
    background-color: #232343 !important;
}

.elementor-element-7cd17fd .pxl-item-content a:hover {
    color: #C8A76A !important;
}


/* Tablet, laptop ve masaüstü */
@media (min-width: 1200px) {
    .elementor-element-3793438 .pxl-post--icon svg {
        height: 40px !important;
        width: auto !important;
    }
}


}


/* =========================================================
   DENTLOTUS FLOATING ACTIONS
========================================================= */

.dentlotus-floating-actions {
    position: static !important;
}


/* ---------------------------------------------------------
   ORTAK BUTON
--------------------------------------------------------- */

a.dentlotus-floating-button {
    position: fixed !important;

    right: var(--dentlotus-floating-right, 25px) !important;
    bottom: var(--dentlotus-floating-bottom, 25px) !important;

    width: 46px !important;
    height: 46px !important;
    min-width: 46px !important;
    min-height: 46px !important;
    max-width: 46px !important;
    max-height: 46px !important;

    display: flex !important;
    align-items: center !important;
    justify-content: center !important;

    padding: 0 !important;
    margin: 0 !important;

    border: 0 !important;
    border-radius: 50% !important;

    box-sizing: border-box !important;

    text-decoration: none !important;
    line-height: 1 !important;

    box-shadow: 0 5px 14px rgba(0, 0, 0, 0.14) !important;

    opacity: 0;
    visibility: hidden;
    pointer-events: none;

    transform: translateY(8px);

    transition:
        opacity 0.35s ease,
        visibility 0.35s ease,
        transform 0.35s ease,
        background-color 0.25s ease !important;

    z-index: 9998 !important;
}


/* ---------------------------------------------------------
   GÖRÜNÜR DURUM
--------------------------------------------------------- */

a.dentlotus-floating-button.is-visible {
    opacity: 1 !important;
    visibility: visible !important;
    pointer-events: auto !important;

    transform: translateY(0) !important;
}


/* ---------------------------------------------------------
   İKON
--------------------------------------------------------- */

a.dentlotus-floating-button > i {
    position: static !important;

    display: block !important;

    width: auto !important;
    height: auto !important;

    padding: 0 !important;
    margin: 0 !important;

    font-size: 21px !important;
    line-height: 1 !important;

    color: inherit !important;

    transform: none !important;
}


/* =========================================================
   WHATSAPP
========================================================= */

a.dentlotus-floating-whatsapp {
    background-color: #25D366 !important;
    color: #FFFFFF !important;
}

a.dentlotus-floating-whatsapp:visited {
    color: #FFFFFF !important;
}

a.dentlotus-floating-whatsapp:hover,
a.dentlotus-floating-whatsapp:focus {
    background-color: #20BD5A !important;
    color: #FFFFFF !important;
}


/* =========================================================
   KONUM
========================================================= */

a.dentlotus-floating-location {
    background-color: #DDC8A2 !important;
    color: #30335F !important;
}

a.dentlotus-floating-location:visited {
    color: #30335F !important;
}

a.dentlotus-floating-location:hover,
a.dentlotus-floating-location:focus {
    background-color: #30335F !important;
    color: #C8A76A !important;
}


/* =========================================================
   FOCUS
========================================================= */

a.dentlotus-floating-button:focus-visible {
    outline: 3px solid rgba(48, 51, 95, 0.25) !important;
    outline-offset: 3px;
}


/* =========================================================
   MOBİL MENÜ AÇIKKEN GİZLE
========================================================= */

body.dentlotus-mobile-menu-open a.dentlotus-floating-button,
body.dialog-prevent-scroll a.dentlotus-floating-button {
    opacity: 0 !important;
    visibility: hidden !important;
    pointer-events: none !important;
}


/* =========================================================
   REDUCED MOTION
========================================================= */

@media (prefers-reduced-motion: reduce) {

    a.dentlotus-floating-button {
        transition: none !important;
    }

}