.albert-subject-page-menu li:active {
    color: #1a699e;
}


.albert-subject-page-menu ul {
list-style-type: none;
font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
    margin: 0px;
    margin-top: 16px
}

.albert-subject-page-menu {
font-family: Lato, Helvetica, Arial, sans-serif;
    font-size: .9375rem;
}

.albert-guide-mobile-menu-icon .a-button--secondary {
    background: transparent;
    box-shadow: 0 0 0 1px #d1d5db inset!important;
}

.albert-guide-mobile-icon-container {
    position: sticky!important;
    top: 0px!important;
    z-index: 999!important;
    background: #fff!important;
}

.albert-subject-page-menu span {
      font-size: .875rem;
  padding: 0px 16px;
 margin-bottom: 16px;
}

.albert-subject-page-menu ul li {
  padding: 8px 16px
}

.albert-subject-page-menu li.albert-menu-title-h3 {
  padding-left: 26px;
}

.albert-subject-page-menu ul li {
  padding: 8px 16px
}

.albert-subject-page-menu ul li a {
    color: inherit;
    text-decoration: none;
}


.albert-subject-page-menu ul li:hover {
  background: #f3f4f6;
  border-radius: 8px;
  font-weight: 400;
  cursor: pointer;
}

.albert-menu-title-selected {
    background: #ebf5fa;
    border-radius: 8px;
    color: #1a699e;
}

.albert-subject-page-menu .albert-menu-title-selected:hover {
  background: #d3eaf8;
}

.albert-subject-page-menu-container {
    height: 100%!important;
    overflow-y: auto!important;
    position: sticky!important;
    top: 60px!important;
    z-index: 2!important;
}

/* Global styles for the parent class */
.albert-guide-mobile-menu-icon svg {
    overflow: visible;
    box-sizing: content-box;
}

.albert-guide-mobile-menu-icon .svg-inline--fa {
    display: inline-block;
    height: 1em;
    overflow: visible;
    vertical-align: -0.125em;
}

/* Font Awesome icons */
.albert-guide-mobile-menu-icon .fa-caret-down::before {
    content: "â€º";
}

.albert-guide-mobile-menu-icon .fa-list-ul::before {
    content: "â€¢";
}

/* Button styles */
.albert-guide-mobile-menu-icon .albert-subject-mobile-menu {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    background-color: red; /* Hardcoded red color */
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 0.9375rem;
    font-weight: 700;
    min-height: 44px;
    min-width: 44px;
    padding: 12px 16px;
    cursor: pointer;
    text-decoration: none;
    box-shadow: 0 0 0 1px transparent inset;
    transition: background-color 0.1s, box-shadow 0.1s;
}

.albert-guide-mobile-menu-icon .albert-subject-mobile-menu:hover:not(:disabled) {
    background-color: darkred;
    box-shadow: 0 0 0 2px transparent inset!important;
}

.albert-guide-mobile-menu-icon .a-button:not(:active) {
    background: #fff !important;
}

.albert-guide-mobile-menu-icon .a-button:focus {
    outline: none;
}

.albert-guide-mobile-menu-icon .albert-subject-mobile-menu:active:not(:disabled) {
    background-color: crimson;
    box-shadow: 0 0 0 2px transparent inset;
}

.albert-guide-mobile-menu-icon .a-button--secondary:active:not(:disabled) {
    background-color: #f3f4f6!important;
}

/* Square button modifier */
.albert-guide-mobile-menu-icon .albert-subject-mobile-menu.albert-button--square {
    border-radius: 8px;
}

/* Icon modifiers */
.albert-guide-mobile-menu-icon .u-mar-r_1 {
    margin-right: 8px;
}

.albert-guide-mobile-menu-icon .u-mar-l_1 {
    margin-left: 8px;
}

.albert-guide-mobile-menu-icon .content-inherit {
    color: inherit;
}

.albert-guide-mobile-menu-icon * {
    box-sizing: border-box;
    font-family: inherit;
    position: relative;
}

/* Sticky search bar */
.albert-guide-mobile-menu-icon .study-guide__sticky-search {
    position: sticky;
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    top: 60px;
    z-index: 999;
    background: #fff;
    row-gap: 1rem;
    justify-content: end;
    width: max-content;
    height: max-content;
}

.albert-guide-mobile-menu-icon  .a-button--secondary path {
    fill: #4b5563;
}

.albert-guide-mobile-menu-icon  .a-button--secondary {
    background: transparent;
    box-shadow: 0 0 0 1px #d1d5db inset;
}

.elementor-element-f8082f3 {
    padding: 0px 10px;
}

.albert-guide-mobile-menu-icon .study-guide__sticky-search button {
    box-sizing: border-box;
}

.albert-guide-mobile-icon-container {
    position: sticky;
    top: 0px;
    z-index: 999;
    background: #fff;
}

@media (min-width: 780px) {
    .albert-guide-mobile-menu-icon .study-guide__sticky-search {
        position: relative;
        top: 0;
    }

    .albert-guide-mobile-menu-icon .study-guide__sticky-search:after {
        display: none;
    }
    
        .albert-guide-mobile-menu-icon {
        display: none;
    }
      
}

@media (max-width: 780px) {

    .albert-subject-page-menu-container {
    top: 0px;
	}

  .albert-subject-page-menu {
    display: none;
  }

  .albert-subject-page-menu {
    display: none;
  }

  .albert-subject-page-menu.albert-subject-menu-mobile-open {
    display: block;
    border: 1px solid #d1d5db;
    border-radius: 8px;
    left: 0;
    margin: 0 auto;
    max-height: 550px!important;
    overflow-y: scroll;
    right: 0;
    background: #fff;
    z-index: 9999999999;
    position: relative;
  }

  .albert-subject-page-menu.albert-subject-menu-mobile-open span {
    display: none;
}

.albert-subject-page-menu.albert-subject-menu-mobile-open ul {
  margin-top: 0px!important;
}

.albert-subject-page-menu.albert-subject-menu-mobile-open .albert-menu-title-selected {
    background: transparent;
    border-radius: 0px;
    color: #000000;
    font-weight: 600;
}

.albert-subject-page-menu.albert-subject-menu-mobile-open ul li a {
    font-weight: 600;
}

}