.tbrs-root {
  all: initial;
  display: block;
  width: 100%;
  font-family: var(--tbrs-font);
  color: var(--tbrs-navy-deep);
  background: var(--tbrs-bg);
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  line-height: 1.5;
  text-align: left;
  letter-spacing: normal;
  text-transform: none;
}

.tbrs-root *,
.tbrs-root *::before,
.tbrs-root *::after {
  box-sizing: border-box;
}

.tbrs-root :where(h1, h2, h3, h4, h5, h6, p, ul, ol, li, button, figure, blockquote) {
  margin: 0;
  padding: 0;
  font: inherit;
  color: inherit;
  background: transparent;
  border: 0;
  list-style: none;
  text-decoration: none;
}

.tbrs-root :where(button) {
  cursor: pointer;
  appearance: none;
  -webkit-appearance: none;
  min-height: 0;
  min-width: 0;
  line-height: normal;
  text-transform: none;
  letter-spacing: normal;
  box-shadow: none;
  vertical-align: middle;
}

.tbrs-root button.tbrs-arrow {
  display: flex;
  align-items: center;
  justify-content: center;
  width: var(--tbrs-arrow-size);
  height: var(--tbrs-arrow-size);
  min-width: var(--tbrs-arrow-size);
  min-height: var(--tbrs-arrow-size);
  max-width: var(--tbrs-arrow-size);
  max-height: var(--tbrs-arrow-size);
  padding: 0;
  margin: 0;
  line-height: 0;
  flex-shrink: 0;
}

.tbrs-root :where(img, svg) {
  display: block;
  max-width: 100%;
  height: auto;
}

.tbrs-root :where(strong, b) {
  font-weight: 700;
}

.tbrs-root :where(a) {
  color: inherit;
  text-decoration: none;
}
