/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

#hs_cos_wrapper_type_module h6.hs-elevate-heading-container__heading {
  margin-bottom: 0 !important;
  padding-bottom: 0 !important;
}


.hs-form .hs-button.primary {
  margin-top: -25px !important;
  background-color: #00aaff;
  padding: 14px 32px;
  font-size: 16px;
  border-radius: 8px;
  position: absolute;
  z-index: 1;
}


[data-hsfc-id=Renderer] .hsfc-Button {
  margin-top: -45px !important;
  margin-bottom: 20px !important; 
}

[data-hsfc-id=Renderer] .hsfc-RichText {
  margin-bottom: -200px !important;
  padding-top: 260px;
  z-index: 4;

}

row-fluid-wrapper row-depth-1 row-number-8 dnd-row {
  line-height: 1.2 !important; }

  .textformccc {
    line-height: 1.2;
    text-align: center;
    margin-top: -55px;
    font-size: 14px;
    color: #000;
  }

  @media (max-width: 768px) {
    .textformccc {
      font-size: 10px; 
      margin-top: -55px;
    }
  }


/*****************************************/
/* CHRISTMAS ADVENT   */
/*****************************************/

.giveaway-live-pill {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  padding: 4px 14px;
  border-radius: 999px;
  background: #FEE2E2;
  color: #DC2626;
  font-family: 'Inter', system-ui, sans-serif;
  font-size: 12px;
  font-weight: 500;
  position: relative;
}

/* MOBILE */
@media (max-width: 767px) {
  .giveaway-live-pill {
    margin-left: 120px;
    top: -20px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .giveaway-live-pill {
    margin-left: 20px;
    top: -20px;
    font-size: 10px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .giveaway-live-pill {
    margin-left: 60px;
    top: -20px;
  }
}

.giveaway-title {
  font-family: 'Aeonik Pro', system-ui, sans-serif;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: -0.02em;
  color: #111827;
  margin: 0 0 12px 0;
}

/* MOBILE */
@media (max-width: 767px) {
  .giveaway-title {
    font-size: 30px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .giveaway-title {
    font-size: 20px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .giveaway-title {
    font-size: 30px;
  }
}

.giveaway-subtitle {
  font-family: 'Inter', system-ui, sans-serif;
  color: #374151;
  line-height: 1.6;
  margin: 0 0 16px 0;
}

/* MOBILE */
@media (max-width: 767px) {
  .giveaway-subtitle {
    font-size: 18px;
  }
}

/* TABLET */
@media (min-width: 768px) and (max-width: 1023px) {
  .giveaway-subtitle {
    font-size: 18px;
  }
}

/* DESKTOP */
@media (min-width: 1024px) {
  .giveaway-subtitle {
    font-size: 18px;
  }
}

.btnadv {
  border-radius: 999px;  
  padding-left: 32px;     
  padding-right: 32px;    
  min-width: 220px;     
}

}


<button
  type="button"
  onclick="window.location.href='/12-days-of-giveaways';"
  style="
    display:inline-flex;
    align-items:center;
    gap:6px;
    padding:6px 0;
    border:none;
    background:transparent;
    font-family:'Inter', system-ui, sans-serif;
    font-size:14px;
    color:#111827;
    cursor:pointer;
  "
>
  <span style="font-size:16px; line-height:1;">←</span>
  <span>Back to All Offers</span>
</button>