/**
 * Extra styles
 */
.design-container {
    width: 100%;
    max-width: 1464px;
    padding-left: 100px;
    padding-right: 25px;
}
.link {
    background: linear-gradient(#000,#000) left bottom no-repeat;
    background-size: 0% 2px;
    margin-bottom: 1rem;
    position: relative;
    display: inline-block;
    transition-property: all;
    transition-timing-function: cubic-bezier(.4,0,.2,1);
    transition-duration: .3s;
    color: inherit !important;
    font-weight: 400;
    font-size:18px;
}
.link:after {
    position: absolute;
    bottom: 0;
    display: block;
    height: 2px;
    width: 100%;
    content: var(--tw-content);
    --tw-bg-opacity: 1;
    background-color: rgb(34 39 43 / var(--tw-bg-opacity));
}
.design-container ul li {
  list-style-type: none;
}
@media only screen and (max-width: 600px) {
  .show-page-tree {
    margin-left: 0em !important;
  }
}
