/*
Theme Name:astra Child
Theme URI: https://wpastra.com/
Author: KodeKult
Author URI:  https://kodekult.com/
Description: This is a child theme of Astara
Version: 3.9.2
Template: astra
Text Domain:  astra-child
*/

/* 
.custom-blog-layout {
    display: flex;
    flex-direction: column;
    gap: 60px;
    padding: 60px 20px;
}

.custom-post {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 500px;
    color: white;
    overflow: hidden;
    border-radius: 20px;
}

.custom-post-bg {
    position: absolute;
    top: 0; left: 0;
    width: 100%; height: 100%;
    background-size: cover;
    background-position: center;
    opacity: 0.2;
    z-index: 1;
}

.custom-post-content {
    position: relative;
    z-index: 2;
    max-width: 800px;
    text-align: left;
    padding: 2rem;
    background-color: rgba(0, 0, 0, 0.5);
    border-radius: 20px;
}

.custom-meta span.custom-category {
    background: white;
    color: black;
    font-size: 12px;
    margin-right: 5px;
    padding: 4px 10px;
    border-radius: 20px;
    display: inline-block;
}

.custom-tags span {
    margin-right: 5px;
    font-size: 14px;
    color: #ccc;
}

.custom-author {
    display: flex;
    align-items: center;
    margin-top: 15px;
    gap: 10px;
}

.author-avatar {
    border-radius: 50%;
    width: 40px;
    height: 40px;
}

.read-more {
    display: inline-block;
    margin-top: 20px;
    background: #fff;
    color: #000;
    padding: 10px 20px;
    border-radius: 999px;
    text-decoration: none;
    font-weight: bold;
} */


#blog-filter-form {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-bottom: 20px;
}
#blog-filter-form select,
#blog-filter-form input {
    padding: 8px;
}
.blog-post-item {
    padding: 15px;
    border-bottom: 1px solid #ccc;
}
