
.floating-emoji {
    position: absolute;
    bottom: 1em;
    left: 46%;
    opacity: 1;
  }


  .lard {
    /* display: block; */
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    margin: 10px;
    padding: 15px;
    position: relative;
    cursor: pointer;
}


.lard:hover {
    box-shadow: 4px 12px 26px rgba(0, 0, 0, 0.3);
  }
  
  .column {
    display: flex;
    flex-direction: column;
  }
  
  .row {
    display: flex;
    flex-direction: row;
    justify-content: center;
  }

  @media screen and (max-width: 720px) {
    .row {
    display: flex;
    flex-direction: column;
          }
  }
.tard {
    /* display: block; */
    justify-content: center;
    align-items: center;
    background-color: white;
    border-radius: 10px;
    box-shadow: 0px 5px 15px rgba(0, 0, 0, 0.15);
    margin: 10px;
    padding: 15px;
    position: relative;
    color: #989aa2; 
    margin: auto; 
    text-align: center;
}


.reformat ol {
    list-style-type: decimal; 
   list-style-position: inside; 
}

.yonk ol li {
    list-style-type: decimal !important;
    margin-left: 15px !important; 

}

/* ==========================================================================
   Readability pass. The guides are long - 40+ paragraphs in the 5-step
   campaign alone - so the work here is giving the eye somewhere to rest:
   a comfortable measure, real space between ideas, and email templates
   folded away until you actually want one.
   ========================================================================== */

/* The measure is set on .yonk itself (see the page's own <style>) so prose,
   templates, callouts and headings all share one width. Capping individual
   elements here is what made the text look narrower than the components. */

.yonk h2 {
  margin-top: 1.7em;
  margin-bottom: 0.45em;
  line-height: 1.2;
}

.yonk h3 {
  margin-top: 1.5em;
  margin-bottom: 0.35em;
  font-size: 16pt;
  line-height: 1.3;
}

.yonk p { line-height: 1.72; }

.yonk .badonk { margin-block: 0.9em 1.4em; }
.yonk .badonk li { margin-bottom: 0.6em; }
.yonk .badonk li p { margin-block: 0.15em; }

/* the first line of a section, used as an orienting summary */
.yonk .subtitle {
  font-size: 15pt;
  line-height: 1.6;
  color: #55636e;
}

/* ---- email templates, folded away until wanted ------------------------- */

details.ds-template {
  margin: 1.1rem 0 1.5rem;
  border: 1px solid #dce6e9;
  border-radius: 12px;
  background: #f6f9fc;
  overflow: hidden;
}

details.ds-template > summary {
  list-style: none;
  cursor: pointer;
  padding: 15px 18px 15px 44px;
  position: relative;
  font-family: 'League Spartan', 'Poppins', sans-serif;
  font-size: 13pt;
  font-weight: 600;
  color: #1d2b36;
}
details.ds-template > summary::-webkit-details-marker { display: none; }

details.ds-template > summary::before {
  content: "";
  position: absolute;
  left: 18px;
  top: 50%;
  width: 8px;
  height: 8px;
  border-right: 2.5px solid #17b39a;
  border-bottom: 2.5px solid #17b39a;
  transform: translateY(-70%) rotate(45deg);
  transition: transform 0.18s ease;
}
details.ds-template[open] > summary::before {
  transform: translateY(-25%) rotate(-135deg);
}

details.ds-template > summary:hover { background: #eef4f8; }
details.ds-template > summary:focus-visible {
  outline: none;
  box-shadow: inset 0 0 0 2px #17b39a;
}

details.ds-template .copy-paste-element {
  margin: 0;
  border: none;
  border-top: 1px solid #dce6e9;
  border-radius: 0;
  background: transparent;
}

/* ---- bigger, clearer action buttons ------------------------------------ */

.yonk .aesthetic-button {
  padding: 14px 26px;
  margin: 6px;
  font-family: 'League Spartan', 'Poppins', sans-serif;
  font-size: 14pt;
  font-weight: 600;
  color: #14303a;
  border-radius: 999px;
  box-shadow: 0 3px 10px rgba(0, 0, 0, 0.12);
  transition: transform 0.15s ease, box-shadow 0.15s ease;
}
.yonk .aesthetic-button:hover {
  transform: translateY(-2px);
  box-shadow: 0 8px 18px rgba(0, 0, 0, 0.18);
}
.yonk .aesthetic-button:focus-visible {
  outline: none;
  box-shadow: 0 0 0 3px rgba(23, 179, 154, 0.45);
}
/* the button rows had a fixed 45px height that clipped the bigger buttons */
.yonk .aesthetic-button-row { height: auto !important; padding: 6px 0 2px; }

@media (prefers-reduced-motion: reduce) {
  .yonk .aesthetic-button,
  details.ds-template > summary::before { transition: none; }
  .yonk .aesthetic-button:hover { transform: none; }
}
