/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 06 2025 | 08:42:51 */
/* Global styles for privacy and cookies policies */
.privacy-policy,
.cookies-policy {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: #fff;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

/* Headings */
.privacy-policy h2,
.cookies-policy h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.privacy-policy h3,
.cookies-policy h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
}

/* Paragraphs */
.privacy-policy p,
.cookies-policy p {
  margin-bottom: 15px;
}

/* Lists */
.privacy-policy ul,
.cookies-policy ul {
  margin: 15px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.privacy-policy li,
.cookies-policy li {
  margin-bottom: 8px;
}

/* Table styling */
.cookies-policy table {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  font-size: 15px;
}

.cookies-policy th,
.cookies-policy td {
  border: 1px solid #000;
  padding: 10px 12px;
  text-align: left;
}

.cookies-policy th {
  font-weight: 600;
}

/* Banner text */
.cookie-banner-text {
  font-family: 'Quicksand', sans-serif;
  font-size: 15px;
  line-height: 1.5;
  padding: 15px;
  background: #fff;
  color: #000;
  max-width: 600px;
  margin: 0 auto;
}

.cookie-banner-text a {
  text-decoration: underline;
  color: #000;
}

/* Cookie categories list */
.cookie-categories {
  font-family: 'Quicksand', sans-serif;
  margin: 20px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.cookie-categories li {
  margin-bottom: 10px;
}

/* Terms of Service */
.terms-of-service {
  font-family: 'Quicksand', sans-serif;
  font-size: 16px;
  line-height: 1.6;
  color: #000;
  background: #fff;
  padding: 20px;
  max-width: 900px;
  margin: 0 auto;
}

.terms-of-service h2 {
  font-size: 28px;
  font-weight: 700;
  margin-bottom: 20px;
  line-height: 1.3;
}

.terms-of-service h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 25px;
  margin-bottom: 10px;
  line-height: 1.4;
}

.terms-of-service p {
  margin-bottom: 15px;
}

.terms-of-service ul {
  margin: 15px 0;
  padding-left: 20px;
  list-style-type: disc;
}

.terms-of-service li {
  margin-bottom: 8px;
}


#footer-consent-link {
  color: #fff;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 6px;
  transition: opacity .2s;
}

#footer-consent-link i {
  font-size: 1.1rem;
  color: #fff;
}

#footer-consent-link:hover {
  opacity: .8;
}

