@charset "UTF-8";
/*
Theme Name: Yogandayurveda
*/ 
body {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
  color: #1f2933;
}

body {
  font-size: 16px;
  line-height: 1.8;
}

h1 {
  font-size: 2rem;
  line-height: 1.3;
}

h2 {
  font-size: 1.5rem;
  margin-top: 3rem;
}

h3 {
  font-size: 1.2rem;
  margin-top: 2rem;
}

.post-content {
  font-size: 1.05rem;
  line-height: 1.8;
}

.post-content h2 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
}

.post-content h3 {
  margin-top: 2rem;
  margin-bottom: 0.75rem;
}

.post-content p {
  margin-bottom: 1.25rem;
}

.post-content ul,
.post-content ol {
  margin-bottom: 1.25rem;
  padding-left: 1.2rem;
}

.post-content a {
  text-decoration: underline;
}

.post-content img {
  max-width: 100%;
  height: auto;
  margin: 1.5rem 0;
}


.post-content .accordion h3 {
      margin-top: 0px;  
     margin-bottom:  0px;  
}

.post-content .accordion p {
    margin-bottom: 0px !important;
}