/* Reset some base styles */
  .blg-wrap .article-callout .btn-success {
    color: #ffffff !important;
  }

  .post h1, .post h2, .post h3, .post h4, .post h5, .post h6 {
    text-wrap: balance;
  }
  .post .video-info img {
    margin: unset;
    max-width: unset;
    height: 24px;
  }
/* Utility classes for spacing */
.u-p-xs { padding: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem); }
.u-pt-xs { padding-top: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem); }
.u-pb-xs { padding-bottom: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem); }

.u-pt-sm { padding-top: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem); }
.u-pt-md { padding-top: clamp(1.6875rem, 1.6339rem + 0.2679vw, 1.875rem); }

.u-p-lg { padding: clamp(2.25rem, 2.1786rem + 0.3571vw, 2.5rem); }
.u-pt-lg { padding-top: clamp(2.25rem, 2.1786rem + 0.3571vw, 2.5rem); }

.flex-grid {
    display: flex;
    flex-wrap: wrap;
    gap: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
  }

/* Utility ckasses for color */
.bg-purple-500 {
  background-color: #924AAC;
}
.bg-purple-600 {
  background-color: #7925AC;
}
  
.flex-grid--lg-gap {
gap: clamp(2.25rem, 2.1786rem + 0.3571vw, 2.5rem);
}

.flex-item {
flex: 1 1 50%;
}
.flex-item--full {
flex: 1 1 100%;
}

.flex-item--half {
flex: 1 1 50%;
}

.flex-item--third {
flex: 1 1 33.33%;
}

.flex-item--quarter {
flex: 1 1 25%;
}

.flex-item--fifth {
flex: 1 1 20%;
}

.flex-item--sixth {
flex: 1 1 16.66%;
}

.flex-item--seventh {
flex: 1 1 14.28%;
}

.flex-item--eighth {
flex: 1 1 12.5%;
}

.flex-item--ninth {
flex: 1 1 11.11%;
}
.flex-item--tenth {
flex: 1 1 10%;
}
.flex-item--eleventh {
flex: 1 1 9.09%;
}
.flex-item--twelfth {
flex: 1 1 8.33%;
}

/* =================
  YouTube API styles
  ================= */
   /* Ensure the YouTube player doesn't auto-resize */
#youtube-player {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

/* Container with fixed aspect ratio */
#youtube-player-container {
    width: 100%;
    background-color: #000;
}

/* =================
  CTA Styles
  ================= */

/* CTA Info Box */
.cta-info-box {
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 20px;
  margin: 20px auto;
  color: #616161;
  line-height: 1.6;
  background-color: #FCFCFC;
}

/* CTA row styling */
.cta-info-box__line {
  display: flex;
  align-items: center;
  margin-bottom: 0;
}

.cta-info-box__icon {
  color: #20a620; /* green checkmark */
  font-size: 1.2em;
  margin-right: 8px;
}

.cta-info-box__link,
.blg-wrap .cta-info-box__link
{
  font-weight: bold;
  text-decoration: none;
  text-wrap: balance;
  color: #333;
  transition: color 0.3s ease;
  margin-right: 8px;
  max-width: 50%;
}

.cta-info-box__link:hover {
  color: #0096ff;
}

.cta-info-box__arrow {
  color: #FF0000; /* red arrow */
  font-size: 2em;
  line-height: 1em;
}

 /* CTA Container */
 .cta-image {
    display: flex;
    font-size: 1rem;
    line-height: 1.6;
    color: #555;
    justify-content: center;
    align-items: center;
    font-family: proxima-nova, Arial, Helvetica, sans-serif;
    background: url(https://www.sheetlabels.com/resources/files/images/blank-roll-labels-hihkey.webp);
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    left: 50%;
    margin-bottom: 1.5rem;
    overflow: hidden;
    padding: clamp(0.5625rem, 0.375rem + 3.75vw, 3.75rem);
    position: relative;
    text-align: center;
    transform: translateX(-50%);
    width: 100vw
  }
  .blg-wrap .cta-image {
    margin-bottom: 0;
  }
 .cta-image--centered {
    background-color: rgba(255, 255, 255, 0.95);
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    text-align: center;
  }
  .cta-image__inner{
    box-sizing: content-box;
    display: flex;
    flex-direction: column;
    gap: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem);
    border-radius: 25px;
    border: 1px solid rgba(101, 101, 101, 0.5);
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5) inset, -15px 20px 35px rgba(0, 0, 0, 0.5);
    background-color: rgba(255, 255, 255, 0.5);
    backdrop-filter: blur(30px);
    margin: 0 auto;
    padding: clamp(0.5625rem, 0.375rem + 3.75vw, 3.75rem);
    width: clamp(340px, 100%, 850px);
  }
  .cta-image__eyebrow {
    color: rgba(113, 43, 0, 1);
    /* font-size: 21px; */
    font-size: clamp(1.35rem, 1.2893rem + 0.3036vw, 1.5625rem);
    font-weight: 700;
    font-style: Bold;
    line-height: 32px;
    text-wrap: balance;
  }
  .cta-image__headline {
    text-align: center;
    /* font-size: 9.25em; */
    font-size: clamp(5.8048rem, 4.8023rem + 5.0121vw, 9.3132rem);
    font-weight: 700;
    font-style: Bold;
    letter-spacing: -7px;
    line-height: 0.9em;
    background: linear-gradient(180deg, #FC5609 0%, #F7B500 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    /* Optional: Adding a slight stroke for extra definition */
    -webkit-text-stroke: 1px rgba(205, 105, 12, 0.5);
  }
  .cta-image__body {
    color: rgba(33, 33, 33, 1);
    font-family: sans-serif;
    /* font-size: 20px; */
    font-size: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    margin: 0 auto;
    text-align: left;
    line-height: 1.33em;
    width: 90%;
  }

/* ================
  CTA IMAGE RIGHT
  ================ */

/* 
  Base layout: text on the left, image on the right.
  The .cta-image__content and .cta-image__visual 
  are new BEM elements to split text & image. 
*/

.cta-image--right {
  /* Inherit general .cta-image styles but override the background if needed */
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  background: none; /* If you don't want the big background image behind everything */
  text-align: left; /* Override the default center text alignment */
  padding: clamp(1.125rem, 0.7321rem + 1.9643vw, 2.5rem);
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  gap: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
}

.cta-image.cta-image--right .cta-image__eyebrow,
.cta-image.cta-image--right .cta-image__body
 {
  color: #9FD7FF;
}

/* Container for the textual content */
.cta-image--right .cta-image__content {
  flex: 1 1 50%;
  display: flex;
  flex-direction: column;
  gap: clamp(0.875rem, 0.8571rem + 0.0893vw, 0.9375rem);
}

/* Container for the visual on the right */
.cta-image--right .cta-image__visual {
  flex: 0 0 auto; 
  /* For demonstration, you could set a fixed width or let it size naturally */
  max-width: 500px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.cta-image__body {
  text-wrap: balance;
}
/* The actual image inside the visual container */
.cta-image--right .cta-image__img,
.post .cta-image--right .cta-image__img {
  height: auto;
  object-fit: cover;
  max-width: unset!important;
  margin: auto !important;
}



/* ================
  CTA Button Group
  ================ */

/* 

  /* Button group */
  .cta-button-group {
    display: flex;
    gap: clamp(1.125rem, 1.0893rem + 0.1786vw, 1.25rem);
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 clamp(3.375rem, 3.2679rem + 0.5357vw, 3.75rem);
  }

  /* Individual button styling */
  .cta-button-group__button,
  .blg-wrap  .cta-button-group__button
  {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    flex-grow: 1;
    font-size: 21px;
    font-weight: 700;
    font-style: Bold;
    letter-spacing: 0px;;
    text-align: center;
    text-decoration: none;
    border-radius: 4px;
    transition-property: background-color, color, background-image, background-position;
    transition-duration: 0.5s;
    transition-timing-function: ease;
    white-space: nowrap;
    width: max-content;
    max-width: 300px;
  }

  .cta-button-group__button--secondary,
  .blg-wrap .cta-button-group__button--secondary
  {
    background-color: rgba(255, 255, 255, 0);
    border: 2px solid rgba(255, 108, 0, 1);
    opacity: 1;
    color: rgba(224, 95, 0, 1);
  }

  /* Hover effect */
  .cta-button-group__button:hover,
  .blg-wrap .cta-button-group__button:hover
    {
    background-color: #ff6b00;
    color: #FCFCFC;
  }

  .cta-button-group__button--primary,
  .blg-wrap .cta-button-group__button--primary
  {
    background-color: #ff6b00;
    border-radius: 4px;
    background-image: linear-gradient(180deg, rgba(247, 183, 51, 1) 0%, rgba(252, 74, 26, 1) 50%);
    /* Increase background size so there is room to move */
    background-size: auto 150%;
    color: rgba(255, 255, 255, 1);
  }
  
  .cta-button-group__button--primary:hover,
  .blg-wrap .cta-button-group__button--primary:hover
  {
    /* Shifts the gradient to create an animated effect */
    background-position: right bottom;
  }

  /* ================
  CTA Button Group Image Rightt
  ================ */
  .cta-image--right .cta-button-group__button--secondary,
  .blg-wrap .cta-image--right .cta-button-group__button--secondary
  {
    border: unset;
    opacity: 1;
    color: #ff6b00;
  }

  .cta-image--right .cta-button-group__button--secondary:hover,
  .blg-wrap .cta-image--right .cta-button-group__button--secondary:hover {
    background-color: transparent;
    color: #FCFCFC;
  }

  /* ---------------
  Article Stepwise Tpography
  ============= */
  .article-stepwise-headline__eyebrow {
    background-color: #005F91;
    border-radius: 1em;
    color: #FCFCFC;
    display: block;
    font-size: 1em;
    font-weight: bold;
    padding: .4em .8em;
    margin-bottom: 1em;
    margin-left: -0.3em;
    margin-top: clamp(2.25rem, 2.1786rem + 0.3571vw, 2.5rem);
    width: fit-content;
    box-shadow: inset 0px 1px 2px #022644;
  }
  /* ================
  article-callouts and their animations
  ================ */
  @keyframes pointFinger {
    0% {
        opacity: 0;
        transform: translateX(-50px) translateY(0.25em);
    }
    60% {
        opacity: 1;
        transform: translateX(15px) translateY(0.25em);
    }
    80% {
        transform: translateX(10px) translateY(0.25em);
    }
    100% {
        opacity: 1;
        transform: translateX(15px) translateY(0.25em);
    }
}

@keyframes bounceWarning {
    0% {
        opacity: 0;
        transform: translateY(-2em) translateX(-50%);
    }
    60% {
        opacity: 1;
        transform: translateY(.45em) translateX(-50%);
    }
    75% {
        transform: translateY(.30em) translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(.45em) translateX(-50%);
    }
}

@keyframes riseUpload {
    0% {
        opacity: 0;
        transform: translateY(2.5em) translateX(-50%);
    }
    60% {
        opacity: 1;
        transform: translateY(2em) translateX(-50%);
    }
    75% {
        transform: translateY(-0.2em) translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(0.15em) translateX(-50%);
    }
}

@keyframes settleDown {
    0% {
        opacity: 0;
        transform: translateY(-80%) translateX(-50%);
    }
    60% {
        opacity: 1;
        transform: translateY(10%) translateX(-50%);
    }
    75% {
        transform: translateY(5%) translateX(-50%);
    }
    100% {
        opacity: 1;
        transform: translateY(15%) translateX(-50%);
    }
}
.featured-image__image,
.post img.featured-image__image
{
    width: min(85%, 960px);
    min-width: 340px;
    display: block;
    margin: 0 auto;
    box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5) inset, -5px 8px 20px rgba(0, 0, 0, 0.2);
}
.feature-image__shim {
    bottom: -25px;
}
.feature-image__gradient {
    height: 110px;
    background: linear-gradient(to top, white 30%, transparent);
}

/* =================
  Article Callouts
  ================= */

.article-callout {
  backdrop-filter: blur(30px); 
  background-color: rgba(255, 255, 255, 0.5);
  border-radius: 12px;
  box-shadow: 1px 1px 3px rgba(255, 255, 255, 0.5) inset, -5px 8px 20px rgba(0, 0, 0, 0.2);
}
.article-callout__inner {
  border-radius: 10px;
  border-color: rgba(101, 101, 101, 0.5);
}
.article-callout__headline {
  text-wrap: balance;
}
.article-callout--template {
  background-image: linear-gradient(to bottom, rgba(70, 233, 254, 0.2), rgba(255, 255, 255, 0.1));
}
.article-callout--tips {
  background-image: linear-gradient(to bottom, rgba(49, 232, 98, 0.2), rgba(255, 255, 255, 0.1));
}
.article-callout--mistakes {
  background-image: linear-gradient(to bottom, rgba(255, 193, 7, 0.2), rgba(255, 255, 255, 0.1));
}
.article-callout--neutral {
  background-image: linear-gradient(to bottom, rgba(213, 213, 213, 0.2), rgba(255, 255, 255, 0.1));
}

.article-callout .list-unstyled {
  text-wrap: balance;
  line-height: 1.33em;
}

/* Article callout emoji pseudo-elements */
.article-callout--template::before,
.article-callout--tips::before,
.article-callout--mistakes::before,
.article-callout--resources::before {
  position: absolute;
  font-size: 2.5rem;
  opacity: 0.0;
}

/* Template callout sun emoji */
.article-callout--template::before {
  content: "☀️"; /* Sun emoji */
  left: 0;
  top: 0%;
  transform: translateY(20%) translateX(-50%);
}
.article-callout--template.article-callout__animation--animated::before {
  animation: riseUpload 1.5s ease-out forwards;
}

/* Tips callout finger emoji */
.article-callout--tips::before {
  content: "👉"; /* Finger emoji */
  left: -35px;
  top: 0%;
  transform: translateX(-20px) translateY(-50%);
}
.article-callout--tips.article-callout__animation--animated::before {
  animation: pointFinger 1.2s forwards;
}

/* Mistakes callout thumbs down emoji */
.article-callout--mistakes::before {
  content: "👎"; /* Thumbs down emoji */
  font-size: 2.25rem;
  left: 2px;
  top: 0%;
  transform: translateY(-50%) translateX(-50%);
}
.article-callout--mistakes.article-callout__animation--animated::before {
  animation: bounceWarning 1.5s forwards;
}

/* Resources callout books emoji */
.article-callout--resources::before {
  content: "📚"; /* Books emoji */
  left: 0;
  top: 0;
  transform: translateY(20%);
}
.article-callout--resources.article-callout__animation--animated::before {
  animation: settleDown 1s ease-in-out forwards;
}

/* Give callout cards room for emojis on small screens */
@media (max-width: 768px) {
  .article-callout {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }
}

/* Color gradients */
  .radiant-gradient {
    /* Fallback solid color in case gradients aren't supported */
    background-color: #fff;
  
    /* Four radial gradients — one in each corner — blended together */
    background: 
      linear-gradient(
        180deg,
        rgba(44,	82,	120, 1) 20%,
        rgba(28, 49, 71, 1) 50%,
        rgba(82,	150,	185, 1) 100%
      ),
      radial-gradient(circle at top right, 
        #ff6b00, /* top-right color */
        transparent 50%
      ),
      radial-gradient(circle at bottom left, 
        rgba(181,	248,	246	,1), /* bottom-left color */
        transparent 25%
      ),
      radial-gradient(circle at bottom right, 
        rgba(191,	199,	170	, 1), /* bottom-right color */
        transparent 50%
      );
  
    /* Blend the gradients so they overlap smoothly */
    background-blend-mode: overlay; 
    /* Try other modes like `overlay`, `multiply`, etc., 
       depending on your desired look */
  }