.site-terms-consent {
  position: fixed;
  z-index: 2000;
  right: 24px;
  bottom: 24px;
  max-width: 340px;
  padding: 0;
  font-family: inherit;
  color: var(--dark-font); }

.site-terms-consent__inner {
  padding: 18px 20px 16px;
  background-color: rgba(255, 255, 255, 0.92);
  backdrop-filter: blur(6px);
  -webkit-backdrop-filter: blur(6px);
  border-radius: 12px;
  box-shadow: 0 0 8px rgba(168, 152, 250, 0.35);
  border: 1px solid rgba(168, 152, 250, 0.25); }

.site-terms-consent__text {
  font-size: 0.9rem;
  font-weight: 500;
  line-height: 1.45;
  margin: 0 0 10px; }

.site-terms-consent__legal {
  font-size: 0.82rem;
  font-weight: 600;
  line-height: 1.4;
  margin: 0 0 14px;
  color: var(--dark-font);
  opacity: 0.95; }

.site-terms-consent__ok {
  display: inline-block;
  min-width: 88px;
  padding: 8px 20px;
  border: none;
  border-radius: 6px;
  font-size: 0.95rem;
  font-weight: 600;
  cursor: pointer;
  color: #fff;
  background: linear-gradient(180deg, #0da6ff 0%, #0A94FF 100%);
  box-shadow: 0 2px 6px rgba(10, 148, 255, 0.35);
  transition: opacity 0.2s ease, transform 0.15s ease; }

.site-terms-consent__ok:hover {
  opacity: 0.95;
  transform: translateY(-1px); }

.site-terms-consent__ok:focus {
  outline: 2px solid rgba(10, 148, 255, 0.5);
  outline-offset: 2px; }

@media screen and (max-width: 480px) {
  .site-terms-consent {
    right: 12px;
    bottom: 88px;
    left: 12px;
    max-width: none; } }

/*# sourceMappingURL=terms-consent.css.map */