.cookieagry__action {
  display: flex;
  gap: 10px;
  flex: 0 0 auto;
}

.cookieagry__required {
  min-height: 38px;
  padding: 0 16px;
  border: 1px solid rgba(255, 255, 255, 0.85);
  color: #fff;
  background: transparent;
}

.cookieagry__required:hover,
.cookieagry__required:focus {
  color: #343434;
  background: #fff;
}

@media (max-width: 767px) {
  .cookieagry {
    bottom: calc(6.5rem + env(safe-area-inset-bottom, 0px));
  }

  .cookieagry-alert {
    display: block;
    max-height: 46vh;
    overflow-y: auto;
    margin: 8px;
    padding: 12px;
    border-radius: 8px;
  }

  .cookieagry__text {
    margin: 0 0 10px;
    font-size: 13px;
    line-height: 1.35;
  }

  .cookieagry__action {
    width: 100%;
    gap: 8px;
  }

  .cookieagry__action .ui-btn {
    width: auto;
    min-width: 0;
    min-height: 44px;
    height: 44px;
    padding: 0 12px;
    flex: 1 1 50%;
    white-space: normal;
    line-height: 1.15;
  }
}
