.faq-item {
    margin: 20px 0;
}

.faq-item button {
    border-radius: 10px;
    background: rgba(255, 255, 255, 0.06);
    backdrop-filter: blur(4px);
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.2);
    width: 100%;
    text-align: left;
    border: none;
    padding: 15px 10px;
    font-size: 18px;
    cursor: pointer;
    display: flex;
    justify-content: space-between;
}

.faq-item button:hover {
    box-shadow: 0px 0px 18px 1px rgba(0,0,0,0.4);
}

.faq-item .answer {
    display: none;
    padding: 15px 0 0 0;
}