.elementor-9977 .elementor-element.elementor-element-fb92971{--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;}.elementor-9977 .elementor-element.elementor-element-45a5eaa{--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;}.elementor-9977 .elementor-element.elementor-element-0aa4da7{--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 html, class: .elementor-element-6ac8ee6 */.referral-wrapper {
  max-width: 1100px;
  margin: 40px auto;
  padding: 0 20px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Arial, sans-serif;
}

.section-title {
  font-size: 28px;
  font-weight: 700;
  text-align: center;
  margin-bottom: 20px;
}

.section-subtitle {
  text-align: center;
  font-size: 16px;
  color: #555;
  margin-bottom: 30px;
}

.referral-box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 50px;
}

.referral-info {
  flex: 1;
}

.referral-info h3 {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 10px;
}

.referral-info ul {
  list-style: none;
  padding-left: 0;
  margin-bottom: 20px;
}

.referral-info ul li {
  font-size: 16px;
  margin-bottom: 10px;
}

.referral-reward {
  font-size: 18px;
  font-weight: 600;
  margin-bottom: 20px;
}

/* 默认状态 */
.referral-buttons .btn {
  background-color: transparent;
  color: #00bcd4;
  padding: 12px 25px;
  border: 2px solid #00bcd4;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 鼠标悬停时 */
.referral-box:hover .btn {
  background-color: #e0e0e0;
  color: #333;
  border-color: #e0e0e0;
}

/* hover 整个项时背景色变 */
.referral-box:hover {
  background-color: #f7f7f7;
  border-radius: 6px;
}

/* Image部分保持不变 */
.referral-image img {
  max-width: 100%;
  height: auto;
}

.points-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.point-item {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 6px;
  text-align: center;
  transition: background-color 0.3s ease;
}

/* hover 整个项时背景色变 */
.point-item:hover {
  background-color: #e0e0e0;
}

/* 鼠标悬停时显示按钮 */
.point-btns .btn {
  background-color: transparent;
  color: #00bcd4;
  padding: 12px 25px;
  border: 2px solid #00bcd4;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
  text-decoration: none;
  display: none;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* 鼠标悬停时按钮显示 */
.point-item:hover .btn {
  display: inline-block;
}

/* 手机端响应式 */
@media (max-width: 768px) {
  .points-options {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-fdc3f94 */.points-options {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  padding: 0 20px;
}

.point-item {
  background-color: #f7f7f7;
  padding: 20px;
  border-radius: 8px;
  text-align: center;
  border: 2px solid #ddd; /* Border around each item */
  transition: background-color 0.3s ease, transform 0.3s ease;
}

.point-item:hover {
  background-color: #e0e0e0;  /* Hover background color */
  transform: translateY(-5px); /* Slight lift effect on hover */
}

.point-item-content img {
  max-width: 80px;
  margin-bottom: 10px;
}

.point-item h4 {
  font-size: 16px;
  font-weight: 700;
  margin-bottom: 10px;
}

.point-item p {
  font-size: 14px;
  color: #777;
}

.point-btns .btn {
  background-color: transparent;
  color: #00bcd4;
  padding: 12px 25px;
  border: 2px solid #00bcd4;
  cursor: pointer;
  font-size: 14px;
  margin-right: 10px;
  border-radius: 4px;
  text-decoration: none;
  display: inline-block;
  transition: background-color 0.3s ease, color 0.3s ease;
}

/* Hover effect for buttons */
.point-btns .btn:hover {
  background-color: #e0e0e0;
  color: #333;
}

/* Mobile Responsive Layout */
@media (max-width: 768px) {
  .points-options {
    grid-template-columns: 1fr;
  }
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-cf2963b */.faq-wrapper {
  max-width: 1100px;
  margin: 50px auto;
  padding: 20px;
  font-family: Arial, sans-serif;
}

.faq-title {
  text-align: center;
  font-size: 32px;
  font-weight: 700;
  margin-bottom: 30px;
}

.faq-item {
  background-color: #f9f9f9;
  padding: 5px;  /* 减少了每个问题项的内边距 */
  margin: 5px 0;  /* 减少了问题项之间的外边距 */
  border-radius: 8px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

.faq-question {
  display: flex;
  justify-content: space-between;
  align-items: center;
  cursor: pointer;
}

.faq-question h3 {
  font-size: 18px;
  font-weight: 600;
}

.toggle-icon {
  font-size: 20px;
  font-weight: bold;
}

.faq-answer {
  display: none;
  margin-top: 8px;  /* 缩小了答案之间的间距 */
  font-size: 16px;
  color: #555;
}

.faq-item.open .faq-answer {
  display: block;
}

.faq-item.open .toggle-icon {
  transform: rotate(45deg);
}

.faq-item:hover {
  background-color: #f1f1f1;
}

.faq-item:hover .faq-question h3 {
  color: #00bcd4;
}/* End custom CSS */