/*
Theme Name: Nepal Cooking School Heading Architecture
Description: Reversible heading and content rendering corrections for the cookingschool theme.
Template: cookingschool
Version: 1.0.0
Text Domain: cookingschool-heading
*/

/* Title styling for the existing content and listing layouts. */
.area-title > h1.entry-title,
.blog-box > h1.entry-title,
.heading > h1.entry-title,
.news .area-title > h1.page-title {
  font-size: 2rem;
}
.heading h1 {
  text-transform: uppercase;
  font-weight: 800;
  display: inline-block;
  position: relative;
  margin-bottom: 0;
}

/* Page listings have H2 cards, while homepage cards remain H3 below their section H2. */
.classes-list .listing-title,
.recipe-list .listing-title,
.quick_enquiry h2 {
  font-size: 1.75rem;
}

.recipe-summary {
  margin-bottom: 1rem;
}

/* Preserve the parent's published Customizer CSS across the theme switch. */
.google-maps {
  position: relative;
  padding-bottom: 75%;
  height: 0;
  overflow: hidden;
}
.google-maps iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
}

.home .banner {
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
}

.single-class .contact-de #text-10 {
  display: flow-root;
}

.single-class .contact-de #text-6 .textwidget {
  overflow-wrap: anywhere;
}

@media (max-width: 991px) {
  .single-class .quick_enquiry h2::after,
  .single-class .contact-de h2::after {
    display: none;
  }
}

/* Restore markers only within rendered article content. */
.entry-content ul,
.entry-content ol {
  margin-left: 0;
  padding-left: 1.5rem;
}
.entry-content ul {
  list-style-type: disc;
}
.entry-content ul > li {
  list-style-type: disc;
}
.entry-content ul ul {
  list-style-type: circle;
}
.entry-content ul ul > li {
  list-style-type: circle;
}
.entry-content ol {
  list-style-type: decimal;
}
.entry-content ol > li {
  list-style-type: decimal;
}
