

html {
    scroll-behavior: smooth;
}

.chatium_body .o-after-answer {
	display: none;
}

.chatium_body .after-answer {
    margin-bottom: 20px;
}

.chatium_body .after-answer .block-box {
    background-color: #fafafa;
    padding-left: 30px;
    padding-right: 30px;
    padding-top: 20px;
    padding-bottom: 20px;
    border: none;
    border-radius: 15px;
}
