/*
Theme Name: Astra Child
Theme URI: https://yourwebsite.com/
Description: Child theme for the Astra theme
Author: Your Name
Author URI: https://yourwebsite.com/
Template: astra
Version: 1.0.0
*/

/* You can add your custom CSS below */


.custom-hero {
  background: #000;
  color: #fff;
  padding: 80px 40px;
  text-align: center;
}

.custom-posts {
  padding: 40px;
}

.post-grid {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}

.post-card {
  padding: 0px 20px;
  border-radius: 10px;
  flex: 1 1 30%;
}

.top-section {
    display: flex; gap: 20px; flex-wrap: wrap;
    padding-right: 20px;
    width: 70%;
}

.category-posts {
    margin-top: 0px;
    width: 30%;
}

.category-posts h2 {
    font-size: 16px;
}

.section01 {
    display: flex;
    flex-direction: row;
    gap: 20px;
    padding: 20px;
}
.section01 .post-card {
  padding: 0px 20px;
  border-radius: 8px;
}

.section01 .post-row img {
  border-radius: 6px;
}

.section01 h3, .section01 h4 {
  margin: 0 0 10px;
  font-size: 16px;
  margin: 15px 0px 15px 0px;
}

.latest-posts p {
  font-size: 14px;
  
  margin-top: 0px;
  margin-bottom: 0px;
  font-weight: 500;
  line-height: 20px;
}

.thumbnail-1280 {
  width: 100%;
  max-width: 1280px;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  display: block;
}

.thumb_div {
    
    width: 200px;
}

.thumb_div2 {
    
    width: 160px;
}

.section-heading {
  display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
    border-bottom: 1px solid #dfdfdf;
    padding-bottom: 10px;
}

.section-heading h2 {
  margin: 0;
  font-size: 20px;
}

.arrow-icon {
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #007bff; /* change as needed */
  color: white;
  border-radius: 50%;
  font-weight: bold;
  font-size: 18px;
  box-shadow: 0 2px 5px rgba(0,0,0,0.2);
}




.featured-post {
    flex: 1;
}

@media screen and (max-width: 500px) {
    .section01 {
        flex-direction: column;
    }
    
    .latest-posts p {
  font-size: 12px;
  
  line-height: 18px;
}
    
    
    .top-section {
        width: 100%;
        padding-right: 0px;
        flex-direction: column;
    }
    
    .category-posts {
        width: 100%;
    }
    
    .thumb_div {
    
    width: 140px;
}

.thumb_div2 {
    
    width: 150px;
}

.featured-post {
    flex: -1;
    padding-bottom: 20px;
        border-bottom: 1px solid #e1e1e1;
}

.section01 .post-card {
    padding: 0px 0px;
    
}

.top-section .featured-post p {
      font-size: 12px;
  color: gray;
  line-height: 18px;
}

.category-posts {
    font-size:13px;
    line-height: 20px;
}

    
    
}


