.rnr-cookie-banner {
  position: fixed;
  right: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(520px, calc(100vw - 32px));
  padding: 22px;
  color: #1f2933;
  background: #ffffff;
  border: 1px solid rgba(28, 142, 199, 0.22);
  border-radius: 18px;
  box-shadow: 0 24px 70px rgba(0, 0, 0, 0.22);
  font-family: "Poppins", sans-serif;
}

.rnr-cookie-banner__title {
  margin: 0 0 8px;
  color: #1c8ec7;
  font-size: 18px;
  font-weight: 700;
}

.rnr-cookie-banner__text {
  margin: 0;
  font-size: 14px;
  line-height: 1.55;
}

.rnr-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 18px;
}

.rnr-cookie-banner__button,
.rnr-cookie-banner__link {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 40px;
  padding: 10px 16px;
  border-radius: 999px;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
  cursor: pointer;
}

.rnr-cookie-banner__button {
  color: #ffffff;
  background: #1c8ec7;
  border: 1px solid #1c8ec7;
}

.rnr-cookie-banner__button:hover {
  background: #166f9c;
}

.rnr-cookie-banner__link {
  color: #1c8ec7;
  background: #ffffff;
  border: 1px solid rgba(28, 142, 199, 0.35);
}

.rnr-cookie-banner__link:hover {
  color: #166f9c;
  border-color: #166f9c;
}

@media (max-width: 600px) {
  .rnr-cookie-banner {
    right: 16px;
    bottom: 16px;
  }

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