.faq-search {
    position: relative;
}

.faq-clear-btn {
    position: absolute;
    top: 50%;
    right: 16px;
    transform: translateY(-50%);
    font-size: 20px;
    text-decoration: none;
}

.faq-clear-btn {
    position: absolute;
    right: 2.25rem;
    top: 50%;
    transform: translateY(-50%);
    font-size: 1.5rem;
    line-height: 1;
    text-decoration: none;
    border: none;
    background-color: transparent;
    color: var(--bs-secondary-color, #6c757d);
}

.faq-clear-btn:hover,
.faq-clear-btn:focus {
    color: var(--bs-body-color, #212529);
    text-decoration: none;
}
