/* ═══════════════════════════════════════════════════════════════════
   AJOKIELTOKOULUTUS — nuutinen.fi:n tuotesivun (6371) viimeistely

   Liitetään tuotekuvaukseen yhdellä rivillä:
     <link rel="stylesheet" href="https://ajokorttivalmennus.fi/assets/css/ajokielto-tuotesivu.css">

   Miksi täällä eikä WordPressissä: Divin teema-asetusten oma CSS-kenttä
   ei tallentunut luotettavasti, ja tuotekuvaukseen liitetyn <style>-lohkon
   wpautop voi rikkoa samalla tavalla kuin skriptin.
   ═══════════════════════════════════════════════════════════════════ */

/* Vanha esittelyvideo pois — sisältö ei ole enää ajan tasalla */
.postid-6371 .et_pb_video,
.postid-6371 .et_pb_video_box {
  display: none !important;
}

/* Leipäteksti hieman isommaksi ja väljemmäksi */
.postid-6371 .et_pb_wc_description,
.postid-6371 .woocommerce-product-details__short-description {
  font-size: 18px;
  line-height: 1.75;
}

.postid-6371 .et_pb_wc_description p,
.postid-6371 .et_pb_wc_description li,
.postid-6371 .woocommerce-product-details__short-description p,
.postid-6371 .woocommerce-product-details__short-description li {
  font-size: 18px;
  line-height: 1.75;
}

.postid-6371 .et_pb_wc_description h2,
.postid-6371 .woocommerce-product-details__short-description h2 {
  font-size: 30px;
  line-height: 1.25;
}

.postid-6371 .et_pb_wc_description h3,
.postid-6371 .woocommerce-product-details__short-description h3 {
  font-size: 23px;
  line-height: 1.3;
}

/* Kurssipäivälista samaan kokoluokkaan muun tekstin kanssa */
.postid-6371 #akk-paivat {
  font-size: 17px;
}

@media (max-width: 767px) {
  .postid-6371 .et_pb_wc_description,
  .postid-6371 .et_pb_wc_description p,
  .postid-6371 .et_pb_wc_description li,
  .postid-6371 .woocommerce-product-details__short-description,
  .postid-6371 .woocommerce-product-details__short-description p,
  .postid-6371 .woocommerce-product-details__short-description li {
    font-size: 17px;
  }
  .postid-6371 .et_pb_wc_description h2,
  .postid-6371 .woocommerce-product-details__short-description h2 { font-size: 26px; }
  .postid-6371 .et_pb_wc_description h3,
  .postid-6371 .woocommerce-product-details__short-description h3 { font-size: 21px; }
}
