.elementor-kit-2112{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-2112 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1200px;}.e-con{--container-max-width:1200px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* Page wrapper */
.tou-page {
  max-width: 860px;
  margin: 0 auto;
  padding: 2rem 1.5rem;
  font-family: inherit;
}

/* Page title */
.tou-page h1 {
  font-size: 32px;
  font-weight: 600;
  margin-bottom: 8px;
}

/* Meta line (last updated, read time) */
.tou-meta {
  font-size: 13px;
  color: #888;
  margin-bottom: 2rem;
  padding-bottom: 1.5rem;
  border-bottom: 1px solid #e5e5e5;
}

/* Blue notice box */
.tou-notice {
  background: #EBF4FB;
  border-left: 3px solid #378ADD;
  padding: 15px 20px;
  margin-bottom: 2rem;
  font-size: 15px;
  color: #185FA5;
}

/* Table of contents box */
.tou-toc {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px 24px;
  margin-bottom: 2.5rem;
}

.tou-toc h2 {
  font-size: 13px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #888;
  margin-bottom: 12px;
}

.tou-toc ol {
  margin: 0;
  padding-left: 1.2rem;
  columns: 2;
  gap: 24px;
}

.tou-toc ol li {
  font-size: 14px;
  color: #185FA5;
  padding: 3px 0;
}

/* Section headings */
.tou-page h2 {
  font-size: 18px;
  font-weight: 600;
  padding-bottom: 8px;
  border-bottom: 1px solid #e5e5e5;
  margin-bottom: 12px;
  margin-top: 2.5rem;
}

/* Body text */
.tou-page p {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 12px;
}

/* Lists */
.tou-page ul li {
  font-size: 15px;
  line-height: 1.7;
  color: #555;
  margin-bottom: 4px;
}

/* Contact box */
.tou-contact {
  background: #F5F5F5;
  border-radius: 8px;
  padding: 20px 24px;
  margin-top: 1rem;
}

.tou-contact p {
  margin: 4px 0;
  font-size: 14px;
}/* End custom CSS */