/* BLDS Pattern Update v1.4.6 - subcategory and related-resource helper styles */

/*
BLDS Subcategory Page Lock-In v1.4.6
Keeps the approved Free Resources-style hero frame, tightens hero spacing,
and styles the Best Value Bundles panel.
*/

.blds-page-hero-delight {
  padding-bottom: clamp(22px, 3vw, 36px) !important;
  margin-bottom: 0 !important;
}

.blds-page-hero-delight + .blds-standard-resource-section,
.blds-standard-resource-section {
  padding-top: clamp(22px, 3vw, 34px) !important;
}

.blds-page-hero-delight .wp-block-buttons:empty {
  display: none !important;
}

/* Best value bundle panel */
.blds-best-value-bundles-panel {
  background: linear-gradient(135deg, #F6F2F8 0%, #FFFFFF 78%) !important;
  border: 2px solid var(--blds-primary-200,#D6C5DF) !important;
  border-radius: 30px !important;
  box-shadow: 0 16px 34px rgba(67,45,80,.10) !important;
  padding: clamp(22px, 3vw, 34px) !important;
  margin: clamp(24px, 3vw, 36px) 0 clamp(30px, 4vw, 48px) !important;
}

.blds-best-value-bundles-panel .blds-auto-slot-standard-bundle-section-heading {
  display: inline-flex !important;
  align-items: center !important;
  gap: 10px !important;
  background: var(--blds-primary-700,#745285) !important;
  color: #fff !important;
  border-radius: 999px !important;
  padding: 10px 22px !important;
  box-shadow: 0 10px 22px rgba(67,45,80,.16) !important;
  letter-spacing: .01em !important;
  margin-top: 0 !important;
  margin-bottom: clamp(16px, 2vw, 22px) !important;
}

.blds-best-value-bundles-panel .blds-auto-slot-standard-bundle-section-heading::before {
  content: "★";
  display: inline-flex;
  width: 26px;
  height: 26px;
  align-items: center;
  justify-content: center;
  border-radius: 999px;
  background: rgba(255,255,255,.22);
  font-family: "Century Gothic", Poppins, Arial, sans-serif;
  font-size: .85em;
}

.blds-best-value-bundles-panel .blds-standard-bundle-card {
  padding: clamp(12px, 1.6vw, 18px) !important;
}

.blds-best-value-bundles-panel .blds-standard-bundle-card .blds-resource-card__preview {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  margin: 0 0 16px !important;
}

.blds-best-value-bundles-panel .blds-standard-bundle-card .blds-resource-card__preview img {
  display: block !important;
  width: 100% !important;
  max-width: 100% !important;
  height: auto !important;
}

.blds-auto-standard-bundle-column--spacer .blds-grid-spacer,
.blds-related-resource-column--spacer .blds-grid-spacer {
  min-height: 1px;
}

/* Keep cards visually separated below the bundle panel. */
.blds-standard-resource-section .blds-auto-repeater-standard-resources {
  margin-top: clamp(18px, 2vw, 26px) !important;
}

/* BLDS Related Resources one-third width helper */
.blds-related-resource-columns {
  align-items: stretch;
}
.blds-related-resource-column--spacer .blds-grid-spacer {
  min-height: 1px;
}
.blds-standard-related-card__body {
  padding: 18px 22px 24px !important;
}
.blds-standard-related-card__body > *:first-child {
  margin-top: 0 !important;
}
.blds-standard-related-card__body > *:last-child {
  margin-bottom: 0 !important;
}
.blds-standard-related-card__body .wp-block-buttons {
  margin-top: 16px;
}
