@import url('https://fonts.googleapis.com/css2?family=Figtree:ital,wght@0,400;0,600;0,700;1,400&display=swap');

/* Blog post modified date */
.eye-bag-removal .eye-bag-removal-space .eye-bag-top .post-modified-date {
  margin: 0 0 12px;
  max-width: 650px;
  font-family: 'Figtree', sans-serif;
  font-size: 16px;
  line-height: 24px;
  color: #838383;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-top .post-modified-date time {
  font: inherit;
  color: inherit;
}

/* Blog post blockquotes — matches LP template callout styling */
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote {
  position: relative;
  display: block;
  margin: 12px 0 0;
  padding: 12px 12px 12px 28px;
  background-color: #e8f2f2;
  border: none;
  border-radius: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background-color: #58a3a6;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote p {
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: #3e3e3e;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote strong,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote b {
  font-weight: 700;
  color: inherit;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote p + p {
  margin-top: 1em;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote p + ul,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote p + ol,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul + p,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol + p,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul + ul,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol + ol,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul + ol,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol + ul {
  margin-top: 12px;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote a {
  color: inherit;
  text-decoration: underline;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul li,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol li {
  position: relative;
  padding-left: 20px;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: #3e3e3e;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul li + li {
  margin-top: 8px;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol li + li {
  margin-top: 12px;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ul li::after {
  position: absolute;
  content: "";
  border-radius: 50%;
  background-color: #58a3a6;
  width: 5px;
  height: 5px;
  left: 0;
  top: 9px;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol {
  counter-reset: blockquote-list-counter;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail blockquote ol li::after {
  counter-increment: blockquote-list-counter;
  content: counter(blockquote-list-counter) ".";
  position: absolute;
  left: 0;
  top: 0;
  font-weight: 600;
  color: #58a3a6;
}

/* Table of contents — remove theme list bullets */
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail #ez-toc-container li::after,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail #ez-toc-container ul li::after,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail .ez-toc-list li::after {
  content: none;
  display: none;
}

.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail #ez-toc-container ul li,
.eye-bag-removal .eye-bag-removal-space .eye-bag-removal-main .eye-bag-detail .ez-toc-list li {
  padding-left: 0;
  margin-bottom: 0;
}

/* Post CTA — matches LP blockquote / callout (reversible-content-image-section) */
.post-cta {
  margin: 32px 0;
  font-family: 'Figtree', sans-serif;
}

.post-cta__inner {
  position: relative;
  padding: 12px 12px 12px 28px;
  background-color: #e8f2f2;
  border-radius: 0;
}

.post-cta__inner::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background-color: #58a3a6;
}

.post-cta__content {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

.post-cta__content p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
  text-align: left;
}

.post-cta__content p + p {
  margin-top: 1em;
}

.post-cta__content strong,
.post-cta__content b {
  font-weight: 700;
  color: inherit;
}

.post-cta__content a {
  color: inherit;
  text-decoration: underline;
}

.post-cta__content blockquote {
  position: relative;
  margin: 12px 0 0;
  padding: 12px 12px 12px 28px;
  background-color: #e8f2f2;
  border: none;
  border-radius: 0;
}

.post-cta__content blockquote::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background-color: #58a3a6;
}

.post-cta__content blockquote,
.post-cta__content blockquote p,
.post-cta__content blockquote * {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: #3e3e3e;
}

.post-cta__button-wrap {
  margin-top: 24px;
  display: flex;
  justify-content: center;
}

.post-cta__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  width: 100%;
  margin: 0;
  padding: 24px 40px;
  border: 1px solid #ff7c7c;
  border-radius: 200px;
  background-color: #ff7c7c;
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: 18px;
  line-height: 26px;
  text-transform: capitalize;
  text-decoration: none;
  color: #ffffff;
  transition: background-color 0.2s ease, border-color 0.2s ease;
}

.post-cta__button:hover {
  background-color: #e86b6b;
  border-color: #e86b6b;
  color: #ffffff;
  text-decoration: none;
}

.post-cta__button img {
  width: auto;
  height: auto;
}

/* Post accordion — matches LP FAQ section styling */
.post-accordion {
  margin: 32px 0;
  font-family: 'Figtree', sans-serif;
  display: flex;
  flex-direction: column;
  gap: 0;
}

.post-accordion__item {
  width: 100%;
}

.post-accordion__divider {
  width: 100%;
  height: 0;
  margin: 0;
  padding: 0;
  border: 0;
  border-top: 1px solid rgba(0, 0, 0, 0.12);
}

.post-accordion__trigger {
  width: 100%;
  display: flex;
  align-items: flex-start;
  gap: 16px;
  padding: 20px 0;
  border: none;
  background: transparent;
  cursor: pointer;
  text-align: left;
  font-family: inherit;
  outline: none;
}

.post-accordion__icon {
  display: block;
  flex-shrink: 0;
  width: 11px;
  height: 19px;
  margin-top: 5px;
  line-height: 0;
  transition: transform 0.2s ease;
}

.post-accordion__icon svg {
  display: block;
  width: 11px;
  height: 19px;
}

.post-accordion__trigger[aria-expanded='true'] .post-accordion__icon {
  transform: rotate(180deg);
}

.post-accordion__question {
  flex: 1;
  min-width: 0;
  margin: 0;
  font-family: 'Figtree', sans-serif;
  font-weight: 700;
  font-size: 20px;
  line-height: 28px;
  text-transform: capitalize;
  color: #58a3a6;
}

.post-accordion__panel {
  padding: 0 0 20px 27px;
  font-family: 'Figtree', sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  color: #3e3e3e;
}

.post-accordion__panel[hidden] {
  display: none;
}

.post-accordion__panel p {
  margin: 0;
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  line-height: inherit;
  color: inherit;
}

.post-accordion__panel p + p {
  margin-top: 1em;
}

.post-accordion__panel a {
  color: inherit;
  text-decoration: underline;
}

.post-accordion__panel blockquote {
  position: relative;
  margin: 12px 0 0;
  padding: 12px 12px 12px 28px;
  background-color: #e8f2f2;
  border: none;
  border-radius: 0;
}

.post-accordion__panel blockquote::before {
  content: '';
  position: absolute;
  left: 12px;
  top: 12px;
  bottom: 12px;
  width: 4px;
  background-color: #58a3a6;
}

.post-accordion__panel blockquote,
.post-accordion__panel blockquote p,
.post-accordion__panel blockquote * {
  font-family: 'Figtree', sans-serif;
  font-weight: 600;
  font-size: inherit;
  line-height: inherit;
  color: #3e3e3e;
}

.post-accordion__panel strong,
.post-accordion__panel b {
  font-weight: 700;
}

.post-accordion__panel ul,
.post-accordion__panel ol {
  margin: 0;
  padding-left: 1.25em;
}

@media screen and (min-width: 768px) {
  .post-cta__button {
    width: auto;
  }

  .post-accordion__trigger {
    padding: 24px 0;
  }

  .post-accordion__icon {
    margin-top: 7px;
  }

  .post-accordion__question {
    font-size: 24px;
    line-height: 32px;
  }

  .post-accordion__panel {
    font-size: 18px;
    line-height: 26px;
    padding-bottom: 24px;
  }
}
