.ac-autosuggest {
    min-width: 400px;
}

.bx-media-phone .ac-autosuggest {
    min-width: unset;
}

.ac-filter-keyword-filter-mag-glass {
    position: absolute;
    left: 8px;
    top: 0px;
    bottom: 0px;
    display: flex;
    align-items: center;
    font-size: 14px;
    color: #888;
    z-index: 10;
}

.bx-form-input-autotoken {
    padding-left: 30px !important;
}

.ac-hc-breadcrumbs {
    display: flex;
    justify-content: space-between;
}

.bx-media-phone .ac-hc-breadcrumbs {
    flex-direction: column;
    gap: 10px;
}

.ac-hc-topics {
    margin: 10px 0px 0px;
}

.ac-hc-topics {
    font-size: 14px;
    font-weight: 500;
}

.ac-hc-topics a {
    font-size: 14px;
    color: unset;
}

.ac-hc-topics li {
    padding: 15px;
    border-radius: 8px;
    overflow: hidden;
}

.ac-hc-topics li.active {
    background: #111827;
    color: white;
}

.ac-hc-vote-buttons {
    margin-top: 10px;
    display: flex;
    justify-content: center;
    gap: 10px;
}

.ac-hc-vote-buttons button,
.ac-hc-vote-buttons button:hover {
    background: white;
    border: 1px solid #111827;
    color: #111827;
    float: none;
}

.ac-hc-topics-side {
    font-size: 16px;
    font-weight: 700;
    border-bottom: 1px solid #E5E7EB;
    padding: 0px;
    line-height: 50px;
    display: flex;
    justify-content: space-between;
}

.bx-content-padding-block {
    padding: 20px !important;
}

.bx-media-phone .ac-hc-topics-side {
    padding-top: 0px;
    border: none;
    padding-bottom: 0px;
}

.bx-media-phone .ac-hc-topics-side-wrp {
    border-top: 1px solid #E5E7EB;
    border-bottom: 1px solid #E5E7EB;
}

.bx-media-phone .bx-content-padding-block {
    margin-top: 10px;
}

.bx-media-phone .ac-hc-topics {
    display: none;
}

.bx-media-desktop .ac-hc-topics {
    display: block !important;
}

.bx-media-phone .ql-video {
    width: 100%;
}

.help-centre-text {
    margin-top: 30px;
    font-size: 16px;
}

.help-centre-text ul {
    margin-left: 30px;
    margin-top: 5px;
    list-style-type: disc !important;
}

.help-centre-text li::marker {
    color: #000000;
}