.foibe-cookie-consent {
  position: fixed;
  inset: 0;
  z-index: 100000;
  display: none;
  align-items: flex-end;
  justify-content: center;
  padding: 18px;
  background: rgba(0, 0, 0, 0.48);
  color: #333;
  font-family: Raleway, Arial, sans-serif;
}

.foibe-cookie-consent.is-open { display: flex; }

.foibe-cookie-consent__dialog {
  width: 100%;
  max-width: 970px;
  max-height: calc(100vh - 36px);
  overflow-y: auto;
  padding: 18px 18px 14px;
  border-radius: 3px;
  background: #fff;
  box-shadow: 0 12px 42px rgba(0, 0, 0, 0.25);
}

.foibe-cookie-consent .foibe-cookie-consent__title {
  margin: 0 0 26px;
  color: #2e2e2e;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.35;
  text-align: center;
}

.foibe-cookie-consent .foibe-cookie-consent__title::after {
  display: none;
  content: none;
}

.foibe-cookie-consent__copy { font-size: 18px; line-height: 1.55; }
.foibe-cookie-consent__copy p { margin: 0 0 16px; }

.foibe-cookie-consent__actions {
  display: flex;
  gap: 12px;
  margin-top: 88px;
}

.foibe-cookie-consent__button {
  flex: 1 1 0;
  min-height: 56px;
  padding: 12px 18px;
  border: 1px solid #e7e7e7;
  border-radius: 8px;
  background: #f7f7f7;
  color: #333;
  cursor: pointer;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.25;
  text-align: center;
}

.foibe-cookie-consent__button:hover,
.foibe-cookie-consent__button:focus {
  border-color: #176f08;
  outline: 3px solid rgba(23, 111, 8, 0.2);
  outline-offset: 2px;
}

.foibe-cookie-consent__button--primary {
  border-color: #176f08;
  background: #176f08;
  color: #fff;
}

.foibe-cookie-consent__privacy { margin: 16px 0 0; text-align: center; }
.foibe-cookie-consent__privacy a { color: #333; font-size: 17px; text-decoration: underline; }
.foibe-cookie-consent__settings { display: none; }
.foibe-cookie-consent.is-settings .foibe-cookie-consent__summary { display: none; }
.foibe-cookie-consent.is-settings .foibe-cookie-consent__settings { display: block; }
.foibe-cookie-consent__settings-intro { margin: 0 0 16px; font-size: 16px; line-height: 1.5; }

.foibe-cookie-consent__category { padding: 15px 0; border-top: 1px solid #ddd; }
.foibe-cookie-consent__category-header { display: flex; align-items: center; justify-content: space-between; gap: 20px; }
.foibe-cookie-consent__category h3 { margin: 0; color: #333; font-size: 17px; font-weight: 700; }
.foibe-cookie-consent__category p { margin: 8px 90px 0 0; font-size: 14px; line-height: 1.45; }
.foibe-cookie-consent__always-on { color: #176f08; font-size: 14px; font-weight: 700; white-space: nowrap; }

.foibe-cookie-consent__switch {
  position: relative;
  display: inline-block;
  flex: 0 0 auto;
  width: 52px;
  height: 30px;
  margin: 0;
}

.foibe-cookie-consent__switch input { position: absolute; width: 1px; height: 1px; opacity: 0; }
.foibe-cookie-consent__slider { position: absolute; inset: 0; border-radius: 30px; background: #777; cursor: pointer; transition: background 0.15s ease; }
.foibe-cookie-consent__slider::before { position: absolute; top: 4px; left: 4px; width: 22px; height: 22px; border-radius: 50%; background: #fff; content: ""; transition: transform 0.15s ease; }
.foibe-cookie-consent__switch input:checked + .foibe-cookie-consent__slider { background: #176f08; }
.foibe-cookie-consent__switch input:checked + .foibe-cookie-consent__slider::before { transform: translateX(22px); }
.foibe-cookie-consent__switch input:focus + .foibe-cookie-consent__slider { outline: 3px solid rgba(23, 111, 8, 0.25); outline-offset: 2px; }
.foibe-cookie-consent__settings .foibe-cookie-consent__actions { margin-top: 20px; }
body.foibe-cookie-consent-open { overflow: hidden; }

.foibe-cookie-settings-link {
  padding: 0;
  border: 0;
  background: transparent;
  color: inherit;
  cursor: pointer;
  font: inherit;
  text-decoration: underline;
}

@media (max-width: 767px) {
  .foibe-cookie-consent { padding: 10px; }
  .foibe-cookie-consent__dialog { max-height: calc(100vh - 20px); padding: 20px 16px 14px; }
  .foibe-cookie-consent .foibe-cookie-consent__title { margin-bottom: 18px; font-size: 17px; }
  .foibe-cookie-consent__copy { font-size: 15px; line-height: 1.5; }
  .foibe-cookie-consent__actions { flex-direction: column; margin-top: 28px; }
  .foibe-cookie-consent__button { flex-basis: auto; width: 100%; min-height: 50px; font-size: 16px; }
  .foibe-cookie-consent__category p { margin-right: 0; }
}

@media (prefers-reduced-motion: reduce) {
  .foibe-cookie-consent__slider,
  .foibe-cookie-consent__slider::before { transition: none; }
}
