/*-------------------------------
          PAGE-SINGLE
-------------------------------*/
.single_post {
    margin-top: -80px;
    background: linear-gradient(to bottom right, #FFFCEB, #EBFAFF);
}
.single_post .container {
    max-width: 800px;
    margin: 0 auto;
    padding: 200px 20px 50px 20px;
}
.single_post .post_title {
    font-size: 28px;
    font-weight: bold;
    margin-bottom: 10px;
}
.single_post_date {
    font-size: 14px;
    color: #666;
    margin-bottom: 20px;
}
.single_post .post {
    background: rgba(255, 255, 255, 0.6);
    padding: 16px;
    border-radius: 20px;
}
.post_thumbnail img {
    width: 100%;
    height: auto;
    border-radius: 8px;
    margin-bottom: 20px;
}
.single_post_content {
    font-size: 18px;
    line-height: 1.8;
}
.single_post .post_category {
    margin-top: 20px;
    font-size: 18px;
}
.single_post .category_label {
    background-color: #f0f0f0;
    color: #333;
    padding: 5px 10px;
    border-radius: 4px;
    font-size: 14px;
    margin-right: 5px;
}
.post_navigation {
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
.post_navigation a {
    text-decoration: none;
    color: #0073aa;
    font-weight: bold;
}
.post_navigation a:hover {
    text-decoration: underline;
}
.next_post a, .prev_post a{
    color: #FF8C00;
    font-size: 18px;
}