/* ==========================================================================
   Room details page styles
   Keep FAQ and page-specific booking visuals here.
   ========================================================================== */

.faq-section {
    padding: 20px;
    border-radius: 5px;
}

.faq-title {
    font-size: 1.25rem;
    font-weight: bold;
    padding: 15px;
    background-color: #e6f0ff;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    margin-right: 20px;
}

.faq-content-column {
    flex: 1;
}

.accordion {
    width: 100%;
}

.faq-header {
    display: flex;
    align-items: center;
    background-color: white;
    border: 1px solid #e6e6e6;
    padding: 10px;
    position: relative;
}

.faq-body {
    font-size: 0.875rem;
    background-color: white;
    border: 1px solid #e6e6e6;
    border-top: none;
    padding: 10px;
}

.card .faqs {
    border: none;
    margin-bottom: 0;
}

.btn-link {
    padding: 0;
    font-weight: bold;
    color: #007bff;
    display: flex;
    align-items: center;
    width: 100%;
}

.btn-link:hover,
button.btn-link:hover,
button.btn-link {
    text-decoration: none !important;
}

#fas {
    color: black;
    position: absolute;
    right: 10px;
    transition: transform 0.2s;
    text-decoration: none;
}

.collapsed .fas {
    transform: rotate(0deg);
    text-decoration: none;
}

.accordion .card:not(:last-of-type) {
    border-bottom: 0;
}

.question-text {
    text-decoration: none;
    color: black;
    flex-grow: 1;
}
