﻿/* Featured Post Section */
.featured-post-section {
  margin: 40px 0 60px 0;
}

.featured-post {
  display: block;
  text-decoration: none;
  color: inherit;
  background: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.featured-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.15);
}

.featured-image {
  width: 100%;
  height: auto;
  display: block;
}

.featured-post h2 {
  font-size: 2rem;
  margin: 20px;
}

.featured-post p {
  font-size: 1.1rem;
  margin: 0 20px 20px 20px;
  color: #555;
}

.featured-category {
  display: inline-block;
  font-size: 0.75rem;
  background: #d80000;
  color: white;
  padding: 5px 12px;
  border-radius: 20px;
  margin: 20px 20px 0 20px;
  text-transform: uppercase;
  letter-spacing: 0.5px;
}

/* Blog Cards — Main Feed Tweaks */
.ast-article-post {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 2px 10px rgba(0,0,0,0.08);
  transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.ast-article-post:hover {
  transform: translateY(-5px);
  box-shadow: 0 8px 20px rgba(0,0,0,0.12);
}

.ast-article-post img {
  border-radius: 0;
}
/* Hide Astra's built-in author bio box, if present */
.ast-author-box,
.author-info,
.author-box {
  display: none !important;
}
.author-bio {
  display: none !important;
}


.elementor-post__title a {
  color: #111;
  font-weight: 700;
  text-decoration: none;
}

.elementor-post__meta-data {
  text-transform: uppercase;
  font-size: 12px;
  color: #c8102e;
  margin-bottom: 5px;
}
.elementor-post__title a {
  font-size: 20px;
  font-weight: 700;
  color: #111;
  text-decoration: none;
}
.elementor-post__meta-data {
  text-transform: uppercase;
  font-size: 12px;
  color: #c8102e;
  margin-bottom: 5px;
  font-weight: 600;
}
.elementor-post {
  padding: 20px;
}
.elementor-post__thumbnail img {
  height: 200px;
  object-fit: cover;
  width: 100%;
}
@media (max-width: 768px) {
  .elementor-post__title a {
    font-size: 18px;
  }
}
.single-post .site-content, 
.single-post .content-area, 
.single-post .container, 
.single-post .elementor-section {
  max-width: 100% !important;
  width: 100% !important;
  padding: 0 !important;
}
