.propozzito-cookie-consent {
  position: fixed;
  left: 24px;
  bottom: 24px;
  z-index: 9999;
  width: min(100% - 32px, 460px);
  padding: 0;
  background: #ffffff;
  color: #ffffff;
  border: 1px solid #d9e1f2;
  border-radius: 18px;
  box-shadow: 0 18px 40px rgba(12, 26, 61, 0.12);
  overflow: hidden;
}

.propozzito-cookie-consent[hidden] {
  display: none !important;
}

.propozzito-cookie-consent__content {
  padding: 20px;
}

.propozzito-cookie-consent__eyebrow {
  display: inline-flex;
  align-items: center;
  margin-bottom: 12px;
  font-family: "Poppins", sans-serif;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #6a7a9c;
}

.propozzito-cookie-consent__title {
  margin: 0 0 10px;
  font-family: "Poppins", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.3;
  color: #0a2363;
}

.propozzito-cookie-consent__text {
  margin: 0;
  font-family: "Poppins", sans-serif;
  font-size: 14px;
  line-height: 1.6;
  color: #5f6f92;
}

.propozzito-cookie-consent__actions {
  display: flex;
  flex-wrap: nowrap;
  gap: 12px;
  margin-top: 18px;
}

.propozzito-cookie-consent__button {
  min-height: 40px;
  min-width: 120px;
  padding: 0 16px;
  border-radius: 10px;
  border: 1px solid #cfd8eb;
  background: #ffffff;
  color: #31405f;
  font-family: "Poppins", sans-serif;
  font-size: 13px;
  font-weight: 600;
  cursor: pointer;
  transition: background-color 0.2s ease, color 0.2s ease, border-color 0.2s ease;
}

.propozzito-cookie-consent__button:hover {
  border-color: #b7c4de;
  background: #f7f9fd;
}

.propozzito-cookie-consent__button--primary {
  background: #0a2363;
  color: #ffffff;
  border-color: #0a2363;
}

.propozzito-cookie-consent__button--primary:hover {
  background: #162954;
  border-color: #162954;
}

@media (max-width: 767px) {
  .propozzito-cookie-consent {
    left: 16px;
    right: 16px;
    bottom: 16px;
    width: auto;
  }

  .propozzito-cookie-consent__actions {
    flex-direction: column;
    flex-wrap: wrap;
  }

  .propozzito-cookie-consent__button {
    width: 100%;
    min-width: 0;
  }

}
