.simmetal-cookie-banner {
  position: fixed;
  left: 50%;
  bottom: 14px;
  width: min(560px, calc(100vw - 24px));
  transform: translateX(-50%);
  z-index: 20;
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 12px;
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.16);
  border-radius: 14px;
  background: rgba(12, 16, 22, 0.92);
  color: #f4f5f7;
  box-shadow: 0 10px 28px rgba(0, 0, 0, 0.24);
  backdrop-filter: blur(10px);
}

.simmetal-cookie-banner__text {
  margin: 0;
  font-size: 12px;
  line-height: 1.35;
  text-align: center;
}

.simmetal-cookie-banner__text a {
  color: inherit;
  text-decoration: underline;
  text-underline-offset: 3px;
}

.simmetal-cookie-banner__accept {
  flex: 0 0 auto;
  min-height: 36px;
  padding: 0 16px;
  white-space: nowrap;
}

@media (max-width: 720px) {
  .simmetal-cookie-banner {
    flex-direction: column;
    align-items: stretch;
    width: calc(100vw - 20px);
    padding: 10px 12px;
  }

  .simmetal-cookie-banner__accept {
    width: 100%;
  }
}
