.cmp-standard-tabs {
  box-shadow: 0 2px 4px 0 rgba(34, 34, 34, 0.1);
  border: 1px solid #e5e5e5;
  border-radius: 40px;
  overflow: hidden;
}
.cmp-standard-tabs ol {
  overflow-x: auto;
  scrollbar-width: none;
  margin-bottom: 0;
  flex-wrap: nowrap;
}
.cmp-standard-tabs .cmp-tabs__tab {
  text-align: center;
  border-bottom: unset;
  background-color: #ebf6f8;
  color: #222222;
  border-bottom: 1px solid #dcdcdc;
  padding: 1.7rem 1.5rem;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  flex-grow: 1;
}
.cmp-standard-tabs .cmp-tabs__tab--active {
  background-color: #FFFFFF;
  box-shadow: 0 4px 6px 2px rgba(34, 34, 34, 0.1);
  border-left: 1px solid #dcdcdc;
  border-right: 1px solid #dcdcdc;
  position: relative;
  border-bottom: unset;
}
.cmp-standard-tabs .cmp-tabs__tab:first-child.cmp-tabs__tab--active {
  border-left: unset;
}
.cmp-standard-tabs .cmp-tabs__tab:last-child.cmp-tabs__tab--active {
  border-right: unset;
}
