.qa-load-more {
    margin-top: 15px;
    text-align: center;
}

.qa-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.qa-header a {
    background: #00528c;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
    border: 1px solid;
}

.qa-header a:hover {
    background: white;
    border: 1px solid;
    transition: all .3s;
    color: #00528c;
}
.qa-category-wrap {
    margin: auto;
    max-width: 1100px;
    display: flex;
    flex-direction: column;
    gap: 10px;
}

.qa-category-title {
    margin: auto;
    max-width: 1100px;
    text-align: right;
}

.lm-btn {
    padding: 8px 15px;
    border-radius: 5px;
    border: 1px solid rgb(238, 238, 238);
    color: white;
    background: #00528c;
    font-family: inherit;
}

.lm-btn.loading {
    color: transparent;
    position: relative;
    background: white;
}

.lm-btn.loading::before {
    content: '';
    position: absolute;
    width: 40px;
    height: 100%;
    right: 50%;
    margin-right: -20px;
    top: 0;
    background: url('../icon/loading.svg');
    background-size: contain;
    background-repeat: no-repeat
}

.qa-breadcrumb-wrap {
    font-size: 15px;
    display: flex;
    align-items: center;
    background: #e5ecf2;
    align-content: center;
    padding: 10px;
    color: #54595f;
}

.qa-breadcrumb {
    max-width: 1100px;
    width: 100%;
    margin: auto !important;
}
span.qa-separator svg {
    vertical-align: middle;
}
