/* v39.18 — package accordion content visibility + guides copy polish */

/* The toggle must size to its own content. min-height:100% caused it to stretch
   to the opened card height and created the large empty block on mobile. */
.nk-pkg-toggle{
  min-height:0 !important;
  height:auto !important;
}

.nk-pkg-detail[hidden]{
  display:none !important;
}

.nk-pkg-detail:not([hidden]){
  display:block !important;
  height:auto !important;
  min-height:0 !important;
  max-height:none !important;
  overflow:visible !important;
}

.nk-pkg-detail-grid{
  display:grid;
}

.home-guide-cta strong{
  line-height:1.25;
}
.home-guide-cta span{
  line-height:1.55;
}
