.tecestore-cookie-banner {
  align-items: flex-start;
  background: #fff;
  border: 1px solid #dfe6ee;
  border-radius: 14px;
  bottom: 18px;
  box-shadow: 0 14px 42px rgba(0, 0, 0, 0.18);
  display: flex;
  gap: 18px;
  left: 18px;
  max-width: 860px;
  padding: 18px;
  position: fixed;
  right: 18px;
  z-index: 10050;
}

.tecestore-cookie-banner__text {
  color: #222;
  flex: 1 1 auto;
  font-size: 14px;
  line-height: 1.45;
}

.tecestore-cookie-banner__text strong {
  display: block;
  font-size: 16px;
  margin-bottom: 6px;
}

.tecestore-cookie-banner__text p {
  margin: 0 0 8px;
}

.tecestore-cookie-banner__actions {
  display: flex;
  flex: 0 0 auto;
  flex-direction: column;
  gap: 8px;
  min-width: 220px;
}

.tecestore-cookie-banner__actions .btn {
  margin: 0;
  white-space: normal;
}

.tecestore-legal-page {
  color: #222;
  font-size: 16px;
  line-height: 1.6;
  max-width: 980px;
}

.tecestore-legal-page h2,
.tecestore-legal-page h3 {
  margin-top: 28px;
}

.tecestore-legal-page ul {
  margin-bottom: 18px;
}

@media (max-width: 767px) {
  .tecestore-cookie-banner {
    border-radius: 12px 12px 0 0;
    bottom: 0;
    flex-direction: column;
    gap: 12px;
    left: 0;
    max-height: 82vh;
    overflow-y: auto;
    padding: 16px;
    right: 0;
  }

  .tecestore-cookie-banner__actions {
    min-width: 0;
    width: 100%;
  }
}
