/* ===============================
   RESET ASTRA CONTAINER (SINGLE POST ONLY)
================================ */
.single-post .ast-container {
    max-width: 100% !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
}

/* ===============================
   PAGE WRAPPER
================================ */
.full-width-single-wrapper {
    width: 100%;
    background: #ffffff;
    padding-top: 56px;
}

/* Inner page spacing (80px left & right) */
.page-inner-spacing {
    padding: 0 80px;
    box-sizing: border-box;
    background: #ffffff;
}

/* ===============================
   80 / 20 LAYOUT
================================ */
.split-layout-flex {
    display: flex;
    width: 100%;
    align-items: flex-start;
}

/* 80% Content */
.content-col-80 {
    width: 65%;
    background: #ffffff;
}

/* 20% Sidebar */
.sidebar-col-20 {
    width: 35%;
    background: #ffffff;
    padding-left: 40px;
    border-left: 1px solid #eeeeee;
}

/* ===============================
   FEATURED IMAGE
================================ */
.main-featured-wrapper {
    width: 100%;
    height: 700px;
    overflow: hidden;
    background: #ffffff;
}

.blog-hero-image-fixed {
    width: 100%;
    height: 700px;
    object-fit: contain;
    object-position: left center;
    background: #ffffff;
    display: block;
    border-radius: 30px;
}

/* ===============================
   CONTENT
================================ */
.content-inner-padding {
    padding: 60px 0;
    max-width: 1100px;
}

.post-header-box {
    background-color: #F6F6F6;
    border-radius: 21px;
    padding: 27px 22px; /* top-bottom 27px, left-right 22px */
    margin-bottom: 30px; /* spacing below box */
}

.post-header-box .post-main-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-style: normal; /* SemiBold represented by weight */
    font-size: 28px;
    color: #161616;
    margin-bottom: 15px; /* spacing between title and meta */
}

.post-header-box .post-meta-line {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal; /* Regular */
    font-size: 14px;
    color: #161616;
    display: flex;
    align-items: center;
    gap: 8px; /* space between author, separator, and date */
}

.post-meta-line .separator {
    color: #161616;
}

.post-main-title {
    font-family: 'Sora', sans-serif;
    font-size: 42px;
    font-weight: 600;
    line-height: 1.2;
    color: #141A28;
    margin-bottom: 12px;
}

.post-meta-line {
    font-family: 'Inter', sans-serif;
    font-size: 15px;
    color: #7E7F81;
    margin-bottom: 10px;
}

.post-entry-body {
    font-family: 'Inter', sans-serif;
    font-size: 18px;
    line-height: 1.8;
    color: #333333;
}

/* ===============================
   SIDEBAR
================================ */
.sidebar-inner {
    background: #ffffff;
}

.sidebar-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;          /* SemiBold */
    font-size: 23.97px;
    line-height: 1.3;
    color: #1B1B1F;

    margin-bottom: 25px;
    padding-bottom: 10px;
    border-bottom: none;
}

.recent-titles-only {
    list-style: none;
    padding: 0;
    margin: 0;
}

.recent-titles-only li {
    margin-bottom: 20px;
}

.recent-titles-only li a {
    font-family: 'Inter', sans-serif;
    font-weight: 600;          /* Semi Bold */
    font-size: 16px;
    line-height: 1.4;
    color: #1B1B1F;
    text-decoration: none;
    display: inline-block;
}

.recent-titles-only li a:hover {
    color: #173E83;
    font-size: 16px;
}

/* Share box container */
.sidebar-share-box {
    width: 100%;
    background-image: url("https://sidsamgroup.com/wp-content/uploads/2025/12/recent_blog_social_media_bg.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    border-radius: 13px;
    padding: 25px;
    margin-top: 20px;
}

/* Heading style */
.sidebar-share-box .share-heading {
    margin: 0 0 15px;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19.26px;
    color: #ffffff;
    line-height: 1.3;
}

/* Icons wrapper */
.sidebar-share-box .share-icons {
    display: flex;
    align-items: center;
}

/* Individual icon link */
.sidebar-share-box .share-icon {
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

/* Spacing between icons */
.sidebar-share-box .share-icon:not(:first-child) {
    margin-left: 15px;
}

/* Icon image size */
.sidebar-share-box .share-icon img {
    width: 30px;
    height: 30px;
    display: block;
}

.post-share-bottom {
    width: 100%;
    background: #114093 url("https://sidsamgroup.com/wp-content/uploads/2025/12/blog_social_media_bg-scaled.png")
        center / cover no-repeat;
    border-radius: 13px;
    padding: 25px;
    margin-top: 40px;
}

/* Inner flex container */
.post-share-bottom-inner {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

/* Heading */
.post-share-bottom-heading {
    margin: 0;
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-size: 19.26px;
    color: #ffffff;
    line-height: 1.3;
}

/* Icons container */
.post-share-bottom-icons {
    display: flex;
    align-items: center;
}

/* Individual icon spacing */
.post-share-bottom-icons .post-share-icon:not(:first-child) {
    margin-left: 15px;
}

/* Icon size */
.post-share-bottom-icons img {
    width: 30px;
    height: 30px;
    display: block;
}

/* Related Articles Section */
.related-articles-section {
    width: 100%;
}

.related-articles-heading {
    font-family: 'Sora', sans-serif;
    font-weight: 600; /* SemiBold */
    font-size: 32.36px;
    color: #1B1B1F;
    margin: 40px 0 20px;
}

/* Related Articles Row */
.related-articles-row {
    display: flex;
    gap: 20px; /* space between cards */
    flex-wrap: wrap; /* wrap on smaller screens */
}

/* Each Blog Card */
.related-article-card {
    background-color: #FDFDFD;
    border: 1.24px solid #F3F3F3;
    margin-bottom: 50px;
    box-shadow: 0px 9.32px 15.54px 0px #F0F0F0;
    border-radius: 25px;
    overflow: hidden; /* ensures radius applies to image */
    flex: 1;
    min-width: 250px; /* responsive */
    max-width: 32%; /* 3 in a row */
    transition: transform 0.3s ease;
}

.related-article-card:hover {
    transform: translateY(-5px); /* optional hover effect */
}

/* Link wrapper */
.related-article-link {
    display: block;
    text-decoration: none;
    color: inherit;
}

/* Blog Image */
.related-thumb img {
    width: calc(100% - 24px); /* subtract left + right margin */
    height: 333px; /* corrected from 3330px */
    object-fit: cover;
    border-radius: 4.58px;
    display: block;
    margin: 12px; /* adds 12px all around */
}

/* Blog Title */
.related-title {
    font-family: 'Sora', sans-serif;
    font-weight: 600;
    font-style: normal; /* SemiBold is weight, not style */
    font-size: 20.72px;
    color: #161616;
    padding: 15px;
    background: transparent; /* or use background-color if you want a block background */
}

/* Blog metadata below title */
.related-meta {
    font-family: 'Inter', sans-serif;
    font-weight: 400;
    font-style: normal; /* Regular */
    font-size: 17.39px;
    color: #161616;
    padding: 15px;
}


.post-share-divider {
    border: none;
    border-top: 1.2px solid #6C7880;
    margin-top: 80px;
    margin-bottom: 0;
    width: 100%;
}



/* ===============================
   RESPONSIVE
================================ */
@media (max-width: 1024px) {
    .split-layout-flex {
        flex-direction: column;
    }

    .content-col-80,
    .sidebar-col-20 {
        width: 100%;
    }

    .sidebar-col-20 {
        padding-left: 0;
        border-left: none;
        margin-top: 60px;
    }

    .main-featured-wrapper,
    .blog-hero-image-fixed {
        height: 400px;
    }

    .page-inner-spacing {
        padding: 0 20px;
    }
}

