.med10x-mariana-consent {
  align-items: flex-end;
  background: rgb(0 0 0 / 35%);
  bottom: 0;
  display: flex;
  font-family: Arial, sans-serif;
  justify-content: center;
  left: 0;
  padding: 16px;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 2147483646;
}

.med10x-mariana-consent__card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 32px rgb(0 0 0 / 20%);
  color: #202124;
  max-width: 620px;
  padding: 20px;
  width: 100%;
}

.med10x-mariana-consent__card p {
  line-height: 1.45;
  margin: 0 0 16px;
}

.med10x-mariana-consent__actions {
  display: grid;
  gap: 12px;
  grid-template-columns: 1fr 1fr;
}

.med10x-mariana-consent__actions button {
  background: #fff;
  border: 1px solid #395f62;
  border-radius: 8px;
  color: #274649;
  cursor: pointer;
  font: inherit;
  font-weight: 600;
  min-height: 44px;
}

.med10x-mariana-privacy-control {
  background: #fff;
  border: 1px solid #627174;
  border-radius: 999px;
  bottom: 10px;
  color: #33484b;
  cursor: pointer;
  font: 12px Arial, sans-serif;
  padding: 7px 11px;
  position: fixed;
  right: 10px;
  z-index: 2147483645;
}

@media (max-width: 480px) {
  .med10x-mariana-consent__actions {
    grid-template-columns: 1fr;
  }
}
