/*!
 * Bootstrap  v5.3.3 (https://getbootstrap.com/)
 * Copyright 2011-2024 The Bootstrap Authors
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */
.c-text-block .align-left {
  margin-right: 1em;
  margin-bottom: 1em;
}
.c-text-block .align-right {
  margin-left: 1em;
  margin-bottom: 1em;
}
.c-text-block .h1 a,
.c-text-block .h2 a,
.c-text-block .h3 a,
.c-text-block .h4 a,
.c-text-block .h5 a,
.c-text-block .h6 a,
.c-text-block h1 a,
.c-text-block h2 a,
.c-text-block h3 a,
.c-text-block h4 a,
.c-text-block h5 a,
.c-text-block h6 a {
  text-decoration: none;
}
.c-text-block a {
  text-decoration: underline;
  color: var(--adb-link-color);
}
.c-text-block a:hover {
  color: var(--adb-link-hover-color);
}

.block-layout-builder:last-child .c-text-block p:last-child,
.block-layout-builder:last-child .c-text-block ul:last-child,
.block-layout-builder:last-child .c-text-block ol:last-child {
  margin-bottom: 0;
}

.layout__region--am-sidebar .c-text-block a {
  text-decoration: none;
}