/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Apr 25 2026 | 01:48:45 */
#cookie-policy .content {
  padding: 84px 0;
}
#cookie-policy .content h1 {
  font-size: 30px;
  margin-bottom: 30px;
}
#cookie-policy .content h2 {
  font-size: 20px;
  color: #58595B;
}
#cookie-policy .content h1, #cookie-policy .content h2 {
  text-transform: none;
}
#cookie-policy .content p, #cookie-policy .content li {
  font-size: 20px;
  line-height: 30px;
}
#cookie-policy .content .cookie-content a {
  color: #58595B;
  text-decoration: underline;
}
.cookie-table-wrapper {
  width: 100%;
  overflow-x: auto;
  margin: 30px 0;
}
.cookie-table-wrapper .cookie-table {
  width: 100%;
  border-collapse: collapse;
  font-family: Arial, sans-serif;
  border: 1px solid #d3d3d3;
}
@media only screen and (max-width: 768px) {
  .cookie-table-wrapper .cookie-table {
    display: block;
    width: 100%;
  }
}
.cookie-table-wrapper .cookie-table thead tr {
  background-color: #f9f9f9 !important;
}
@media only screen and (max-width: 768px) {
  .cookie-table-wrapper .cookie-table thead {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  .cookie-table-wrapper .cookie-table tbody {
    display: block;
    width: 100%;
  }
}
.cookie-table-wrapper .cookie-table tbody tr {
  background-color: #ffffff;
}
@media only screen and (max-width: 768px) {
  .cookie-table-wrapper .cookie-table tbody tr {
    display: block;
    width: 100%;
    padding: 0;
  }
}
.cookie-table-wrapper .cookie-table th, .cookie-table-wrapper .cookie-table td {
  padding: 12px;
  border: 1px solid #d3d3d3;
  text-align: left;
  vertical-align: top;
}
.cookie-table-wrapper .cookie-table th {
  font-weight: 600;
  text-transform: capitalize;
}
@media only screen and (max-width: 768px) {
  .cookie-table-wrapper .cookie-table td {
    display: block;
    width: 100%;
    padding: 8px 8px 8px 40%;
    position: relative;
    color: #5E595B;
  }
  .cookie-table-wrapper .cookie-table td::before {
    content: attr(data-label);
    position: absolute;
    left: 12px;
    top: 8px;
    font-weight: 600;
    white-space: nowrap;
  }
}
.cookie-table-wrapper a {
  color: #1a73e8;
  text-decoration: underline !important;
  font-weight: 700;
}
.cookie-table-wrapper a:hover {
  opacity: 0.8;
}
