.elementor-3 .elementor-element.elementor-element-0bbda2d{--display:flex;}.elementor-3 .elementor-element.elementor-element-ad7c0b2{--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-d5bd5db */body {
  font-family: 'Quicksand', sans-serif;
  background: #f7f3eb;
  color: #4b2e2e;
  margin: 0;
}

.container {
  width: min(90%, 1200px);
  margin: 0 auto;
}

.policy-page {
  padding: 30px 0 60px;
}

.policy-label {
  font-size: 22px;
  font-weight: 700;
  color: #c4005a;
  margin-bottom: 60px;
}

.policy-hero {
  text-align: center;
  margin-bottom: 35px;
}

.policy-hero h1 {
  font-size: 54px;
  color: #c4005a;
  margin: 0 0 18px;
  font-weight: 700;
}

.policy-hero p {
  font-size: 21px;
  color: #6b4b4b;
  margin: 0;
}

.policy-tabs {
  display: flex;
  justify-content: center;
  gap: 90px;
  margin-bottom: 30px;
  flex-wrap: wrap;
}

.policy-tab {
  background: transparent;
  border: none;
  font-size: 28px;
  font-weight: 700;
  color: #c4005a;
  cursor: pointer;
  padding: 10px 0;
  position: relative;
  transition: all 0.25s ease;
}

.policy-tab::after {
  content: "";
  position: absolute;
  left: 0;
  bottom: -8px;
  width: 0;
  height: 3px;
  background: #c4005a;
  transition: width 0.25s ease;
}

.policy-tab:hover::after,
.policy-tab.active::after {
  width: 100%;
}

.policy-tab:hover {
  transform: translateY(-2px);
}

.policy-panel {
  display: none;
}

.policy-panel.active {
  display: block;
}

.policy-card {
  background: #fff4f8;
  border: 3px solid #c4005a;
  border-radius: 24px;
  padding: 36px 40px;
  box-shadow: 0 8px 24px rgba(196, 0, 90, 0.08);
}

.policy-card h2 {
  font-size: 30px;
  color: #c4005a;
  margin-top: 0;
  margin-bottom: 18px;
}

.policy-desc {
  font-size: 20px;
  font-style: italic;
  margin-bottom: 8px;
}

.policy-update {
  font-size: 18px;
  color: #f2a100;
  margin-bottom: 28px;
  font-weight: 600;
}

.policy-card h3 {
  font-size: 22px;
  margin-top: 24px;
  margin-bottom: 12px;
  color: #3d2b2b;
}

.policy-card p,
.policy-card li {
  font-size: 20px;
  line-height: 1.8;
}

.policy-card ul,
.policy-card ol {
  margin-top: 8px;
  margin-bottom: 16px;
  padding-left: 30px;
}

@media (max-width: 768px) {
  .policy-label {
    margin-bottom: 35px;
    font-size: 18px;
  }

  .policy-hero h1 {
    font-size: 34px;
  }

  .policy-hero p {
    font-size: 17px;
  }

  .policy-tab {
    font-size: 20px;
  }

  .policy-tabs {
    gap: 30px;
  }

  .policy-card {
    padding: 24px 20px;
  }

  .policy-card h2 {
    font-size: 24px;
  }

  .policy-card h3 {
    font-size: 20px;
  }

  .policy-card p,
  .policy-card li {
    font-size: 17px;
  }
}
/* ===== TITLE GIỐNG ẢNH ===== */
h2,
.section-title,
.notice-card h2,
.faq-area h2 {
    font-size: 34px;
    line-height: 1.2;
    font-weight: 800;
    color: #d14d72;
    margin-bottom: 22px;
    letter-spacing: 0;
}

/* ===== NỘI DUNG PHẦN LƯU Ý ===== */
.notice-card .card-content {
    padding: 0;
}

.grid-notes {
    display: grid;
    gap: 20px;
}

.note-box {
    font-size: 21px;
    line-height: 1.9;
    color: #3f2a2a;
    font-weight: 500;
}

.note-box strong {
    font-weight: 800;
    color: #2f1d1d;
}

/* ===== FAQ TITLE + CHỮ FAQ ===== */
.accordion-header {
    font-size: 21px;
    font-weight: 700;
    color: #7a2f4f;
}

.accordion-content p {
    font-size: 20px;
    line-height: 1.8;
    color: #3f2a2a;
    text-align: center;
}

/* ===== CONTACT BOX CHO GIỐNG ẢNH ===== */
.contact-card h3 {
    font-size: 30px;
    font-weight: 800;
    color: #d14d72;
    margin-bottom: 14px;
}

.contact-card p {
    font-size: 20px;
    line-height: 1.8;
    color: #3f2a2a;
}

.contact-card strong {
    font-weight: 800;
    color: #2f1d1d;
}
h2,
.section-title {
    font-size: 38px;
    font-weight: 900;
}
.policy-note-box {
  margin: 28px 0 22px;
  padding: 24px 28px;
  background: #fff8fb;
  border: 2px solid #f3a6c8;
  border-radius: 20px;
}

.policy-note-box h3 {
  font-size: 28px;
  color: #d14d72;
  margin-top: 0;
  margin-bottom: 18px;
  font-weight: 800;
}

.policy-note-item {
  font-size: 20px;
  line-height: 1.9;
  color: #3f2a2a;
  margin-bottom: 14px;
}

.policy-note-item:last-child {
  margin-bottom: 0;
}

.policy-note-item strong {
  font-weight: 800;
  color: #2f1d1d;
}/* End custom CSS */
/* Start custom CSS for html, class: .elementor-element-80425a1 */.policy-support {
  margin-top: 48px;
}

.policy-support-title {
  font-size: 42px;
  line-height: 1.2;
  font-weight: 800;
  color: #d14d72;
  margin: 0 0 22px;
}

.accordion {
  display: flex;
  flex-direction: column;
  gap: 18px;
}

.accordion-item {
  border: 2px solid #f3a6c8;
  border-radius: 18px;
  overflow: hidden;
  background: #fffafc;
  box-shadow: 0 6px 18px rgba(209, 77, 114, 0.08);
}

.accordion-header {
  width: 100%;
  background: #fff3f8;
  border: none;
  padding: 22px 24px;
  font-size: 23px;
  font-weight: 700;
  color: #7a2f4f;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  text-align: left;
}

.accordion-header .question {
  flex: 1;
  text-align: center;
}

.accordion-header .icon {
  font-size: 28px;
  font-weight: 700;
  color: #d14d72;
  line-height: 1;
  min-width: 24px;
  text-align: right;
}

.accordion-content {
  display: none;
  background: #fffdfd;
  border-top: 1px solid #f6c5da;
}

.accordion-content p {
  margin: 0;
  padding: 18px 24px 22px;
  font-size: 20px;
  line-height: 1.8;
  color: #3f2a2a;
  text-align: center;
}

.accordion-item.active .accordion-content {
  display: block;
}

.contact-card {
  margin-top: 32px;
  border: 2px solid #f3a6c8;
  border-radius: 20px;
  background: #fff8fb;
  padding: 30px;
  box-shadow: 0 6px 18px rgba(209, 77, 114, 0.08);
}

.contact-card h3 {
  font-size: 30px;
  font-weight: 800;
  color: #d14d72;
  margin: 0 0 14px;
}

.contact-card p {
  font-size: 20px;
  line-height: 1.8;
  color: #3f2a2a;
  margin-bottom: 24px;
}

.btn-primary {
  display: inline-block;
  text-decoration: none;
  background: linear-gradient(135deg, #fff0f6, #ffdce9);
  border: 2px solid #f3a6c8;
  color: #a63d67;
  border-radius: 14px;
  padding: 14px 24px;
  font-weight: 700;
  font-size: 20px;
  transition: all 0.25s ease;
}

.btn-primary:hover {
  background: linear-gradient(135deg, #ffdce9, #ffc9dd);
  transform: translateY(-2px);
  color: #a63d67;
}

@media (max-width: 768px) {
  .policy-support-title {
    font-size: 31px;
  }

  .accordion-header,
  .accordion-content p,
  .contact-card p {
    font-size: 18px;
  }

  .contact-card h3 {
    font-size: 26px;
  }

  .btn-primary {
    font-size: 18px;
  }
}/* End custom CSS */