﻿.sa-page-content {
    margin-top:30px;
}

.entry-content h2 {

    font-size:28px;
}

.entry-thumbnail {
    height: 240px;
}


    .entry-thumbnail img {
        object-fit:fill !important;
        width: 100%;
        height: 100%;
    
    }

 .header-img {
    border-radius: 12px 12px 0 0 !important;
}


.post-inner-image {
    margin: 0px;
}

.sky-news-content-section {
    padding: 0px 0;

}

.post-gallery-div {
    margin:40px !important;
}

.sky-news-content-wrap {
    overflow: hidden;
    border: 1px solid #e1e7f0;
    border-radius: 26px;
    background: #fff;
}

.sky-news-content-image {
    width: 100%;
    height: 430px;
    background: #dfe6ef;
    overflow: hidden;
}

    .sky-news-content-image img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        display: block;
    }

/* Content alanı */
.sky-news-content-body {
    max-width: 920px;
    margin: 0 auto;
    font-size:16px;
   
}

    /* Senin content içinden gelen article */
    .sky-news-content-body article {
        color: #3f4857;
    }

        /* Content içinden gelen h2 */
        .sky-news-content-body article h2 {
            margin: 0 0 24px;
            color: #20242c;
            font-size: 22px;
            font-weight: 650;
            line-height: 1.18;
            letter-spacing: -0.04em;
        }

        /* Content içinden gelen paragraf */
        .sky-news-content-body article p {
            margin: 0 0 22px;
            color: #4f5d73;
            font-size: 16px;
            font-weight: 400;
            line-height: 1.9;
        }

        /* Content içinden gelen h3 */
        .sky-news-content-body article h3 {
            position: relative;
            margin: 42px 0 18px;
            padding-left: 18px;
            color: #20242c;
            font-size: 22px;
            font-weight: 650;
            line-height: 1.3;
            letter-spacing: -0.03em;
        }

            .sky-news-content-body article h3::before {
                content: "";
                position: absolute;
                left: 0;
                top: 7px;
                width: 5px;
                height: 24px;
                border-radius: 999px;
                background: #be173c;
            }

/* Responsive */
@media (max-width: 991.98px) {
    .sky-news-content-image {
        height: 340px;
    }

    .sky-news-content-body article h2 {
        font-size: 32px;
    }
}

@media (max-width: 575.98px) {
    .sky-news-content-section {
        padding: 42px 0;
    }

    .sky-news-content-wrap {
        border-radius: 20px;
    }

    .sky-news-content-image {
        height: 230px;
    }

    .sky-news-content-body {
        padding: 32px 22px 40px;
    }

        .sky-news-content-body article h2 {
            font-size: 26px;
        }

        .sky-news-content-body article h3 {
            font-size: 21px;
        }

        .sky-news-content-body article p {
            font-size: 15px;
            line-height: 1.8;
        }
}


/***********EDITOR PANEL*************************/
.sky-author-card-section {
    background: #f7f8fa;
}

.sky-author-card {
    max-width: 980px;
    margin: 0 auto;
    background: #fff;

    border-radius: 14px;


    display: grid;
    grid-template-columns: 1.55fr .95fr;
    gap: 28px;
}

.sky-author-left {
    display: flex;
    align-items: center;
    gap: 24px;
}

.sky-author-photo {
    width: 116px;
    height: 116px;
    border-radius: 50%;
    padding: 5px;
    border: 1px solid rgba(15, 23, 42, .18);
    flex: 0 0 116px;
}

    .sky-author-photo img {
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 50%;
    }

.sky-author-info h3 {
    margin: 0;
    color: #101d34;
    font-size: 15px;
    line-height: 1.05;
    font-weight: 800;
    letter-spacing: -.03em;
}

.sky-author-info span {
    display: block;
    margin-top: 5px;
    color: #f9322c;
    font-size: 14px;
    font-weight: 500;
}

.sky-author-line {
    width: 100%;
    height: 1px;
    background: rgba(15, 23, 42, .14);
    margin: 14px 0 12px;
}

.sky-author-social {
    display: flex;
    align-items: center;
    gap: 15px;
}

    .sky-author-social a {
        color: #101d34;
        font-size: 16px;
        text-decoration: none;
        position: relative;
    }

        .sky-author-social a:not(:last-child)::after {
            content: "";
            position: absolute;
            right: -9px;
            top: 3px;
            width: 1px;
            height: 20px;
            background: rgba(15, 23, 42, .18);
        }

.sky-author-right {
    border-left: 1px solid rgba(15, 23, 42, .14);
    padding-left: 30px;
}

.sky-author-title {
    color: #606875;
    font-size: 12px;
    font-weight: 800;
    padding-bottom: 8px;
    position: relative;
}

    .sky-author-title::after {
        content: "";
        position: absolute;
        left: 0;
        bottom: 2px;
        width: 54px;
        height: 2px;
        background: #f9322c;
    }

.sky-author-signature {
    margin-top: 16px;
    color: #101d34;
    font-family: "Segoe Script", "Brush Script MT", cursive;
    font-size: 18px;
    line-height: 1.1;
    white-space: nowrap;
}

.sky-author-share-title {
    color: #606875;
    font-size: 15px;
    font-weight: 800;
    margin-bottom: 10px;
}

.sky-author-share {
    display: flex;
    gap: 10px;
}

    .sky-author-share a {
        width: 30px;
        height: 30px;
        border-radius: 50%;
        border: 1px solid rgba(15, 23, 42, .16);
        color: #101d34;
        display: inline-flex;
        align-items: center;
        justify-content: center;
        text-decoration: none;
        font-size: 16px;
    }

        .sky-author-social a:hover,
        .sky-author-share a:hover {
            color: #f9322c;
        }

@media (max-width: 768px) {
    .sky-author-card {
        grid-template-columns: 1fr;
    }

    .sky-author-right {
        border-left: 0;
        border-top: 1px solid rgba(15, 23, 42, .14);
        padding-left: 0;
        padding-top: 20px;
    }
}




/*EDITOR RED line SIGNATURE*/
.sky-slogan-section {
    padding-top: 16px;
    background: #fff;
}

.sky-slogan-box {
    display: flex;
    align-items: center;
    gap: 10px;
}

/* 🔴 YATAY KIRMIZI ÇİZGİ */
.sky-slogan-line {
    width: 8px;
    height: 2px;
    background: #FF0101;
    display: inline-block;
}

/* ✍️ SLOGAN */
.sky-slogan-text {
    font-size: 16px !important;
    font-weight: 500;
    color: #606875 !important;
    line-height: 1.2;
    margin: 0;
}


