.md-post__action {
    display: none;
  }

/* Target only headings inside the blog section */
.toclink {
    font-size: 0.85rem;  /* Adjust as needed */
    text-decoration: none !important; /* Remove underline */
    font-weight: normal !important;   /* Remove bold */
}

.md-post--excerpt {
    margin-bottom: 1rem;
}

.md-ellipsis {
    font-weight: normal !important;   /* Remove bold */
}

.md-sidebar__inner {
    font-size: 0.65rem;   /* Font size */
    line-height: 1.6;
}

/* Hide the unwanted elements from the start */
.md-nav__title.md-nav__container {
    display: none !important;       /* Completely hides the element */
    visibility: hidden !important;  /* Ensures the element is hidden but not occupying space */
    height: 0 !important;           /* Remove any height occupied by the element */
    margin: 0 !important;           /* Remove any margins */
    padding: 0 !important;          /* Remove any padding */
    border: none !important;        /* Remove any borders */
}

/* Reset the layout styles of parent or surrounding containers if necessary */
.md-nav__container {
    margin: 0 !important;           /* Remove any unwanted margin from the parent container */
    padding: 0 !important;          /* Remove any unwanted padding from the parent container */
}

.md-nav__container > a[href="https://docs.percona.com/new/"] .md-ellipsis {
    text-indent: 0.8rem;
}

/* Select only elements inside the What's new section */
nav[data-md-level="1"][aria-labelledby="__nav_2_label"] .md-ellipsis {
    text-indent: 0.8rem;
  }