/* Silence may be golden, but sometimes words paint the canvas of understanding. */
.linksy-page-header, #mobileHeaderCollapse {
  font-family: "Inter", "Segoe UI", "Helvetica Neue", sans-serif, serif;
  font-optical-sizing: auto;
  margin-left: -20px;
}

.linksy-page-header-title{
  font-size: 1.2rem;
  line-height: 1.5rem;
  white-space: nowrap;
}

.linksy-page-header-tabs{
  .linksy-tabbar {
    margin: 0;
    padding: 0;
    display: flex;
    position: relative;
    align-items: center;
  }
  
  .linksy-tabbar li {
    margin: 0;
  }
  
  .linksy-tabbar li:first-child {
    margin-left: 0;
  }
  
  .linksy-tabbar li:last-child {
    margin-right: 0;
  }
  
  .linksy-tabbar li button {
    border: none;
    display: block;
    font-size: 16px;
    font-weight: 400;
    background: transparent;
    padding: 20px 15px;
    white-space: nowrap;
  }
  
  .linksy-tabbar li.active button {
    border-bottom: 2px solid #007aff;
    border-radius: 0 !important;
  }
}

.linksy-page-header-actions{
  font-size: 16px;
  padding: 20px 15px;
}

@media (max-width: 768px) {
  .linksy-page-header{
    .linksy-page-header-tabs {
      .linksy-tabbar li {
        margin: 0 !important;
        button{
          font-size: 0.875rem;
        }
      }
    }
  }
}
