.cookie-consent {
  position: fixed;
  right: 16px;
  bottom: 16px;
  left: 16px;
  z-index: 2000;
  max-width: 760px;
  margin: 0 auto;
  padding: 1.25rem;
  border: 1px solid rgba(255, 255, 255, 0.18);
  border-radius: 16px;
  color: #ffffff;
  background: rgba(10, 31, 68, 0.95);
  box-shadow: 0 18px 48px rgba(10, 31, 68, 0.34);
}

.cookie-consent__title {
  margin: 0 0 0.45rem;
  font-size: 1.05rem;
  font-weight: 700;
}

.cookie-consent__text {
  margin: 0;
  color: rgba(255, 255, 255, 0.86);
  font-size: 0.93rem;
  line-height: 1.55;
}

.cookie-consent__note {
  margin: 0.65rem 0 0;
  color: rgba(255, 255, 255, 0.72);
  font-size: 0.83rem;
  line-height: 1.45;
}

.cookie-consent__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem;
  margin-top: 1rem;
}

.cookie-consent__button {
  min-height: 44px;
  padding: 0.65rem 1rem;
  border: 1px solid transparent;
  border-radius: 8px;
  font: inherit;
  font-weight: 700;
  cursor: pointer;
}

.cookie-consent__accept {
  color: #ffffff;
  background: #ef5b78;
}

.cookie-consent__reject {
  color: #ffffff;
  border-color: rgba(255, 255, 255, 0.75);
  background: transparent;
}

.cookie-consent__button:focus-visible,
.cookie-consent__link:focus-visible {
  outline: 3px solid #ffffff;
  outline-offset: 3px;
}

.cookie-consent__link {
  display: inline-block;
  margin-top: 0.85rem;
  color: #ffffff;
  font-size: 0.86rem;
}

@media (max-width: 575.98px) {
  .cookie-consent {
    right: 12px;
    bottom: 12px;
    left: 12px;
    padding: 1rem;
  }

  .cookie-consent__button {
    flex: 1 1 100%;
  }
}
