.faq-mobile-section {
    padding: 10px 12px 22px;
    background: #f3f6fb;
}

.faq-mobile-section::before {
    content: "Medical Equipment Glossary & Buyer FAQ";
    display: block;
    background: linear-gradient(120deg, #0a5aa5 0%, #1f7ac4 100%);
    color: #fff;
    border-radius: 10px;
    padding: 13px 12px;
    font-size: 15px;
    font-weight: 700;
    margin-bottom: 10px;
    box-shadow: 0 8px 20px rgba(10, 90, 165, 0.2);
}

.faq-mobile-summary {
    margin: 10px 0 8px;
    color: #627489;
    font-size: 13px;
    font-weight: 600;
}

.faq-mobile-summary:first-of-type,
#glossary {
    font-size: 20px;
    color: #11456f;
    font-weight: 800;
    margin-top: 8px;
}

#glossary {
    margin-top: 22px;
    padding-top: 18px;
    border-top: 1px solid #dfe7f1;
}

.faq-mobile-search {
    display: flex;
    border: 1px solid #d0dbea;
    border-radius: 10px;
    overflow: hidden;
    margin-bottom: 10px;
    background: #fafdff;
}

.faq-mobile-search input {
    flex: 1;
    border: 0;
    outline: none;
    padding: 10px 12px;
    font-size: 14px;
    color: #0f172a;
    background: transparent;
}

.faq-mobile-search input::placeholder {
    color: #8ca0b7;
}

.faq-mobile-search button {
    border: 0;
    border-left: 1px solid #d0dbea;
    background: #eaf2fb;
    color: #285f93;
    width: 42px;
}

.faq-mobile-list {
    display: flex;
    flex-direction: column;
    gap: 8px;
}

.faq-mobile-item {
    border: 1px solid #dfe7f1;
    border-radius: 10px;
    background: #fff;
    overflow: hidden;
}

.faq-mobile-question {
    width: 100%;
    border: 0;
    background: transparent;
    padding: 13px 12px;
    text-align: left;
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    gap: 12px;
    font-size: 15px;
    font-weight: 700;
    color: #1e293b;
}

.faq-mobile-question i {
    margin-top: 2px;
    color: #667b92;
    transition: transform .2s ease;
}

.faq-mobile-item.open .faq-mobile-question i {
    transform: rotate(180deg);
}

.faq-mobile-answer {
    max-height: 0;
    overflow: hidden;
    transition: max-height .24s ease;
}

.faq-mobile-answer-inner {
    padding: 0 12px 12px;
    font-size: 13px;
    line-height: 1.75;
    color: #3a4d63;
}

.faq-mobile-detail-link {
    display: inline-block;
    text-decoration: none;
    color: #0b5fb0;
    font-weight: 600;
    margin-top: 8px;
}

.faq-mobile-related-products {
    margin-top: 8px;
    margin-bottom: 4px;
    padding: 8px 10px;
    border: 1px solid #dbe7f5;
    border-radius: 8px;
    background: #f7fbff;
}

.faq-mobile-related-title {
    font-size: 12px;
    color: #33597d;
    font-weight: 700;
    margin-bottom: 7px;
}

.faq-mobile-related-list {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.faq-mobile-related-item {
    display: inline-block;
    font-size: 12px;
    color: #0b5fb0;
    text-decoration: none;
    border: 1px solid #c9dcf2;
    border-radius: 999px;
    background: #ffffff;
    padding: 3px 9px;
    line-height: 1.35;
}

.faq-mobile-answer .meta {
    margin-bottom: 7px;
}

.faq-mobile-answer .tag {
    display: inline-block;
    font-size: 12px;
    background: #edf5ff;
    color: #22558a;
    border-radius: 999px;
    padding: 3px 10px;
}

.faq-mobile-answer .content {
    line-height: 1.75;
}

.faq-mobile-empty {
    text-align: center;
    color: #90a1b6;
    padding: 26px 0;
}
