.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;
  }

/* Algolia Search Configs */

/* Increase font size for the search input */
.DocSearch-Input {
    font-size: 0.75rem !important;  /* adjust size as needed */
  }
  
  /* Increase font size for the result title */
  .DocSearch-Hit-title {
    font-size: 0.6rem !important;
  }
  
  /* Increase font size for the result content/snippet */
  .DocSearch-Hit-path,
  .DocSearch-Hit-text {
    font-size: 0.7rem !important;
  }
  
  /* Optionally increase font size for breadcrumbs or metadata */
  .DocSearch-Hit-Tree,
  .DocSearch-Hit-action {
    font-size: 0.5rem !important;
  }

/* 🧭 Section headings like "Documentation", "Recent Searches" */
.DocSearch-Dropdown-Container .DocSearch-Title {
    font-size: 0.9rem !important;
    font-weight: 600;
  }
  
  /* ❌ "No recent searches" or empty state text */
  .DocSearch-Help {
    font-size: 0.8rem !important;
  }
  
  /* ⌨️ Shortcut hints like "Press / to search" */
  .DocSearch-StartScreen .DocSearch-Help,
  .DocSearch-StartScreen .DocSearch-Label {
    font-size: 0.8rem !important;
  }
  
  /* 🔣 Placeholder and input */
  .DocSearch-Input {
    font-size: 0.9rem !important;
  }
  
  .DocSearch-Button-Keys {
    display: none !important;
  }
  
  /* Optional: make the overall modal content bigger */
  .DocSearch-Container {
    font-size: 0.8rem !important;
  }

  .DocSearch-Button-Placeholder {
    font-size: 0.8rem !important;
  }

  .DocSearch-Button {
    transition: background-color 0.2s ease;
  }
  
  .DocSearch-Button:hover {
    border: none !important;
    box-shadow: none !important; /* Also removes simulated borders */
  }

  .DocSearch-Button {
    width: 180px !important;  /* Adjust to desired width */
  }
