
.qa-answers {
    max-width: 720px;
    margin: 28px auto 8px;
    padding: 0 16px 8px;
    color: inherit;
}
.qa-answers-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 8px 0 16px;
    border-bottom: 1px solid rgba(255,255,255,.12);
}
.qa-answers-head h3 {
    margin: 0;
    font-size: 18px;
}
.qa-card {
    position: relative;
    padding: 20px 4px 16px;
    border-bottom: 1px solid rgba(255,255,255,.1);
}
.qa-card-head {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 12px;
}
.qa-card-head img,
.qa-card-head .avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
.qa-name { font-size: 15px; }
.qa-card-body {
    font-size: 15px;
    line-height: 1.7;
}
.qa-card-body p { margin: 0 0 8px; }
.qa-card-foot {
    margin-top: 12px;
    font-size: 12px;
    opacity: .55;
}
.qa-best-stamp {
    position: absolute;
    top: 16px;
    right: 8px;
    width: 72px;
    height: 72px;
    border: 3px solid #e23;
    border-radius: 50%;
    color: #e23;
    font-size: 12px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    transform: rotate(-12deg);
    pointer-events: none;
}
.qa-empty { padding: 24px 0; opacity: .7; }
.qa-answers .comment-form textarea {
    width: 100%;
    border: 1px solid rgba(255,255,255,.18);
    border-radius: 8px;
    padding: 12px;
    background: rgba(255,255,255,.04);
    color: inherit;
}
.qa-answers .comment-form .form-submit input {
    background: #e23;
    color: #fff;
    border: 0;
    border-radius: 8px;
    padding: 8px 16px;
    cursor: pointer;
}
.screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    overflow: hidden;
    clip: rect(1px, 1px, 1px, 1px);
}

.qa-answers .comment-respond,
.qa-answers .comment-form,
#respond {
    display: none !important;
}
