@charset "utf-8";

#sticky .close { margin-bottom: 4px; border-radius: 100px; background: rgba(238, 238, 238, 0.5); backdrop-filter: blur(2px); display: flex; }

#sticky .close > svg { padding: 7.5px; }

#sticky { display: none; padding: 0px 16px; flex-direction: column; align-items: flex-end; }

#sticky .container { display: flex; width: 100%; padding: 12px 0px; justify-content: space-between; align-items: center; gap: 12px; background: white; border-radius: 12px; border: 1px solid rgb(238, 238, 238); }

#sticky .heading { display: flex; justify-content: center; align-items: center; gap: 4px; margin-right: 4px; margin-left: 16px; }

#sticky .heading > p { color: rgb(33, 33, 33); text-align: center; font-family: Lora, serif; font-size: 15px; font-style: normal; font-weight: 500; line-height: 18px; letter-spacing: 0.2px; }

#sticky .heading > span { height: 35px; }

#sticky p { font-size: 13px; line-height: 18px; }

#sticky .arrow-button { display: flex; width: 24px; height: 24px; justify-content: center; align-items: center; gap: 10px; border-radius: 100px; background: rgb(245, 245, 245); margin-right: 16px; }

#sticky .arrow-button > svg { height: 10px; padding: 7px 8px 7px 10px; }

#sticky .testimonial-cta p { text-decoration-line: underline; text-underline-offset: 4px; text-decoration-thickness: 1px; font-weight: 600; }

@media (max-width: 430px) {
  #sticky { padding: 0px 8px; }
  #sticky .container { padding: 12px 0px; gap: 8px; }
  #sticky .heading { margin-left: 12px; }
  #sticky .arrow-button { margin-right: 8px; }
  #sticky .heading > p { font-size: 14px; }
}

@media (max-width: 390px) {
  #sticky p, #sticky .testimonial-cta { font-size: 12px; }
}