/*
Theme Name: Kadence Child
Theme URI: https://www.kadencewp.com/
Description: Child theme for the Kadence theme
Author: CookJunkie
Author URI: https://cookjunkie.com
Template: kadence
Version: 1.0.0
*/

/* === CookJunkie Recipe Styling === */
/* === Frontend Styles for CookJunkie Recipes === */

.cjri-recipe-container {
  max-width: 800px;
  margin: 0 auto;
  padding: 24px;
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 4px 12px rgba(0,0,0,0.06);
  font-family: "Segoe UI", sans-serif;
  color: #333;
}

.cjri-recipe-container h2 {
  margin-top: 0;
  font-size: 28px;
  border-bottom: 2px solid #29aabd;
  padding-bottom: 6px;
}

.cjri-servings-control {
  margin: 20px 0;
}

#cjri-servings-slider {
  width: 100%;
  margin-top: 6px;
}

#cjri-servings-value {
  font-weight: bold;
  color: #29aabd;
  padding-left: 5px;
}

.cjri-ingredients-list {
  list-style-type: none;
  padding: 0;
}

.cjri-ingredient {
  margin-bottom: 8px;
  padding: 8px 12px;
  background-color: #f9f9f9;
  border-radius: 4px;
  font-size: 16px;
  line-height: 1.5;
}

.cjri-instructions {
  margin-top: 30px;
  line-height: 1.7;
}

.cjri-meta {
  font-size: 14px;
  color: #777;
  margin-top: 16px;
}

