.flugo-related-pages,
.flugo-related-pages * {
  box-sizing: border-box;
}

.flugo-related-pages {
  width: 100%;
  padding: 18px 20px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  background: #fff;
  color: #64748b;
  font-family: inherit;
  font-size: 12px;
  line-height: 1.5;
}

.flugo-related-pages__inner {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  text-align: center;
}

.flugo-related-pages__title {
  margin: 0 0 8px;
  color: #475569;
  font-size: 12px;
  font-weight: 600;
}

.flugo-related-pages__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 6px 14px;
  margin: 0;
  padding: 0;
  list-style: none;
}

.flugo-related-pages__list a {
  color: #64748b;
  text-decoration: none;
  transition: color 0.2s ease;
}

.flugo-related-pages__list a:hover,
.flugo-related-pages__list a:focus-visible {
  color: #079b63;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.flugo-related-pages__list a:focus-visible {
  outline: 2px solid rgba(7, 155, 99, 0.3);
  outline-offset: 3px;
}

.flugo-page-ending,
.flugo-page-ending * {
  box-sizing: border-box;
}

.flugo-page-ending {
  width: 100%;
  padding: 2px 20px 18px;
  background: #fff;
  color: #64748b;
  font-family: inherit;
  text-align: center;
}

.flugo-cookie-settings {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 36px;
  margin: 0 auto 14px;
  padding: 8px 16px;
  border: 1px solid rgba(7, 155, 99, 0.3);
  border-radius: 999px;
  background: #f5fff9;
  color: #07875a;
  font: inherit;
  font-size: 12px;
  font-weight: 600;
  line-height: 1.2;
  cursor: pointer;
  transition: background-color 0.2s ease, border-color 0.2s ease, color 0.2s ease;
}

.flugo-cookie-settings:hover {
  border-color: #079b63;
  background: #eafff2;
  color: #066c49;
}

.flugo-cookie-settings:focus-visible {
  outline: 3px solid rgba(7, 155, 99, 0.24);
  outline-offset: 3px;
}

.flugo-page-ending__copyright {
  width: 100%;
  max-width: 1200px;
  margin: 0 auto;
  padding-top: 14px;
  border-top: 1px solid rgba(15, 23, 42, 0.08);
  color: #94a3b8;
  font-size: 11px;
  font-weight: 400;
  line-height: 1.5;
}
