.elementor-3 .elementor-element.elementor-element-4580c49e{--display:flex;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}/* Start custom CSS */.epub-privacy {
  font-family: 'Spartan', 'League Spartan', sans-serif;
  color: #333;
  
  
  padding: 0 0 60px;
  line-height: 1.8;
  font-size: 15px;
}

/* Last updated badge */
.epub-privacy__meta {
  display: inline-block;
  background: #f0f4f8;
  color: #5a6a7e;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 4px;
  margin-bottom: 32px;
}

/* Table of contents */
.epub-privacy__toc {
  background: #f7f9fc;
  border-left: 4px solid #1a3a5c;
  border-radius: 0 6px 6px 0;
  padding: 24px 28px;
  margin-bottom: 48px;
}

.epub-privacy__toc h2 {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #1a3a5c;
  margin: 0 0 14px;
}

.epub-privacy__toc ol {
  margin: 0;
  padding-left: 24px;
  columns: 2;
  column-gap: 32px;
  list-style-type: upper-alpha;
}

.epub-privacy__toc li {
  margin-bottom: 6px;
}

.epub-privacy__toc a {
  color: #1a3a5c;
  text-decoration: none;
  font-size: 13px;
  font-weight: 500;
  transition: color 0.2s;
}

.epub-privacy__toc a:hover {
  color: #e8592b;
}

/* Section */
.epub-privacy__section {
  margin-bottom: 48px;
  padding-top: 8px;
}

.epub-privacy__section-header {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 14px;
  border-bottom: 2px solid #eef1f5;
}

.epub-privacy__section-letter {
  flex-shrink: 0;
  width: 36px;
  height: 36px;
  background: #1a3a5c;
  color: #fff;
  font-size: 14px;
  font-weight: 700;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  letter-spacing: 0;
}

.epub-privacy__section h2 {
  font-size: 18px;
  font-weight: 700;
  color: #1a3a5c;
  margin: 0;
  line-height: 1.3;
}

.epub-privacy__section p {
  margin: 0 0 14px;
  color: #444;
}

.epub-privacy__section p:last-child {
  margin-bottom: 0;
}

.epub-privacy__section h3 {
  font-size: 14px;
  font-weight: 700;
  color: #1a3a5c;
  margin: 20px 0 6px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
}

.epub-privacy__section ul,
.epub-privacy__section ol {
  margin: 0 0 14px;
  padding-left: 22px;
  color: #444;
}

.epub-privacy__section li {
  margin-bottom: 8px;
}

/* Callout (for GDPR rights list) */
.epub-privacy__rights {
  background: #f7f9fc;
  border-radius: 6px;
  padding: 20px 24px;
  margin: 16px 0;
}

.epub-privacy__rights li {
  padding: 6px 0;
  border-bottom: 1px solid #eef1f5;
}

.epub-privacy__rights li:last-child {
  border-bottom: none;
  margin-bottom: 0;
}

.epub-privacy__rights strong {
  color: #1a3a5c;
}

/* Notice box (for important callouts) */
.epub-privacy__notice {
  background: #fff8f5;
  border: 1px solid #f5d5c5;
  border-left: 4px solid #e8592b;
  border-radius: 0 6px 6px 0;
  padding: 16px 20px;
  margin: 18px 0;
  font-size: 13px;
  font-weight: 600;
  color: #7a3010;
  line-height: 1.6;
}

/* Contact card */
.epub-privacy__contact {
  background: #1a3a5c;
  color: #fff;
  border-radius: 8px;
  padding: 28px 32px;
  margin-top: 16px;
}

.epub-privacy__contact p {
  color: rgba(255,255,255,0.85) !important;
  margin: 0 0 6px !important;
  font-size: 14px;
}

.epub-privacy__contact a {
  color: #f4a573;
  text-decoration: none;
}

.epub-privacy__contact a:hover {
  color: #fff;
}

.epub-privacy__contact strong {
  color: #fff;
  display: block;
  font-size: 16px;
  margin-bottom: 12px;
}

/* Links */
.epub-privacy a {
  color: #1a3a5c;
  text-decoration: underline;
}

.epub-privacy a:hover {
  color: #e8592b;
}

@media (max-width: 600px) {
  .epub-privacy__toc ol {
    columns: 1;
  }
  .epub-privacy__contact {
    padding: 20px;
  }
}/* End custom CSS */