/* ----------------------------------
   Cookie Policy Page
---------------------------------- */

.cookie-page {
  background: #ffffff;
}

/* Breadcrumb */
.cookie-breadcrumb {
  padding: 18px 0;
  font-size: 14px;
  color: #777;
}

.cookie-breadcrumb a {
  color: #777;
  text-decoration: none;
}

.cookie-breadcrumb span {
  margin: 0 6px;
}

/* Header */
.cookie-header {
  padding: 0 0 40px;
}

.cookie-title {
  font-size: 34px;
  font-weight: 500;
  color: #2f4f4f;
}

/* Content Section */
.cookie-content-section {
  background: #eaf1ef;
  padding: 60px 0;
}

.cookie-container {
  max-width: 1100px;
  margin: auto;
  padding: 0 24px;
}

.cookie-content {
  font-size: 15.5px;
  line-height: 1.8;
  color: #333;
}

.cookie-content h2 {
  font-size: 32px;
  font-weight: 600;
  margin-top: 40px;
  margin-bottom: 12px;
}

.cookie-content h3 {
  font-size: 20px;
  font-weight: 600;
  margin-top: 30px;
  margin-bottom: 12px;
}
.cookie-content h4 {
  font-size: 19px;
  font-weight: 500;
  margin-top: 30px;
  margin-bottom: 12px;
}
.cookie-content p {
	font-size: 18px;
  margin-bottom: 18px;
}
/* Cookie – normal */
.cookie-content a {
  color: #2f4f4f;
  text-decoration: none;
}

/* Cookie – hover */
.cookie-content a:hover {
  color: #2E6A66;
  text-decoration: underline;
}

/* Mobile */
@media (max-width: 768px) {
  .cookie-title {
    font-size: 26px;
  }

  .cookie-content-section {
    padding: 40px 0;
  }
}