#qa .qa-tags {
    display: flex;
    gap: 11px;
    flex-wrap: wrap;
}
#qa .qa-tags span {
    background-color: #F1F1F1;
    font-family: 'Inter', sans-serif;
    font-size: 14px;
    line-height: 18px;
    letter-spacing: 0px;
    border-radius: 4px;
}
#qa .qa-tags span.true {
    background-color: #D9D9D9;
}
#qa .qa-tags span a {
    color: #19191A;
    padding: 3px 7px;
    display: block;
}
#qa .ask-question {
    margin-top: 25px;
    text-align: right;
}
#qa .ask-question img {
    vertical-align: top;
    margin-top: 2px;
}
#qa .ask-question a {
    color: #418086;
    font-size: 20px;
    line-height: 20px;
    font-weight: 700;
}
#qa .user-icon-box {
    width: 36px;
    height: 36px;
    background: #DEDEDD;
    font-size: 18px;
    border-radius: 50%;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
}
.qa-question {
    padding-bottom: 20px;
    margin-top: 20px;
}
.qa-question:not(:last-child) {
    border-bottom: 1px solid #DEDEDD;
}
.qa-block {
    display: flex;
    gap: 12px;
    width: 100%;
    margin-bottom: 10px;
    align-items: baseline;
}
.qa-block:last-child {
    margin-bottom: 0;
}
.q-author {
    font-weight: 700;
    font-size: 22px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.q-date {
    font-size: 16px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #777;
    margin-top: 2px;
}
.q-text {
    font-size: 20px;
    line-height: 110%;
    letter-spacing: 0px;
    color: #000;
}
.qa-desc {
    width: 100%;
}
.qa-actions {
    display: flex;
    gap: 5px;
    font-weight: 700;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    margin-top: 15px;
}
.qa-actions button, .qa-helpful-link {
    color: #418086;
    font-weight: 700;
    font-size: 18px;
    line-height: 100%;
    letter-spacing: 0px;
    border: none;
    box-shadow: none;
    background: transparent;
    padding: 0;
}
.qa-actions .qa-reply-link{
    color: #418086;
}
.qa-actions img {
    vertical-align: top;
}
#qa .qa-replies {
    margin-top: 25px;
    border-left: 2px solid #DEDEDD;
    padding-left: 20px;
    margin-left: 50px;
}
#qa .qa-view-reply {
    margin-left: 45px;
}
.qa-reply-author {
    color: #206BA8;
    font-weight: 700;
}
.post-reply-form .post-reply-form-div {
    width: 100%;
    display: flex;
    gap: 11px;
    border: 1px solid #F1F2F2;
    background-color: #F1F2F2;
    padding: 2px;
    margin-top: 12px;
}
.post-reply-form input {
    background-color: transparent;
    width: 100%;
    box-shadow: none;
    border: none;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 20px;
    line-height: 100%;
    letter-spacing: 0px;
    color: #000;
}
.post-reply-sub-section {
    display: flex;
    gap: 11px;
}
.post-reply-form input:focus {
    outline: none;
    box-shadow: none;
}
.post-reply-form button {
    font-family: 'DINOT', sans-serif;
    font-weight: 700;
    font-size: 21px;
    line-height: 100%;
    letter-spacing: -0.66px;
    text-align: center;
    border-radius: 4px;
    box-shadow: none;
    background: transparent;
    padding-top: 10px;
    padding-bottom: 10px;
}
.post-reply-form .cancel-reply {
    border: 1px solid #00000033;
    color: #777;
    min-width: 128px;
}
.post-reply-form .submit-reply {
    border: 1px solid #488B91;
    background-color: #488B91;
    color: #fff;
    min-width: 148px;
}
.qa-replies .q-text {
    font-size: 18px;
}
@media screen and (max-width: 600px) {
    #qa .qa-tags {
        gap: 5px;
    }
    #qa .qa-tags span {
        font-size: 11px;
    }
    #qa .ask-question a, .q-author {
        font-size: 16px;
    }
    .q-date, .q-text, .qa-actions button, .qa-actions .qa-helpful-link, .post-reply-form input, .post-reply-form .cancel-reply, .post-reply-form .submit-reply, .qa-reply-link {
        font-size: 14px !important;
    }
    #qa .user-icon-box {
        font-size: 15px;
        line-height: 19.34px;
    }
    .post-reply-form form {
        flex-direction: column;
    }
    #qa .qa-replies {
        padding-left: 5px;
        margin-left: 35px;
    }
    #qa .qa-view-reply {
        margin-left: 45px;
    }
    .post-reply-form input {
        margin-bottom: 0;
    }
    .post-reply-form .cancel-reply, .post-reply-form .submit-reply {
        min-width: calc(50% - 5.5px);
    }
    .post-reply-sub-section {
        gap: 5px;
    }
    .qa-section .registerForReview .alert {
        line-height: 1.6;
    }
    .qa-replies .q-text {
        font-size: 13px !important;
    }
}

/*Hide un-necessary qa elements by default*/
.qa-replies, #askQuestion {
    display: none;
}

.add-q-close-section {
    position: absolute;
    top: 7px;
    right: 15px;
    z-index: 5;
}
.add-q-close-section img:hover {
    cursor: pointer;
}
.QuestionBody.temp-text {
    font-size: 18px;
    line-height: 1.4 !important;
}
.question-add-actions {
    display: flex;
    gap: 48px;
    align-items: center;
}
.btn-question-approve-info {
    background: #77777733 !important;
    width: 100% !important;
    max-width: 710px;
    color: #000 !important;
    font-weight: 400 !important;
    word-wrap: break-word;
    overflow-wrap: break-word;
    white-space: normal;
}
.btn-question-approve-info img {
    vertical-align: top;
    margin-top: 4px;
}
@media screen and (max-width: 767px) {
    .question-add-actions {
        flex-direction: column;
        gap: 20px;
    }
    #askQuestion .btn-submit-review {
        width: 100% !important;
    }
    .btn-question-approve-info {
        font-size: 16px !important;
        margin-top: 0 !important;
    }
}
.comment-container {
    display: flex;
    flex-direction: column;
    width: 100%;
}
.qa-replies .qa-block {
    position: relative;
    padding-bottom: 10px;
    margin-bottom: 20px;
}
.qa-replies .qa-block::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    height: 1.2px;
    width: 100%;
    background: linear-gradient(to right, #fbfbfb, #aaa, #fbfbfb);
}
.video-icon-thumb {
    position: relative;
    background: transparent !important;
}
.video-icon-thumb .thumbnail {
    border: none;
}
.video-icon-thumb::before {
    content: "";
    position: absolute;
    inset: 0;
    background-color: rgba(0, 0, 0, 0.6);
}
.video-icon-thumb .video-icon {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
}
#videos {
    scroll-margin-top: 180px;
}