/* =====================================================
   DIGITALENT – COURSE HEADER (WooCommerce)
   Shortcode: [digitalent_program_header]

   TYPOGRAFIE PODLE TABULKY (Figma)

   Large:
   - H1: Neuf (Taille Douce), 22px, AUTO, letter-spacing 20%
   - H3: Neuf (Taille Douce), 16px, AUTO, letter-spacing 10%

   Small (<=768px):
   - H1: 18px, line-height 120%, letter-spacing 20%
   - H3: 14px
   ===================================================== */

#top .digitalent-program-header{
  margin: 0 0 28px 0;
}

/* Categories (orange, H3) */
#top .digitalent-program-cats{
  color: #FF5107;
  font-family: "Neuf", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;      /* AUTO */
  letter-spacing: 0.10em;   /* 10% */
  text-transform: uppercase;
  margin: 0 0 12px 0;
}

/* Title (H1) */
#top .digitalent-program-title{
  color: #5C1F00;
  font-family: "Neuf", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: normal;      /* AUTO */
  letter-spacing: 0.20em;   /* 20% */
  text-transform: uppercase;
  margin: 0 0 14px 0;
}

/* Subtitle (Body / Onest) */
#top .digitalent-program-subtitle{
  color:#5C1F00;
  font-family:"Onest", sans-serif;
  font-weight:400;
  font-size:16px;
  line-height:1.5;
  letter-spacing:0.03em;
  margin: 0 0 14px 0;
}

/* Date + Place (H3) */
#top .digitalent-program-meta{
  color: #5C1F00;
  font-family: "Neuf", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: normal;      /* AUTO */
  letter-spacing: 0.10em;   /* 10% */
  text-transform: uppercase;
  margin: 0;
  display: flex;
  gap: 26px;
  flex-wrap: wrap;
}

/* Details list */
#top .digitalent-program-details{
  margin-top: 16px;
}

#top .digitalent-program-detail-row{
  display:flex;
  gap:10px;
  flex-wrap:wrap;
  margin: 0 0 6px 0;
  font-family:"Onest", sans-serif;
  font-size:16px;
  line-height:1.4;
  letter-spacing:0.02em;
  color:#5C1F00;
}

#top .digitalent-program-detail-label{
  font-weight:600;
}

#top .digitalent-program-detail-value{
  font-weight:400;
}

@media (max-width: 768px){
  #top .digitalent-program-title{
    font-size: 18px;
    line-height: 1.2;       /* 120% */
    letter-spacing: 0.20em;
  }
  #top .digitalent-program-cats,
  #top .digitalent-program-meta{
    font-size: 14px;
  }

  #top .digitalent-program-subtitle,
  #top .digitalent-program-detail-row{
    font-size: 14px;
  }
}


/* v1.4.7 minimal fixes */
#top .digitalent-program-title.dlt-h1,
#top h1.digitalent-program-title {
  font-weight: 400 !important;
}

#top .digitalent-program-detail-label.dlt-body1-highlight,
#top .digitalent-program-price-sub.dlt-body1-highlight{
  color: #FF5107 !important;
  font-weight: 400 !important;
}

#top .digitalent-program-detail-value.dlt-perex-highlight{
  color:#5C1F00 !important;
  font-weight:400 !important;
}

#top .digitalent-program-detail-row-price{
  gap: 8px;
}
