.t972 .t972__banner {
  box-sizing: border-box !important;
  width: min(600px, calc(100% - 40px)) !important;
  max-width: none !important;
  padding: 14px 16px !important;
  border-radius: 12px !important;
}

.t972 .t972__title {
  display: none !important;
}

.t972 .t972__text {
  margin: 0 !important;
  font-size: 13px !important;
  line-height: 1.45 !important;
}

.t972 .t972__buttons {
  display: grid !important;
  grid-template-columns: minmax(0, 1fr) auto !important;
  align-items: center !important;
  gap: 8px !important;
  margin-top: 8px !important;
}

.t972 .t972__buttons-wrap {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr)) !important;
  align-items: stretch !important;
  gap: 8px !important;
}

.t972 .t972__accept-btn,
.t972 .t972__reject-btn {
  box-sizing: border-box !important;
  align-self: stretch !important;
  width: 100% !important;
  min-width: 0 !important;
  min-height: 44px !important;
  margin: 0 !important;
  padding: 0 12px !important;
  border-radius: 6px !important;
  font-size: 13px !important;
  line-height: 1.2 !important;
}

#allrecords .t972 .t972__accept-btn.t-btnflex {
  background-color: #244ce9 !important;
  border-color: #244ce9 !important;
  color: #ffffff !important;
}

#allrecords .t972 .t972__accept-btn.t-btnflex:hover {
  background-color: #1d3cc0 !important;
  border-color: #1d3cc0 !important;
}

#allrecords .t972 .t972__reject-btn.t-btnflex {
  background-color: #ffffff !important;
  border-color: #112e59 !important;
  color: #112e59 !important;
}

.t972 .t972__settings-btn {
  width: auto !important;
  min-height: 32px !important;
  height: 32px !important;
  padding: 0 6px !important;
  font-size: 13px !important;
  text-decoration: underline !important;
  text-underline-offset: 3px !important;
}

@media (max-width: 599px) {
  .t972 .t972__banner {
    width: calc(100% - 20px) !important;
    padding: 13px 14px 11px !important;
  }

  .t972 .t972__text {
    font-size: 13px !important;
    line-height: 1.4 !important;
  }

  .t972 .t972__buttons {
    grid-template-columns: minmax(0, 1fr) !important;
    gap: 3px !important;
    margin-top: 8px !important;
  }

  .t972 .t972__settings-btn {
    justify-self: start !important;
    min-height: 28px !important;
    height: 28px !important;
    padding-inline: 0 !important;
  }
}

@media (min-width: 600px) {
  .t972 .t972__banner {
    width: min(600px, calc(100% - 40px)) !important;
  }
}

@media (min-width: 1024px) {
  .t972 .t972__banner {
    width: min(600px, calc(100% - 40px)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .t972 .t972__banner,
  .t972 .t972__banner * {
    animation: none !important;
    transition-duration: 0.01ms !important;
  }
}
