.tabs-navigation {
  gap: 10px;
  .tab {
    padding: 2px 8px 3px;
    transition: all .3s ease-in-out;
    cursor: pointer;
    &.active {
      background: #ECF4FE;
      border-radius: 6px;
    }
  }
}

.tabs--content {
  .tab__content {
    display: none;
    padding: 20px 0;
  }
}
