#SiteLinkStyle {
  max-width: 1920px !important;
  width: 100% !important;
  order: 1 !important;
}
@media (min-width: 1025px) {
  #SiteLinkStyle .site-link-components {
      width: inherit !important;
      margin: 0 auto !important;
      padding-bottom: 1em !important;
  }
    }
#SiteLinkStyle .site-link-components {
    margin: 0 auto !important;
  }
:is(#SiteLinkStyle .site-link-components) .box {
      width: inherit;
      text-align: left;
    }
:is(:is(#SiteLinkStyle .site-link-components) .box) .title {
        padding: 14px 10px;
        border-bottom: 1px solid #e5e5e5;
        margin-bottom: 14px;
        word-break: break-word !important;
        line-height: inherit !important;
      }
:is(:is(:is(#SiteLinkStyle .site-link-components) .box) .box-content) ul {
          padding-inline-start: 10px;
          padding-right: 10px;
          margin-top: 0px;
          margin-bottom: 0px;
          list-style: none;
        }
:is(:is(:is(:is(:is(#SiteLinkStyle .site-link-components) .box) .box-content) ul) li:first-child) a {
              border-top: none;
              padding-top: 0;
              margin-top: 0;
            }
:is(:is(:is(:is(:is(#SiteLinkStyle .site-link-components) .box) .box-content) ul) li) a {
              cursor: pointer !important;
              border-top: 1px dashed #dfdfdf;
              padding-top: 10px;
              margin-top: 10px;
            }
:is(:is(:is(:is(:is(#SiteLinkStyle .site-link-components) .box) .box-content) ul) li) a:hover {
              color: "#0C2028" !important;
            }
