.single .wp-block-image {
    width: 600px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 75px;
    margin-bottom: 50px;

}
.news .recent-posts-grid {
    padding: 0px !important;
}

.news .recent-posts-container {
    margin-top: 50px !important;
}
.news .recent-posts-title {
    margin-left: 0px !important;
    font-size: 16px !important;
}
@media (max-width: 1600px) {
    
}


@media (max-width: 1015px) {
    .news .recent-post-item .post-thumbnail img {
        height: 240px;
    }
    .single .wp-block-image {
        width: 100% !important;
    }
    .breadcrumbs {
        padding-top: 130px !important;
    }
}
.single .wp-block-image img {
    margin-left: auto;
    margin-right: auto;
}
.single {
    width: 800px;
    margin-top: 75px;
    padding-left: 0px;
    font-family: "Pretendard", sans-serif;
}
.has-medium-font-size {
    margin-bottom: 5px;
}
.posttitle {

}
.main-spacer {
    position: relative;

}

.breadcrumbs {
    display: flex;
    gap: 5px;
    font-size: 12px;
    font-family: 'Pretendard';
    font-weight: 300 !important;
    width: 800px;
    margin-left: auto;
    padding-top: 170px;
    margin-right: auto;
}

.recent-posts-container {
    width: fit-content;
    margin: 120px auto 120px auto
}

.recent-posts-title {
    color: var(--primary-black);
    font-family: "Pretendard", sans-serif;
    font-size: 32px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.3;
    margin-bottom: 20px;
}

.recent-posts-grid {
    display: grid;
    width: fit-content;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;

}
@media (max-width: 1015px) {
    .recent-posts-grid {
        grid-template-columns: 1fr;
    }
}

.recent-post-item {

    max-width: 492px;
}
.recent-post-item .post-thumbnail img {
    height: 300px;
}
.recent-post-item .posttitle {
    color: var(--primary-black);
    font-family: "Pretendard", sans-serif;
    font-size: 28px;
    font-style: normal;
    font-weight: 500;
    line-height: 1.3;
    margin-left: 10px;
    margin-bottom: 10px;
}

.recent-post-item .excerpt {
    font-size: 18px;
    color: var(--primary-black);
    font-family: "Pretendard", sans-serif;
    font-style: normal;
    font-weight: 300;
    line-height: calc(16 / 10 * 1em);
    margin-left: 10px;
    width: fit-content;
}

::marker {
    display: none;
}

.post-navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 75px;
}

.nav-link {
    font-size: 18px;
    color: var(--primary-black);
    font-family: "Pretendard", sans-serif;
    font-weight: 300;
    line-height: calc(16 / 10 * 1em);
    text-decoration: none;
}

.nav-link.disabled {
    color: #ccc; /* Faded color */
    pointer-events: none; /* Make it non-clickable */
}
.nav-link.previous-post svg {
    margin-right: 10px;
}

.nav-link.next-post svg {
    margin-left: 10px;
}

.nav-link.next-post {
    
    display: flex;
    align-items: center;

}
.nav-link.previous-post {
    
    display: flex;
    align-items: center;

}
.nav-link svg {
    fill: currentColor; /* Ensures the SVG arrow inherits the text color */
}

.social-sharing-buttons {
    margin-top: 20px;
}

.social-sharing-buttons button {
    color: var(--primary-black);
    border: none;
    border-radius: 5px;
    margin-top: 30px;
    cursor: pointer;
    display: inline-block;
    margin-right: 10px;
}

.social-sharing-buttons button i {
    margin-right: 5px;
}

.social-sharing-buttons img {
    vertical-align: middle;
}

@media (max-width: 1015px) {   
    .recent-posts-title {
        margin: 15px;
    }
    .recent-posts-grid {
        padding: 0 15px !important;
    }
    .recent-post-item .posttitle {
        margin-left: 0px !important;
        margin-bottom: 15px !important;
    }
    .posttitle {
        margin-bottom: 15px !important;
    }
}
