/*
Theme Name: Hello Elementor Child
Theme URI: https://auravedantahealingcentre.com
Description: Child Theme for Hello Elementor
Author: Aura Vedanta Healing Centre
Template: hello-elementor
Version: 1.0
Text Domain: hello-elementor-child
*/

.avhc-single-wrapper {
  background: #faf7f0;
  padding: 60px 20px;
}

.avhc-container {
  max-width: 1200px;
  margin: auto;
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 35px;
}

.avhc-content {
  background: #ffffff;
  padding: 35px;
  border-radius: 18px;
  box-shadow: 0 10px 30px rgba(0,0,0,0.06);
}

.avhc-featured-img img {
  width: 100%;
  border-radius: 16px;
  margin-bottom: 25px;
}

.avhc-title {
  font-size: 42px;
  line-height: 1.2;
  color: #3b2f2f;
  margin-bottom: 10px;
}

.avhc-meta {
  color: #8a6f4d;
  font-size: 14px;
  margin-bottom: 25px;
}

.avhc-post-content {
  font-size: 18px;
  line-height: 1.8;
  color: #444;
}

.avhc-post-content h2,
.avhc-post-content h3 {
  color: #6b4f2a;
  margin-top: 30px;
}

.avhc-tags a {
  display: inline-block;
  background: #efe3cf;
  color: #6b4f2a;
  padding: 8px 14px;
  border-radius: 30px;
  margin: 5px;
  font-size: 14px;
}

.avhc-sidebar-box {
  background: #ffffff;
  padding: 25px;
  border-radius: 18px;
  margin-bottom: 25px;
  box-shadow: 0 10px 25px rgba(0,0,0,0.05);
}

.avhc-sidebar-box h3 {
  color: #3b2f2f;
  font-size: 22px;
  margin-bottom: 15px;
}

.avhc-sidebar-box ul {
  list-style: none;
  padding: 0;
}

.avhc-sidebar-box li {
  margin-bottom: 12px;
}

.avhc-sidebar-box a {
  color: #6b4f2a;
  text-decoration: none;
}

.avhc-cta {
  background: linear-gradient(135deg, #7b5e34, #c9a45c);
  color: #fff;
}

.avhc-cta h3,
.avhc-cta p {
  color: #fff;
}

.avhc-cta a {
  display: inline-block;
  background: #fff;
  color: #7b5e34;
  padding: 12px 20px;
  border-radius: 30px;
  font-weight: 600;
  margin-top: 10px;
}

@media(max-width: 768px) {
  .avhc-container {
    grid-template-columns: 1fr;
  }

  .avhc-title {
    font-size: 30px;
  }

  .avhc-content {
    padding: 22px;
  }
}