.elementor-7970 .elementor-element.elementor-element-c93a1d8{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}/* Start custom CSS for text-editor, class: .elementor-element-7c7b966 *//* ========== ROOT VARIABLES ========== */
:root {
  --accent-brown: #8b5a2b;
  --light-brown: rgba(139, 90, 43, 0.08);
}

/* ========== GENERAL TEXT RESET ========== */
.post-title,
.section-title,
.product-title,
.author-name,
p,
a,
small {
  color: #000 !important;
}

/* ========== TITLE ========== */
.post-title {
  font-size: 32px;
  line-height: 1.3;
  font-weight: 700;
  margin-bottom: 16px;
}

/* ========== INTRO ========== */
.post-intro {
  font-size: 16px;
  line-height: 1.7;
  margin-bottom: 32px;
}

/* ========== AFFILIATE DISCLAIMER ========== */
.affiliate-disclaimer {
  font-size: 13px;
  line-height: 1.6;
  background: var(--light-brown);
  border-left: 4px solid var(--accent-brown);
  padding: 10px 14px;
  margin: 24px 0;
  border-radius: 6px;
}

/* ========== SECTION ========== */
.gift-section {
  margin: 40px 0;
}

.section-title {
  font-size: 24px;
  font-weight: 600;
  margin-bottom: 10px;
}

.section-intro {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 24px;
}

/* ========== PRODUCT CARD ========== */
.affiliate-product {
  background: #fff;
  border: 1px solid #eee;
  border-radius: 14px;
  padding: 20px;
  margin-bottom: 28px;
  transition: all 0.25s ease;
}

.affiliate-product:hover {
  border-color: var(--accent-brown);
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.06);
}

/* ========== PRODUCT TITLE ========== */
.product-title {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 12px;
}

/* ========== PRODUCT IMAGE ========== */
.product-image {
  width: 100%;
  height: auto;
  border-radius: 12px;
  margin-bottom: 14px;
}

/* ========== PRODUCT DESCRIPTION ========== */
.product-description {
  font-size: 15px;
  line-height: 1.7;
  margin-bottom: 14px;
}

/* ========== AFFILIATE BUTTON ========== */
.affiliate-button {
  display: inline-block;
  padding: 10px 18px;
  background: var(--accent-brown);
  color: #fff !important;
  text-decoration: none;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 500;
  transition: all 0.25s ease;
}

.affiliate-button:hover {
  background: #6f4420;
  transform: translateY(-1px);
}

/* ========== CONCLUSION ========== */
.post-conclusion {
  font-size: 15px;
  line-height: 1.7;
  margin-top: 28px;
  padding-top: 18px;
  border-top: 1px solid #eee;
}

/* ========== AUTHOR BOX ========== */
.author-box {
  display: flex;
  gap: 16px;
  align-items: center;
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #eee;
  border-radius: 16px;
  background: #fff;
}

.author-image {
  width: 72px;
  height: 72px;
  border-radius: 50%;
  object-fit: cover;
  border: 3px solid var(--light-brown);
}

.author-content {
  flex: 1;
}

.author-name {
  font-size: 16px;
  font-weight: 600;
  margin-bottom: 4px;
}

.author-bio {
  font-size: 14px;
  line-height: 1.6;
}

/* ========== MOBILE OPTIMIZATION ========== */
@media (max-width: 768px) {

  .post-title {
    font-size: 26px;
  }

  .section-title {
    font-size: 21px;
  }

  .affiliate-product {
    padding: 16px;
  }

  .author-box {
    flex-direction: column;
    text-align: center;
  }

  .author-image {
    width: 80px;
    height: 80px;
  }

  .author-content {
    text-align: center;
  }

}/* End custom CSS */