/* =======================================
   COOKIES HERO LINKS
======================================= */
.cookies-hero-links .nav-link {
  padding: 8px 20px;
  color: #000;
  background: #fff;
  border-radius: 10px;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.cookies-hero-links .nav-link:hover {
  color: #000 !important;
  background: #e7e7e7;
}

/* =======================================
   SECTION DEFAULT (HEADINGS & PARAGRAPHS)
======================================= */
.section-default h2 {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 28px !important;
  font-weight: 700 !important;
  font-style: normal;
  line-height: normal !important;
  margin-bottom: 20px;
}

.section-default p {
  color: #000;
  font-family: "Open Sans", sans-serif;
  font-size: 16px !important;
  font-weight: 400 !important;
  font-style: normal;
  line-height: normal !important;
}

/* =======================================
   SCROLL MARGIN SECTIONS
======================================= */
#introduction,
#what-are-cookies,
#cookies-analysis,
#cookie-management,
#manage-cookies {
  scroll-margin-top: 120px;
}

/* =======================================
   COOKIES TABLE WRAPPER
======================================= */
.cookies-table-wrapper {
  width: 100%;
  overflow-x: auto;
  background: #fff;
  border-radius: 6px;
  border: none;
}

/* =======================================
   COOKIES TABLE
======================================= */
.cookies-table {
  width: 100%;
  min-width: 800px;
  border-collapse: separate;
  border-spacing: 0 13px;
  /* ---------- Table Header ---------- */
  /* ---------- Table Body ---------- */
}

.cookies-table thead th {
  padding: 24px 24px 10px;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 20px;
  font-weight: 600;
  font-style: normal;
  line-height: normal;
}

.cookies-table tbody td {
  padding: 24px;
  color: #000;
  text-align: center;
  font-family: "Open Sans", sans-serif;
  font-size: 16px;
  font-weight: 400;
  font-style: normal;
  line-height: normal;
}

.cookies-table tbody tr {
  background: #f4f4f4;
}

.cookies-table tbody tr td:first-child {
  border-radius: 20px 0 0 20px;
}

.cookies-table tbody tr td:last-child {
  border-radius: 0 20px 20px 0;
}

.cookies-table tbody tr td:nth-child(2) {
  min-width: 330px;
  max-width: 270px;
}

/* =======================================
   TABLE CONTROLS
======================================= */
#entries-per-page {
  min-width: 70px;
}

#table-search {
  min-width: 220px;
}

.entries-count {
  font-size: 14px;
  color: #666;
}

/* =======================================
   PAGINATION
======================================= */
.page-item .page-link {
  border-radius: 0 !important;
}

.pagination .page-link {
  padding: 6px 10px;
  border-radius: 4px;
}

/* =======================================
   RESPONSIVE (TABLET)
======================================= */
@media (max-width: 767.98px) {
  .cookies-hero-links li {
    min-width: 100%;
  }
}

/* =======================================
   RESPONSIVE (MOBILE)
======================================= */
@media (max-width: 575px) {
  #table-search {
    min-width: 140px;
    width: 100%;
  }
}
