
.glossary .grid {
    border-left: 1px solid #e0e0e0;
      border-right: 1px solid #e0e0e0;
    
}
.glossary{
  border-top: 1px solid #e0e0e0;  
}
.glossary-alpha-nav {
    background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A//www.w3.org/2000/svg%22%20width%3D%2213%22%20height%3D%2213%22%20viewBox%3D%220%200%2013%2013%22%3E%3Cline%20x1%3D%22-22.6464%22%20y1%3D%22-22.3536%22%20x2%3D%2233.9221%22%20y2%3D%2234.215%22%20stroke%3D%22%23E0E0E0%22/%3E%3C/svg%3E");
    background-repeat: repeat;
    background-size: 13px 13px;
}
.glossary-alpha-nav {
    border: 1px solid #e0e0e0;
    margin-top: -1px;
}
.glossary-search__input {
    margin: 0px;
}
.glossary-topic {
    margin-bottom: 40px;
}

.glossary-topic__title {
    font-size: 32px;
    font-weight: 700;
    margin: 0 0 16px;
}

.glossary-topic__items {
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.glossary-item {
    border: 1px solid #e0e0e0;
    border-radius: 8px;
    overflow: hidden;
}

.glossary-item__question {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
    text-align: left;
    background: #ffffff;
    border: none;
    cursor: pointer;
    padding: 16px 18px;
    font-size: 15px;
    font-weight: 600;
    color: #111111;
}

.glossary-item__icon {
    flex-shrink: 0;
    font-size: 20px;
    line-height: 1;
    transition: transform 0.2s ease;
}


.glossary-item__answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.25s ease;
}

.glossary-item__answer-inner {
    padding: 0 18px 16px;
    font-size: 14px;
    line-height: 1.6;
    color: #555555;
}
.glossary-search input{
    box-sizing: border-box;
}

.glossary .grid{
    padding: 50px 45px;
    box-sizing: border-box;
}
.glossary-header__support-text {
        width: 520px;
    height: 46px;
    font-family: 'Poppins';
    font-style: normal;
    font-weight: 400;
    font-size: 15px;
    color: #5E5E68;
    line-height: 150%;
}
.glossary-header{
    display: flex;
    justify-content: space-between;
    padding-bottom: 50px;
}
.glossary-search__input {
    width: 100%;
    padding: 12px 16px;
    border: 1px solid #e0e0e0;
    border-radius: 0px;
    font-size: 15px;
        background: #F7F5F5;
           margin: -1px;
}

/* A-Z nav */
.glossary-alpha-nav {
    display: flex;
    flex-wrap: wrap;
 
    margin-bottom: 24px;
}

.glossary-alpha-nav__letter {
    border: 1px solid #e0e0e0;
   height: 40px;
    width: 42px;
    margin: -1px;
    padding: 0px;
    background: #F7F5F5;
      font-size: 15px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 15px;
line-height: 130%;
letter-spacing: -0.03em;
color: #5E5E68;
}

.glossary-alpha-nav__letter:disabled {
    
    cursor: default;
}

.glossary-no-results {
    text-align: center;
    color: #777777;
    padding: 40px 0;
}

.glossary-search__input {
    margin: 0px;
}

.glossary-topic__title {
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 54px;
line-height: 150%;
color: #F36E3A;
border-bottom: 1px solid #e0e0e0;
}
.glossary-item {
    border: 4px double #E0E0E0;
    border-radius: 7px;
    
}
.glossary-item.active{
     background: #fff;
}
.glossary-item__question {
    background: #F7F5F5;
font-family: 'Poppins';
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #222431;
}
.active .glossary-item__question {
font-family: 'Poppins';
    background: #fff;
font-style: normal;
font-weight: 600;
font-size: 17px;
line-height: 130%;
letter-spacing: -0.03em;
color: #F36E3A;
flex: none;
}
.glossary-item p {
font-family: 'Poppins';
font-style: normal;
font-weight: 400;
font-size: 15px;
line-height: 150%;
}
.glossary-load-more__button {
    margin: 0 auto;
box-sizing: border-box;
display: flex;
flex-direction: row;
align-items: center;
padding: 14px 44px;
gap: 14px;
background: #E5E6E9;
border: 1px solid rgba(34, 36, 49, 0.12);
border-radius: 7px;
font-family: 'Poppins';
font-style: normal;
font-weight: 500;
font-size: 14px;
line-height: 130%;
letter-spacing: -0.01em;
cursor: pointer;
}
/* ---- search icon positioning ---- */
.glossary-search {
    position: relative;
}

.glossary-search__icon {
    position: absolute;
    left: 16px;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    pointer-events: none;
}

.glossary-search__input {
    padding-left: 44px; /* room for the icon */
}

/* ---- active letter highlight ---- */
.glossary-alpha-nav__letter.is-active {
    background: #F36E3A;
    color: #fff;
}

@media(max-width:901px){
    .glossary-header{
   flex-direction: column; 
}
.glossary-header__support-text{
    width: 100%;
    height: auto;
    padding-top: 20px;
}
.glossary-header__title {
    font-size: 30px;

}
.glossary .grid{
    padding: 50px 16px;
}
.glossary{
    padding: 0 20px;
}
.glossary-header__support-text {
    font-size: 15px;
}
.glossary-item__question {
        font-size: 15px;
}
.glossary-item p {
        font-size: 15px;
}
}