.elementor-993 .elementor-element.elementor-element-88cd4b5{--display:flex;}/* Start custom CSS for text-editor, class: .elementor-element-5d870d8 *//* ============================================================
   Cannabis Chronix — Policy Text Styling / Light Version
   Class: cc-policy-text
   ============================================================ */

.cc-policy-text {
  max-width: 920px !important;
  margin: 0 auto !important;
  padding: 56px 52px !important;

  background: #ffffff !important;
  border: 1px solid rgba(15, 15, 20, 0.08) !important;
  border-radius: 28px !important;

  box-shadow:
    0 24px 70px rgba(0, 0, 0, 0.08) !important;

  color: #121212 !important;
  font-family: Inter, Arial, sans-serif !important;
}

/* Main title */
.cc-policy-text h1 {
  color: #121212 !important;
  font-size: clamp(36px, 5vw, 58px) !important;
  line-height: 1 !important;
  font-weight: 900 !important;
  letter-spacing: -1.6px !important;
  margin: 0 0 24px !important;
}

/* Section headings */
.cc-policy-text h2 {
  color: #ffb700 !important;
  font-size: 24px !important;
  line-height: 1.2 !important;
  font-weight: 850 !important;
  letter-spacing: -0.5px !important;
  margin: 34px 0 10px !important;
}

/* Paragraphs */
.cc-policy-text p {
  color: #252525 !important;
  font-size: 16px !important;
  line-height: 1.7 !important;
  font-weight: 400 !important;
  margin: 0 0 16px !important;
}

/* Top info block */
.cc-policy-text p:first-of-type {
  padding: 18px 20px !important;
  margin-bottom: 34px !important;

  background: #f7f7f7 !important;
  border: 1px solid rgba(15, 15, 20, 0.07) !important;
  border-radius: 16px !important;

  color: #333333 !important;
}

/* Strong text */
.cc-policy-text strong {
  color: #111111 !important;
  font-weight: 850 !important;
}

/* Links */
.cc-policy-text a {
  color: #0b6b2a !important;
  font-weight: 750 !important;
  text-decoration: none !important;
  word-break: break-word !important;
}

.cc-policy-text a:hover {
  color: #ffb700 !important;
  text-decoration: underline !important;
}

/* Mobile */
@media (max-width: 767px) {
  .cc-policy-text {
    padding: 34px 22px !important;
    border-radius: 22px !important;
  }

  .cc-policy-text h1 {
    font-size: 34px !important;
    letter-spacing: -1.1px !important;
  }

  .cc-policy-text h2 {
    font-size: 21px !important;
    margin-top: 28px !important;
  }

  .cc-policy-text p {
    font-size: 15px !important;
    line-height: 1.65 !important;
  }
}/* End custom CSS */