@charset "UTF-8";

/* SEO Makinesi Blog Detay CSS - Final */

.sm27-blog-detail,
.sm27-blog-detail *{
    box-sizing:border-box;
}

.sm27-blog-detail{
    --sm27-blue:#4285f4;
    --sm27-red:#ea4335;
    --sm27-yellow:#fbbc05;
    --sm27-green:#34a853;
    --sm27-dark:#07111f;
    --sm27-text:#35445a;
    --sm27-muted:#66758a;
    --sm27-border:rgba(15,23,42,.085);
    --sm27-soft:#f6faff;
    --sm27-card:#ffffff;
    width:100%;
    min-height:100vh;
    position:relative;
    isolation:isolate;
    overflow:hidden;
    background:
        radial-gradient(circle at 0% 0%,rgba(66,133,244,.12),transparent 34%),
        radial-gradient(circle at 100% 0%,rgba(52,168,83,.10),transparent 30%),
        linear-gradient(180deg,#f7fbff 0%,#ffffff 54%,#f8fbff 100%);
    color:var(--sm27-text);
    font-family:Arial,Helvetica,sans-serif;
}

.sm27-read-progress{
    position:fixed;
    top:0;
    left:0;
    width:0%;
    height:3px;
    z-index:99999;
    background:linear-gradient(90deg,var(--sm27-blue),var(--sm27-red),var(--sm27-yellow),var(--sm27-green));
    box-shadow:0 4px 18px rgba(66,133,244,.28);
}

.sm27-blog-wrap{
    width:min(100% - 52px,1560px);
    margin:0 auto;
    padding:34px 0 62px;
}

.sm27-blog-grid{
    width:100%;
    display:grid;
    grid-template-columns:minmax(0,1fr) 350px;
    gap:28px;
    align-items:start;
}

.sm27-blog-article{
    width:100%;
    min-width:0;
    overflow:hidden;
    border-radius:30px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,23,42,.075);
    box-shadow:0 26px 70px rgba(15,23,42,.10);
}

.sm27-blog-hero{
    padding:34px 36px 24px;
    position:relative;
    overflow:hidden;
}

.sm27-blog-hero::before{
    content:"";
    position:absolute;
    inset:0;
    background:
        radial-gradient(circle at 0 0,rgba(66,133,244,.10),transparent 36%),
        radial-gradient(circle at 100% 0,rgba(52,168,83,.08),transparent 34%);
    pointer-events:none;
}

.sm27-blog-hero > *{
    position:relative;
    z-index:2;
}

.sm27-breadcrumb{
    display:flex;
    align-items:center;
    flex-wrap:wrap;
    gap:8px;
    margin:0 0 18px;
    color:#64748b;
    font-size:13px;
    line-height:1.5;
    font-weight:700;
}

.sm27-breadcrumb a{
    color:#0b57d0!important;
    text-decoration:none!important;
    font-weight:850;
}

.sm27-kicker{
    width:max-content;
    max-width:100%;
    min-height:34px;
    padding:7px 14px;
    margin:0 0 18px;
    display:inline-flex;
    align-items:center;
    gap:8px;
    border-radius:999px;
    background:rgba(66,133,244,.10);
    color:#0b57d0;
    font-size:12px;
    font-weight:850;
    letter-spacing:.06em;
    text-transform:uppercase;
    border:1px solid rgba(66,133,244,.18);
}

.sm27-kicker::before{
    content:"";
    width:8px;
    height:8px;
    border-radius:999px;
    background:linear-gradient(135deg,var(--sm27-blue),var(--sm27-green));
    box-shadow:0 0 0 5px rgba(66,133,244,.10);
}

.sm27-blog-title{
    max-width:1080px;
    margin:0 0 18px;
    color:var(--sm27-dark);
    font-size:clamp(34px,4.1vw,64px);
    line-height:1.05;
    font-weight:950;
    letter-spacing:-.058em;
    text-wrap:balance;
}

.sm27-blog-line{
    width:280px;
    max-width:100%;
    height:5px;
    margin:0 0 22px;
    border-radius:999px;
    background:linear-gradient(90deg,var(--sm27-blue) 0 25%,var(--sm27-red) 25% 45%,var(--sm27-yellow) 45% 68%,var(--sm27-green) 68% 100%);
}

.sm27-blog-lead{
    max-width:1040px;
    margin:0 0 22px;
    color:#43536a;
    font-size:17px;
    line-height:1.74;
    font-weight:500;
}

.sm27-blog-meta{
    margin:0;
    display:flex;
    gap:9px;
    flex-wrap:wrap;
}

.sm27-blog-meta span{
    min-height:38px;
    padding:8px 13px;
    border-radius:999px;
    display:inline-flex;
    align-items:center;
    gap:7px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.075);
    color:#334155;
    font-size:12.5px;
    font-weight:800;
    box-shadow:0 10px 24px rgba(15,23,42,.045);
}

.sm27-featured-image{
    margin:0 36px 0;
    width:auto;
    overflow:hidden;
    border-radius:24px;
    background:#eef6ff;
    border:1px solid rgba(15,23,42,.075);
    box-shadow:0 18px 45px rgba(15,23,42,.08);
}

.sm27-featured-image img{
    width:100%;
    height:auto;
    min-height:330px;
    max-height:620px;
    object-fit:cover;
    object-position:center center;
    display:block;
    filter:saturate(1.06) contrast(1.03);
}

.sm27-blog-body{
    padding:30px 36px 38px;
}

.sm27-quick-answer,
.sm27-highlight-box,
.sm27-toc-box,
.sm27-faq-box,
.sm27-author-box,
.sm27-cta-box,
.sm27-service-links-box{
    border-radius:22px;
    background:
        radial-gradient(circle at top left,rgba(66,133,244,.08),transparent 40%),
        rgba(255,255,255,.78);
    border:1px solid rgba(15,23,42,.075);
    box-shadow:0 14px 34px rgba(15,23,42,.055);
}

.sm27-quick-answer{
    margin:0 0 22px;
    padding:21px 23px;
    border-left:5px solid var(--sm27-blue);
}

.sm27-quick-answer strong{
    display:flex;
    align-items:center;
    gap:8px;
    margin:0 0 8px;
    color:#0b57d0;
    font-size:17px;
    font-weight:900;
}

.sm27-quick-answer p{
    margin:0;
    color:#344256;
    font-size:16px;
    line-height:1.78;
    font-weight:500;
}

.sm27-highlight-box{
    margin:0 0 22px;
    padding:22px;
}

.sm27-highlight-box h2,
.sm27-faq-box h2,
.sm27-service-links-box h2{
    margin:0 0 15px;
    color:var(--sm27-dark);
    font-size:24px;
    line-height:1.2;
    font-weight:950;
    letter-spacing:-.035em;
}

.sm27-highlight-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.sm27-highlight-item{
    display:flex;
    align-items:flex-start;
    gap:10px;
    padding:13px;
    border-radius:16px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.065);
    color:#42526a;
    font-size:14.5px;
    line-height:1.6;
    font-weight:500;
}

.sm27-highlight-icon{
    width:27px;
    height:27px;
    min-width:27px;
    border-radius:10px;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    background:linear-gradient(135deg,#1a73e8,#0b57d0);
    box-shadow:0 10px 20px rgba(26,115,232,.18);
    font-size:14px;
    font-weight:900;
}

.sm27-toc-box{
    margin:0 0 26px;
    padding:20px;
    border-left:5px solid var(--sm27-green);
}

.sm27-toc-box strong{
    display:block;
    margin:0 0 10px;
    color:var(--sm27-dark);
    font-size:17px;
    font-weight:950;
}

.sm27-toc-box ul{
    margin:0;
    padding-left:20px;
}

.sm27-toc-box li{
    margin:8px 0;
    color:#43536a;
}

.sm27-toc-box a{
    color:#344256!important;
    text-decoration:none!important;
    font-size:15px;
    font-weight:750;
}

.sm27-toc-box a:hover{
    color:#0b57d0!important;
}

.sm27-content{
    color:#2f3f55;
    font-size:17.5px;
    line-height:1.88;
    font-weight:400;
}

.sm27-content h2{
    margin:36px 0 14px;
    color:var(--sm27-dark);
    font-size:clamp(25px,2.45vw,34px);
    line-height:1.18;
    font-weight:950;
    letter-spacing:-.04em;
    scroll-margin-top:96px;
    text-wrap:balance;
}

.sm27-content h3{
    margin:28px 0 12px;
    color:#0b57d0;
    font-size:clamp(21px,2vw,27px);
    line-height:1.25;
    font-weight:900;
    letter-spacing:-.025em;
    scroll-margin-top:96px;
    text-wrap:balance;
}

.sm27-content h4{
    margin:22px 0 10px;
    color:var(--sm27-dark);
    font-size:20px;
    font-weight:900;
}

.sm27-content p{
    margin:0 0 18px;
}

.sm27-content strong,
.sm27-content b{
    color:var(--sm27-dark);
    font-weight:900;
}

.sm27-content ul,
.sm27-content ol{
    margin:18px 0;
    padding-left:22px;
}

.sm27-content li{
    margin:9px 0;
    padding-left:4px;
}

.sm27-content blockquote{
    margin:24px 0;
    padding:20px 22px;
    border-left:5px solid var(--sm27-blue);
    border-radius:18px;
    background:rgba(66,133,244,.08);
    color:#2f3f55;
    font-weight:650;
}

.sm27-content a{
    color:#0b57d0!important;
    font-weight:800;
    text-decoration:none!important;
    border-bottom:1px solid rgba(66,133,244,.28);
}

.sm27-content img,
.sm27-blog-body img{
    width:100%;
    max-width:100%;
    height:auto;
    display:block;
    border-radius:20px;
    object-fit:contain;
    border:1px solid rgba(15,23,42,.075);
}

.sm27-content table{
    width:100%;
    border-collapse:collapse;
    margin:24px 0;
    overflow:hidden;
    border-radius:16px;
    display:block;
    overflow-x:auto;
    border:1px solid rgba(15,23,42,.08);
}

.sm27-content th,
.sm27-content td{
    padding:13px 14px;
    border-bottom:1px solid rgba(15,23,42,.07);
    color:#344256;
}

.sm27-content th{
    color:var(--sm27-dark);
    font-weight:900;
    background:#f4f8ff;
}

.sm27-service-links-box{
    margin:32px 0 0;
    padding:23px;
}

.sm27-service-links-grid{
    display:grid;
    grid-template-columns:repeat(2,minmax(0,1fr));
    gap:12px;
}

.sm27-service-links-grid a{
    min-height:48px;
    padding:13px 14px;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:space-between;
    gap:10px;
    color:var(--sm27-dark)!important;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.075);
    text-decoration:none!important;
    font-size:14.5px;
    line-height:1.35;
    font-weight:850;
}

.sm27-service-links-grid a:hover{
    color:#0b57d0!important;
    border-color:rgba(66,133,244,.22);
}

.sm27-service-links-grid a::after{
    content:"›";
    color:#0b57d0;
    font-size:22px;
    line-height:1;
}

.sm27-faq-box{
    margin:32px 0 0;
    padding:23px;
}

.sm27-faq-item{
    padding:16px 17px;
    margin:0 0 11px;
    border-radius:17px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.07);
}

.sm27-faq-item:last-child{
    margin-bottom:0;
}

.sm27-faq-item h3{
    margin:0 0 8px;
    color:#0b57d0;
    font-size:17px;
    line-height:1.35;
    font-weight:900;
}

.sm27-faq-item p{
    margin:0;
    color:#42526a;
    font-size:15.5px;
    line-height:1.72;
    font-weight:500;
}

.sm27-cta-box{
    margin:32px 0 0;
    padding:23px;
    display:flex;
    justify-content:space-between;
    gap:18px;
    align-items:center;
    background:
        radial-gradient(circle at 0 0,rgba(66,133,244,.12),transparent 40%),
        linear-gradient(135deg,#ffffff,#f7fbff);
}

.sm27-cta-box strong{
    display:block;
    color:var(--sm27-dark);
    font-size:22px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:-.03em;
}

.sm27-cta-box p{
    margin:7px 0 0;
    color:#42526a;
    font-size:15.5px;
    line-height:1.65;
    font-weight:600;
}

.sm27-cta-actions{
    display:flex;
    flex-wrap:wrap;
    gap:10px;
    justify-content:flex-end;
}

.sm27-cta-btn{
    min-height:48px;
    padding:0 18px;
    border-radius:16px;
    display:inline-flex;
    align-items:center;
    justify-content:center;
    color:#ffffff!important;
    background:linear-gradient(135deg,#1a73e8 0%,#0b57d0 100%);
    box-shadow:0 13px 28px rgba(26,115,232,.20);
    text-decoration:none!important;
    font-size:14px;
    font-weight:900;
}

.sm27-cta-btn.secondary{
    color:#0b57d0!important;
    background:#ffffff;
    border:1px solid rgba(66,133,244,.22);
    box-shadow:none;
}

.sm27-author-box{
    margin-top:32px;
    padding:22px;
    display:flex;
    gap:17px;
    align-items:center;
}

.sm27-author-avatar{
    width:68px;
    height:68px;
    min-width:68px;
    border-radius:50%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#ffffff;
    background:linear-gradient(135deg,var(--sm27-blue),var(--sm27-red),var(--sm27-yellow),var(--sm27-green));
    box-shadow:0 14px 34px rgba(66,133,244,.18);
    font-size:29px;
    font-weight:950;
}

.sm27-author-box strong{
    color:var(--sm27-dark);
    font-weight:950;
}

.sm27-author-box p{
    margin:4px 0 0;
    color:#42526a;
    font-size:14px;
    line-height:1.65;
    font-weight:500;
}

.sm27-sidebar{
    width:100%;
    position:sticky;
    top:92px;
    display:grid;
    gap:18px;
}

.sm27-sidebar-box{
    padding:22px;
    border-radius:26px;
    background:rgba(255,255,255,.92);
    border:1px solid rgba(15,23,42,.075);
    box-shadow:0 22px 55px rgba(15,23,42,.10);
}

.sm27-sidebar-box h3{
    margin:0 0 15px;
    color:var(--sm27-dark);
    font-size:21px;
    line-height:1.25;
    font-weight:950;
    letter-spacing:-.03em;
}

.sm27-share-preview{
    margin:0 0 14px;
    overflow:hidden;
    border-radius:19px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.075);
    box-shadow:0 14px 30px rgba(15,23,42,.06);
}

.sm27-share-preview-media{
    width:100%;
    aspect-ratio:1200 / 630;
    overflow:hidden;
    background:#eef6ff;
}

.sm27-share-preview-media img{
    width:100%;
    height:100%;
    display:block;
    object-fit:cover;
    object-position:center center;
}

.sm27-share-preview-body{
    padding:14px 15px 15px;
}

.sm27-share-preview-body strong{
    display:block;
    color:var(--sm27-dark);
    font-size:15px;
    line-height:1.35;
    font-weight:900;
}

.sm27-share-preview-body p{
    margin:7px 0 8px;
    color:#42526a;
    font-size:13px;
    line-height:1.55;
    font-weight:500;
}

.sm27-share-preview-body small{
    display:block;
    color:#0b57d0;
    font-size:11.5px;
    line-height:1.3;
    font-weight:850;
    word-break:break-all;
}

.sm27-share-list{
    display:grid;
    gap:10px;
}

.sm27-share-btn{
    width:100%;
    min-height:47px;
    padding:0 14px;
    border:0;
    border-radius:15px;
    display:flex;
    align-items:center;
    justify-content:center;
    gap:8px;
    color:#ffffff!important;
    background:linear-gradient(135deg,#1a73e8 0%,#0b57d0 100%);
    box-shadow:0 13px 28px rgba(26,115,232,.20);
    font-size:15px;
    font-weight:900;
    text-decoration:none!important;
    cursor:pointer;
}

.sm27-share-btn.secondary{
    color:#0b57d0!important;
    background:#ffffff;
    border:1px solid rgba(66,133,244,.22);
    box-shadow:none;
}

.sm27-related-list{
    display:grid;
    gap:12px;
}

.sm27-related-card{
    display:flex;
    gap:12px;
    padding:11px;
    border-radius:17px;
    background:#ffffff;
    border:1px solid rgba(15,23,42,.07);
    transition:.22s ease;
}

.sm27-related-card:hover{
    transform:translateY(-3px);
    border-color:rgba(66,133,244,.20);
}

.sm27-related-img{
    width:88px;
    height:68px;
    flex:0 0 88px;
    overflow:hidden;
    border-radius:14px;
    background:#eef6ff;
}

.sm27-related-img a{
    width:100%;
    height:100%;
    display:flex;
    align-items:center;
    justify-content:center;
    color:#0b57d0;
    text-decoration:none!important;
    font-size:24px;
    font-weight:950;
}

.sm27-related-img img{
    width:100%;
    height:100%;
    object-fit:cover;
    display:block;
}

.sm27-related-body{
    min-width:0;
}

.sm27-related-body a{
    display:-webkit-box;
    -webkit-line-clamp:2;
    -webkit-box-orient:vertical;
    overflow:hidden;
    color:var(--sm27-dark)!important;
    text-decoration:none!important;
    font-size:14.2px;
    line-height:1.35;
    font-weight:850;
}

.sm27-related-body a:hover{
    color:#0b57d0!important;
}

.sm27-related-body span{
    display:block;
    margin-top:6px;
    color:#66758a;
    font-size:12px;
    font-weight:700;
}

@media(max-width:1200px){
    .sm27-blog-wrap{
        width:min(100% - 36px,1120px);
        padding:24px 0 54px;
    }

    .sm27-blog-grid{
        grid-template-columns:1fr;
    }

    .sm27-sidebar{
        position:relative;
        top:auto;
        grid-template-columns:repeat(2,minmax(0,1fr));
    }
}

@media(max-width:900px){
    .sm27-sidebar{
        grid-template-columns:1fr;
    }

    .sm27-blog-title{
        font-size:40px;
    }

    .sm27-cta-box{
        align-items:flex-start;
        flex-direction:column;
    }

    .sm27-cta-actions{
        justify-content:flex-start;
    }
}

@media(max-width:768px){
    .sm27-blog-detail{
        width:100vw;
    }

    .sm27-blog-wrap{
        width:100vw;
        max-width:100vw;
        padding:10px;
    }

    .sm27-blog-article{
        border-radius:24px;
    }

    .sm27-blog-hero{
        padding:22px 18px 22px;
    }

    .sm27-blog-body{
        padding:20px 18px 22px;
    }

    .sm27-blog-title{
        font-size:31px;
        line-height:1.12;
        letter-spacing:-.04em;
    }

    .sm27-blog-line{
        width:236px;
        height:4px;
        margin-bottom:18px;
    }

    .sm27-blog-lead{
        font-size:15.8px;
        line-height:1.72;
    }

    .sm27-blog-meta{
        display:grid;
        grid-template-columns:1fr 1fr;
        gap:8px;
    }

    .sm27-blog-meta span{
        width:auto;
        min-height:36px;
        padding:8px 10px;
        border-radius:14px;
        justify-content:flex-start;
        font-size:12.2px;
        line-height:1.3;
    }

    .sm27-featured-image{
        margin:0 18px;
        border-radius:18px;
    }

    .sm27-featured-image img{
        min-height:210px;
        max-height:360px;
    }

    .sm27-highlight-grid,
    .sm27-service-links-grid{
        grid-template-columns:1fr;
    }

    .sm27-content{
        font-size:16px;
        line-height:1.78;
    }

    .sm27-content h2{
        font-size:25px;
    }

    .sm27-content h3{
        font-size:21px;
    }

    .sm27-author-box{
        flex-direction:column;
        align-items:flex-start;
    }

    .sm27-sidebar-box{
        padding:18px;
        border-radius:22px;
    }
}

@media(max-width:480px){
    .sm27-blog-wrap{
        padding:8px;
    }

    .sm27-blog-hero,
    .sm27-blog-body{
        padding-left:16px;
        padding-right:16px;
    }

    .sm27-blog-title{
        font-size:28px;
    }

    .sm27-blog-meta{
        grid-template-columns:1fr;
    }

    .sm27-featured-image{
        margin:0 16px;
    }

    .sm27-related-img{
        width:78px;
        height:60px;
        flex-basis:78px;
    }

    .sm27-cta-actions,
    .sm27-cta-btn{
        width:100%;
    }
}
/* =========================================================
   SEO MAKİNESİ BLOG DETAY FONT FINAL
   Blog liste font yapısı ile aynı görünüm
   Dosya: assets/blog-detail.css EN ALT
========================================================= */

body.is-blog-detail,
body.is-blog-detail .sm27-blog-detail,
body.is-blog-detail .sm27-bd-fullscreen,
body.is-blog-detail .sm27-blog-body,
body.is-blog-detail .sm27-content,
body.is-blog-detail .sm27-sidebar,
body.is-blog-detail .sm27-faq-box,
body.is-blog-detail .sm27-cta-box{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
    -webkit-font-smoothing:antialiased!important;
    text-rendering:geometricPrecision!important;
}

/* H1 / Ana başlık */
body.is-blog-detail .sm27-blog-title,
body.is-blog-detail .sm27-bd-hero-copy h1{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
    font-weight:800!important;
    letter-spacing:-.055em!important;
    line-height:1.06!important;
    color:#111827!important;
}

/* Hero açıklama */
body.is-blog-detail .sm27-blog-lead{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
    font-weight:430!important;
    letter-spacing:-.01em!important;
    line-height:1.72!important;
    color:#475569!important;
}

/* İçerik başlıkları */
body.is-blog-detail .sm27-content h2,
body.is-blog-detail .sm27-content h3,
body.is-blog-detail .sm27-content h4,
body.is-blog-detail .sm27-faq-box h2,
body.is-blog-detail .sm27-faq-item h3,
body.is-blog-detail .sm27-sidebar-box h3,
body.is-blog-detail .sm27-cta-box strong{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
    color:#111827!important;
    font-weight:800!important;
    letter-spacing:-.045em!important;
}

/* İçerik H2 */
body.is-blog-detail .sm27-content h2{
    font-size:clamp(32px,2.8vw,46px)!important;
    line-height:1.14!important;
    margin:44px 0 18px!important;
}

/* İçerik H3 */
body.is-blog-detail .sm27-content h3{
    font-size:clamp(23px,2vw,32px)!important;
    line-height:1.2!important;
    margin:30px 0 14px!important;
    color:#0b57d0!important;
}

/* Paragraf ve liste yazıları */
body.is-blog-detail .sm27-content p,
body.is-blog-detail .sm27-content li,
body.is-blog-detail .sm27-blog-body p,
body.is-blog-detail .sm27-faq-item p,
body.is-blog-detail .sm27-sidebar-box p{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
    font-size:17.5px!important;
    line-height:1.78!important;
    font-weight:430!important;
    letter-spacing:-.006em!important;
    color:#475569!important;
}

/* Kalın yazılar */
body.is-blog-detail .sm27-content strong,
body.is-blog-detail .sm27-blog-body strong{
    font-weight:700!important;
    color:#111827!important;
}

/* Meta / küçük etiketler */
body.is-blog-detail .sm27-bd-kicker span,
body.is-blog-detail .sm27-bd-meta-grid span,
body.is-blog-detail .sm27-bd-meta-grid b,
body.is-blog-detail .sm27-breadcrumb,
body.is-blog-detail .sm27-breadcrumb a,
body.is-blog-detail .sm27-breadcrumb span{
    font-family:"Google Sans","Segoe UI",Inter,Roboto,Arial,Helvetica,sans-serif!important;
}

/* Mobilde başlık kaba durmasın */
@media(max-width:768px){
    body.is-blog-detail .sm27-blog-title,
    body.is-blog-detail .sm27-bd-hero-copy h1{
        font-size:34px!important;
        line-height:1.08!important;
        font-weight:800!important;
        letter-spacing:-.045em!important;
    }

    body.is-blog-detail .sm27-blog-lead{
        font-size:16px!important;
        line-height:1.68!important;
    }

    body.is-blog-detail .sm27-content h2{
        font-size:28px!important;
        line-height:1.16!important;
    }

    body.is-blog-detail .sm27-content p,
    body.is-blog-detail .sm27-content li,
    body.is-blog-detail .sm27-faq-item p{
        font-size:15.8px!important;
        line-height:1.72!important;
    }
}