.assistant-cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 999999;
  max-width: 420px;
  width: calc(100% - 32px);
}

.assistant-cookie-banner__panel {
  background: #fff;
  border: 1px solid #e4e9e6;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgba(20, 40, 32, 0.12);
  padding: 20px 22px;
}

.assistant-cookie-banner__title {
  margin: 0 0 10px;
  font-size: 18px;
  line-height: 1.3;
  font-weight: 700;
  color: #1f2a24;
}

.assistant-cookie-banner__text {
  margin: 0 0 12px;
  font-size: 14px;
  line-height: 1.5;
  color: #2a3532;
}

.assistant-cookie-banner__links {
  margin: 0 0 16px;
  font-size: 13px;
  line-height: 1.45;
}

.assistant-cookie-banner__links a {
  color: #145e50;
  text-decoration: underline;
}

.assistant-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.assistant-cookie-banner__btn {
  flex: 1 1 auto;
  min-width: 140px;
  margin: 0;
}

.assistant-cookie-banner__btn--secondary {
  background: transparent;
  color: #145e50;
  border: 1px solid #145e50;
}

.assistant-cookie-revisit {
  position: fixed;
  left: 16px;
  bottom: 16px;
  z-index: 999998;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #024962;
  color: #fff;
  font-size: 20px;
  line-height: 1;
  cursor: pointer;
  box-shadow: 0 4px 16px rgba(0, 0, 0, 0.15);
}

@media (max-width: 575px) {
  .assistant-cookie-banner {
    right: 16px;
    bottom: 16px;
    left: 16px;
    width: auto;
    max-width: none;
  }

  .assistant-cookie-banner__actions {
    flex-direction: column;
  }

  .assistant-cookie-banner__btn {
    width: 100%;
  }
}
