.answer {
    line-height: 1.5;
    margin-left: 1rem;
    margin-bottom: 1rem;
}

.answer > li{
    margin-left: 1rem;
    margin-bottom: 0.5rem;
}

#faq span:first-of-type {
    grid-column-start: 1;
}

.faq {
    
        border-bottom: solid white 1px;
        width: 100%;
    
    
}

.faq.open {
        border-bottom: none
    
    
}

.tag {
    text-transform: uppercase;
    font-size:x-small;
}

.tag > span {
    padding: 0.25rem;

}

.faq + ul {
    display: none;

}

#faq {
    color: white;
    grid-column-gap : 4rem;
    grid-row-gap : 3rem
}

.faq {
    background-color: var(--bg-theme-colour);
    color: white;
    text-transform: none;
    text-align: left;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 0rem;
    padding-bottom: 1rem;
    flex-grow: 1;
    
    
    
}

.faq > .material-icons{
    align-self: center; 

}

.faq + .show  {
    display: block;
    padding-bottom: 1rem;
    border-bottom: solid white 1px;

}

.faq .material-icons {
    margin-left: 1rem;
}

.faq .material-icons::after {
    content:'add'
}

.faq .open.material-icons::after {
    content:'remove'
}

.question {
    display: flex;
    flex-direction: row;
    align-items: center;
    pointer-events: none;
    justify-content: space-between;
    width: 100%;
}

.more-details {
    display: flex;
    grid-column: 1/-1;
    align-items: center;
    justify-content: center;
    padding-top: 1rem;
}

.accordion-element {
    display: flex;
    flex-direction: column;
}

.tag_1 {
    background-color: #A61018;
}

.tag_2 {
    background-color: #01B7CD;
    color: black;
}

.tag_3 {
    background-color: #8782bc;
    color: black;
}

.tag_4 {
    background-color: #8AC73E;
    color: black;
}

.tag_5 {
    background-color: #f38321;
    color: black;
}

.tag_6 {
    background-color: pink;
}

.tag_7 {
    background-color: black;
}