.aftel-analytics-consent {
  position: fixed;
  z-index: 2147483000;
  right: 16px;
  bottom: 16px;
  left: 16px;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif;
}

.aftel-analytics-consent[hidden] {
  display: none;
}

.aftel-analytics-consent__panel {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  max-width: 1040px;
  margin: 0 auto;
  padding: 18px 20px;
  color: #172033;
  background: #fff;
  border: 1px solid #c8d8ec;
  border-radius: 14px;
  box-shadow: 0 12px 42px rgba(9, 42, 82, .22);
}

.aftel-analytics-consent__copy {
  max-width: 720px;
}

.aftel-analytics-consent__copy strong {
  display: block;
  margin-bottom: 4px;
  color: #063b78;
  font-size: 1rem;
}

.aftel-analytics-consent__copy p {
  margin: 0;
  color: #44536a;
  font-size: .9rem;
  line-height: 1.5;
}

.aftel-analytics-consent__copy a {
  color: #0050b3;
  font-weight: 650;
}

.aftel-analytics-consent__actions {
  display: flex;
  flex: 0 0 auto;
  gap: 10px;
}

.aftel-analytics-consent__actions button,
.aftel-privacy-choices {
  border: 1px solid #9bb5d3;
  border-radius: 8px;
  padding: 10px 15px;
  color: #064885;
  background: #fff;
  font: inherit;
  font-size: .88rem;
  font-weight: 700;
  cursor: pointer;
}

.aftel-analytics-consent__actions .aftel-analytics-consent__allow {
  border-color: #0050b3;
  color: #fff;
  background: #0050b3;
}

.aftel-analytics-consent__actions button:focus-visible,
.aftel-privacy-choices:focus-visible {
  outline: 3px solid rgba(0, 80, 179, .28);
  outline-offset: 2px;
}

.aftel-privacy-choices {
  position: fixed;
  z-index: 2147482000;
  right: 14px;
  bottom: 12px;
  padding: 7px 10px;
  color: #4b5d73;
  background: rgba(255, 255, 255, .95);
  box-shadow: 0 2px 12px rgba(9, 42, 82, .12);
  font-size: .76rem;
}

@media (max-width: 760px) {
  .aftel-analytics-consent {
    right: 10px;
    bottom: 10px;
    left: 10px;
  }

  .aftel-analytics-consent__panel {
    display: block;
    padding: 16px;
  }

  .aftel-analytics-consent__actions {
    margin-top: 14px;
  }

  .aftel-analytics-consent__actions button {
    flex: 1 1 50%;
  }
}

