/*
Theme Name: Divi Child
Theme URI: http://www.elegantthemes.com/gallery/divi/
Template: Divi
Author: Elegant Themes
Author URI: http://www.elegantthemes.com
Description: Smart. Flexible. Beautiful. Divi is the most powerful theme in our collection.
Version: 4.27.4.1770915987
Updated: 2026-02-12 12:06:27
*/

/* ============================= */
/* Global Product Panel Styling  */
/* ============================= */

/* Accent Color */
:root {
  --osage-accent: #d88a1a;
}

/* Main Product Panel Wrapper */
.gh-product-panel {
  font-size: 0.9rem;
  line-height: 1.45;
  color: #333333;
  max-width: 420px;
}

.gh-product-panel p {
  margin: 0 0 0.4em 0;
}

/* Heading */
.gh-product-heading {
  margin: 0 0 0.2em 0;
  font-size: 1.2rem;
  font-weight: 700;
}

/* Rating Summary */
.product-rating-summary {
  margin: 0 0 0.6em 0;
  text-align: right;
  font-size: 0.85em;
}

.product-rating-summary .stars {
  color: #ffc107;
  margin-right: 4px;
}

/* Stock Badge */
.stock-badge {
  display: inline-block;
  padding: 1px 9px;
  margin-left: 6px;
  border-radius: 999px;
  background-color: #2e7d32;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: 700;
}

/* Length / Thickness lines */
.bf-line {
  margin: 0.05em 0;
}

.bf-line i {
  margin-right: 4px;
  color: #555555;
}

/* Section Titles */
.section-title {
  margin-top: 0.9em;
  margin-bottom: 0.15em;
  font-weight: 600;
  color: var(--osage-accent);
  font-size: 0.9rem;
}

.section-title i {
  margin-right: 6px;
  color: var(--osage-accent);
}

/* Specifications & Uses Lists */
.specifications ul,
.uses ul {
  margin: 0 0 0.45em 1.2em;
  padding: 0;
}

.specifications li,
.uses li {
  margin-bottom: 0.15em;
}

/* Icon Styling */
.icon {
  margin-right: 6px;
  color: var(--osage-accent);
}

/* Optional Spec Grid (for future structured output) */
.mc-specs {
  margin: 24px 0;
}

.mc-spec-row {
  display: flex;
  gap: 12px;
  padding: 8px 0;
  border-bottom: 1px solid #eee;
}

.mc-spec-label {
  font-weight: 600;
  min-width: 140px;
}

.mc-spec-value {
  flex: 1;
}

/* Clean up Woo spacing slightly */
.summary.entry-summary h2 {
  margin-top: 20px;
}

/* Improve spacing for custom panel under summary */
.summary .gh-product-panel {
  margin-top: 20px;
}
