.tui_subnational_tabs_scroll .scroll-btn {
  position: absolute;
  border: none;
  cursor: pointer;
  z-index: 1;
  width: 32px;
  height: 32px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "loopicon";
  font-size: 1rem;
  line-height: 1;
  font-weight: 400;
  color: rgb(0, 113, 188);
  background-color: #fff;
  filter: drop-shadow(0px 2px 4px rgba(0, 0, 0, 0.32));
  border-radius: 50%;
  top: -8px;
}
.tui_subnational_tabs_scroll .scroll-btn .lp::before {
  color: #004370;
}
.tui_subnational_tabs_scroll .scroll-btn.left {
  left: 0;
}
.tui_subnational_tabs_scroll .scroll-btn.right {
  right: 0;
}
.tui_subnational_tabs_scroll .cmp-tabs__tablist {
  display: flex;
  flex-wrap: nowrap !important;
  align-items: center;
  list-style-type: none;
  padding: 0;
  white-space: nowrap;
  position: relative;
  width: auto;
  overflow-x: auto;
}
.tui_subnational_tabs_scroll .cmp-tabs__tablist {
  overflow-y: scroll;
  scrollbar-width: none;
  -ms-overflow-style: none;
}


.tui_subnational_tabs_scroll {
  position: relative;
}
.tui_subnational_tabs_scroll .text p:last-child {
  margin-bottom: 0;
}