.mitacore-cookie-banner {
  position: fixed;
  left: 20px;
  bottom: 32px;
  z-index: 2147483000;
  display: flex;
  flex-direction: column;
  justify-content: center;
  box-sizing: border-box;
  width: 490px;
  height: 185px;
  padding: 0 42px;
  color: #000;
  background: #f7f7f4;
  border-radius: 32px;
  filter: drop-shadow(0 16px 32px rgba(17, 17, 17, 0.16));
  font-family: "Inter", "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}

.mitacore-cookie-text {
  max-width: 466px;
  margin: 0 0 20px;
  color: #000;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.32;
  letter-spacing: 0;
}

.mitacore-cookie-actions {
  display: flex;
  gap: 12px;
  align-items: center;
}

.mitacore-cookie-button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 118px;
  height: 36px;
  padding: 0 22px;
  border: 0;
  border-radius: 8px;
  font-size: 17px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

.mitacore-cookie-accept {
  color: #fff;
  background: #000;
}

.mitacore-cookie-reject {
  color: #000;
  background: #efeee9;
}

@media (max-width: 720px) {
  .mitacore-cookie-banner {
    right: 16px;
    left: 16px;
    bottom: 16px;
    width: auto;
    padding: 28px 24px 24px;
    border-radius: 28px;
  }

  .mitacore-cookie-text {
    margin-bottom: 26px;
    font-size: 20px;
    line-height: 1.35;
  }

  .mitacore-cookie-actions {
    gap: 12px;
  }

  .mitacore-cookie-button {
    min-width: 0;
    width: 50%;
    height: 56px;
    padding: 0 18px;
    border-radius: 14px;
    font-size: 22px;
  }
}
