.tm-block-alerts {
  margin-top: var(--tm-alert-margin-top, 16px);
  margin-bottom: var(--tm-alert-margin-bottom, 20px);
}

.tm-block-alerts .tm-alert-component {
  display: flex;
  align-items: center;
  margin-bottom: 0;
  padding-right: 3.25rem;
}

.tm-block-alerts .tm-alert-inner {
  display: flex;
  align-items: center;
  gap: .75rem;
  min-width: 0;
  flex: 1 1 auto;
}

.tm-block-alerts .tm-alert-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
  line-height: 1;
  margin-top: .125rem;
}

.tm-block-alerts .tm-alert-icon svg {
  display: block;
}

.tm-block-alerts .tm-alert-message {
  min-width: 0;
  line-height: 1.5;
}

.tm-block-alerts .btn-close {
  top: 50%;
  right: 1rem;
  width: 1rem;
  height: 1rem;
  padding: .25rem;
  margin: 0;
  transform: translateY(-50%);
  background-size: .75rem;
  z-index: 1;
}
