.header {
  border-top: 5px solid #80808085;
}

.navbar-brand {
  background: #80808085;
}

.copyright.angle::before {
  height: 60px;
}

/* Overlap the hexagon triangles to prevent subpixel seams at some zoom levels. */
.service-icon::before {
  top: -29px;
}

.service-icon::after {
  bottom: -29px;
}

/* Keep the wide comparison tables readable on phones and narrow laptops. */
.entry-content table {
  display: block;
  width: 100%;
  margin-bottom: 24px;
  overflow-x: auto;
  border-collapse: collapse;
  -webkit-overflow-scrolling: touch;
}

.entry-content th,
.entry-content td {
  min-width: 130px;
  padding: 10px 12px;
  border: 1px solid #ddd;
  vertical-align: top;
}

.entry-content th {
  background: #f5f5f5;
}

.cookie-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2000;
  display: flex;
  justify-content: center;
}

.cookie-consent[hidden],
.cookie-consent-manage[hidden] {
  display: none;
}

.cookie-consent__content {
  width: min(100%, 760px);
  padding: 20px;
  border: 1px solid rgba(34, 34, 34, 0.16);
  border-radius: 8px;
  background: #fff;
  box-shadow: 0 18px 60px rgba(29, 28, 33, 0.24);
  color: #333;
}

.cookie-consent__content h2 {
  margin: 0 0 8px;
  font-size: 22px;
}

.cookie-consent__content p {
  margin: 0 0 16px;
  color: #444;
  line-height: 1.5;
}

.cookie-consent__option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  margin: 0;
  padding: 14px;
  border: 1px solid rgba(34, 34, 34, 0.16);
  border-radius: 8px;
  cursor: pointer;
}

.cookie-consent__option small {
  display: block;
  margin-top: 2px;
  color: #666;
  line-height: 1.35;
}

.cookie-consent__option input {
  width: 22px;
  min-width: 22px;
  height: 22px;
  accent-color: #808080;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  justify-content: flex-end;
  gap: 10px;
  margin-top: 16px;
}

.cookie-consent__button,
.cookie-consent-manage {
  min-height: 44px;
  padding: 10px 14px;
  border: 1px solid #808080;
  border-radius: 4px;
  background: #fff;
  color: #444;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
}

.cookie-consent__button {
  background: #808080;
  color: #fff;
}

.cookie-consent__button--accept {
  background: #fff;
  color: #444;
}

.cookie-consent__button:hover,
.cookie-consent__button:focus,
.cookie-consent-manage:hover,
.cookie-consent-manage:focus {
  border-color: #555;
  outline: 2px solid transparent;
  background: #666;
  color: #fff;
}

.cookie-consent-manage {
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 1990;
  box-shadow: 0 10px 30px rgba(29, 28, 33, 0.18);
}

@media (max-width: 575px) {
  .cookie-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .cookie-consent__content {
    padding: 16px;
  }

  .cookie-consent__actions {
    display: grid;
    grid-template-columns: 1fr;
  }

  .cookie-consent-manage {
    right: 10px;
    bottom: 10px;
    max-width: calc(100% - 20px);
  }
}
