.elementor-kit-6{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;background-color:#121212;}.elementor-kit-6 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Apply styles only to the 'simple-modern' recipe template */
.wprm-template-simple-modern .wprm-recipe-container {
  background-color: #1e1e1e !important;
  color: #f5f5f5 !important;
  font-family: 'Inter', sans-serif;
  border-radius: 12px;
  padding: 2rem;
  box-shadow: 0 6px 20px rgba(0,0,0,0.35);
  margin: 2rem 0;
}

/* Main headings (Ingredients, Instructions, etc.) */
.wprm-template-simple-modern .wprm-recipe-header,
.wprm-template-simple-modern .wprm-recipe-ingredients-header,
.wprm-template-simple-modern .wprm-recipe-instructions-header,
.wprm-template-simple-modern .wprm-recipe-notes-header {
  font-size: 1.5rem;
  color: #ffd700 !important;
  border-bottom: none !important;
  margin-top: 2rem;
}

/* Subheadings (e.g., 'Base Chili', 'Meatball Topping') */
.wprm-template-simple-modern .wprm-recipe-group-name {
  font-size: 1.25rem;
  color: #ff9900;
  font-weight: 600;
  margin: 1.5rem 0 1rem;
}

/* Ingredient & instruction items */
.wprm-template-simple-modern .wprm-recipe-ingredient,
.wprm-template-simple-modern .wprm-recipe-instruction {
  background: rgba(255, 255, 255, 0.05);
  padding: 0.75rem 1rem;
  margin-bottom: 0.5rem;
  border-left: none !important;
  border-bottom: none !important;
  border-radius: 6px;
  color: #f5f5f5 !important;
}

/* Remove vertical line from instructions */
.wprm-template-simple-modern .wprm-recipe-instruction-number {
  color: #ffd700;
  font-weight: bold;
  margin-right: 0.5rem;
}

/* Notes */
.wprm-template-simple-modern .wprm-recipe-notes {
  background-color: rgba(255, 255, 255, 0.05);
  color: #ccc;
  padding: 1rem;
  margin-top: 2rem;
  border-radius: 8px;
  border: none;
}

/* Meta info: servings, times, etc. */
.wprm-template-simple-modern .wprm-recipe-time,
.wprm-template-simple-modern .wprm-recipe-servings,
.wprm-template-simple-modern .wprm-recipe-details {
  color: #bbb;
  font-size: 0.9rem;
}

/* Responsive fixes */
@media (max-width: 768px) {
  .wprm-template-simple-modern .wprm-recipe-container {
    padding: 1.25rem;
  }

  .wprm-template-simple-modern .wprm-recipe-header {
    font-size: 1.25rem;
  }
}



/* Force square image container */
.accessory-thumbnail-wrapper {
  width: 100%;
  aspect-ratio: 1 / 1;
  overflow: hidden;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #111; /* Optional */
}

/* Featured image fills the square and crops */
.accessory-thumbnail-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;   /* This now works because width+height are explicitly set */
  display: block;
}

.recipe-filter-bar {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-bottom: 2rem;
  justify-content: flex-start;
}

.recipe-filter-bar .filter-btn {
  padding: 0.4rem 0.9rem;             /* ↓ Less vertical space */
  background-color: #f7f7f7;
  color: #222;
  text-decoration: none !important;
  border: 1px solid #ccc;
  border-radius: 6px;                 /* ↓ Less pill-like */
  font-weight: 500;
  font-size: 0.9rem;
  transition: all 0.25s ease;
  box-shadow: 0 1px 2px rgba(0,0,0,0.05);
}

.recipe-filter-bar .filter-btn:hover {
  background-color: #eaeaea;
  border-color: #999;
  color: #000;
}

.recipe-filter-bar .filter-btn.active {
  background-color: #333;
  color: #fff;
  border-color: #333;
  box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}/* End custom CSS */