article a { /* Blue links */
  color: #0052CC !important;
  text-decoration: none;
}

article a:hover { /* Matching Atlassian style with links */
  color: #2684FF !important;
  text-decoration: underline;
}

div#site-navigation div.top-bar-right li.picker {
    background-color: #F7F7F7;
    border-radius: 8px !important;
    border: 1px solid #DFE1E6;
    height: 39px;
    font-size: 18px;
    padding-right: 0.8rem;
}
div#site-navigation div.top-bar-right li.picker > a {
    padding-top: 0.6rem;
    color: rgb(0, 12, 52) !important;
    text-decoration: none;
}
div#site-navigation div.top-bar-right li.picker > a::after {
    border-top-width: 2px !important;
    border-right-width: 2px !important;
    border-color: rgb(0, 12, 52) !important;
    margin-top: -5px !important;
}
div#site-navigation div.top-bar div.top-bar-right .header__navigation__menu-container--link a {
  font-size: 18px;
} 

/* Cookie Notice */
body div#cookies {
  inset: 0!important;
  margin: auto!important;
  border: none!important;
  overflow: visible;
  height: fit-content;
}

body div#cookies::before {
  content: "";
  position: fixed;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: -2;
  backdrop-filter: blur(2px) brightness(0.6);
}

body div#cookies::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: white;
  border: 1px solid #5E6C84;  
  box-sizing: border-box;
  box-shadow: 0 0 10px #5E6C84;
  pointer-events: none;
  z-index: -1;
}

#cookies-opt-out {
  color: lightgrey !important;
  font-size: 10px;
  float: right;
  margin-top: 18px;
}

#cookies .button--white-on-black span:hover {
  background-color: #23204d !important;
  color: #fff !important;
}
/* Cookie Notice End */

/*Hide cards*/
a.cell.medium-4.tile.tile--topics[title='How to insert and remove macros'],
a.cell.medium-4.tile.tile--topics[title='Configuring parameters of Table Filter, Charts & Spreadsheets'],
a.cell.medium-4.tile.tile--topics[title='Use cases'],
a.cell.medium-4.tile.tile--topics[title='How to set the date format and worklog settings'],
a.cell.medium-4.tile.tile--topics[title='Privacy and Data Collection Policy'],
a.cell.medium-4.tile.tile--topics[title='Advanced App Edition'],
a.cell.medium-4.tile.tile--topics[title='Release Notes'],
a.cell.medium-4.tile.tile--topics[title='Migration Details'],
a.cell.medium-4.tile.tile--topics[title='How to work with built-in and third-party macros'],
a.cell.medium-4.tile.tile--topics[title='VPAT (Product Accessibility)']
{
  display:none;
}
/*first three cards*/
a.cell.medium-4.tile.tile--topics:nth-child(-n+4) {
  margin-bottom: 64px;
  box-shadow: 0px 3px 5px rgb(9 30 66 / 40%), 0px 0px 1px rgb(9 30 66 / 31%);
}


/*fix tf-floating-btn*/
.article .article__content #main-content .table-wrap > table { 
  padding: 0; 
}

/*fix tf-floating-btn*/
.article .article__content #main-content .table-wrap > table { 
  padding: 0; 
}

/*fix tf-menu*/
.article .article__content article #content .tablefilter-outer-wrapper .tfac-menu *,
.article .article__content article #content .tablefilter-outer-wrapper .filter-container * { 
  font-size: 14px;
}
.article .article__content article #content .tablefilter-outer-wrapper .tfac-menu ul,
.article .article__content article #content .tablefilter-outer-wrapper .filter-container ul { 
  margin-left: 0; 
  max-width: none;
}

/*fix tf chosen*/
.article .article__content article #content .tablefilter-outer-wrapper .filter-container .chosen-container > ul.chosen-choices > li {
  margin: 0!important
}
.article .article__content article #content .tablefilter-outer-wrapper .filter-container .chosen-container > ul.chosen-choices > li > input {
  height: auto;
}

/* intro */
main .space-overview__detail__intro {
  margin-bottom: 18px;
}
main .space-overview__detail__intro .space-overview__detail__intro--logo {
  width: 5rem;  
}
main .space-overview__detail__intro .space-overview__detail__intro--title h1 {
  font-size: 2.4rem;  
}
main .space-overview__detail__intro .space-overview__detail__intro--description p {
  font-size: 1.2rem;  
}

/* hide panel toc */
body.hidenTocPanel .grid-container.article > .article__content > .article__toc {
  display: none;
}

/*toc items*/
.article__toc ol.toc-list {
  list-style: square;
} 

.article__toc ol.toc-list > li > ol.toc-list {
  list-style: circle;
} 

<!-- Banner -->
button#stiltsoft-get-cons-button {
background-color: #55C187;
border: none;
color: white;
padding: 6px 12px;
text-align: center;
text-decoration: none;
display: inline-block;
font-size: 16px;
font-family: -apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;
border-radius: 3px;
font-weight: 600;
cursor: pointer;
-webkit-transition-duration: 0.4s; /* Safari */
transition-duration: 0.4s;
}
#stiltsoft-get-cons-button:hover {
background-color: #35B771;
}
#stiltsoft-banner {
background-color: #5358FC;
width: 100%;
display: flex;
justify-content: center;
align-items: center;
}
#stiltsoft-banner-description {
color: #FFFFFF;
padding: 16px;
font-weight: 600;
font-size: 16px;
}
<!-- Banner -->
