header,footer{display: none !important;}
.layout.chat{
    padding-block: 80px;
	width: 800px;
    margin-inline: auto;
}

.layout.chat h1{
    font-weight: 700;
    line-height: 1.6;
	margin-bottom: 20px;
}

.layout.chat form{
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.layout.chat form input,
.layout.chat form button{
    padding: 14px 20px;
    font-size: 18px;
}

.layout.chat .answers{
    font-weight: 400;
    line-height: 1.4;
}

.layout.chat .chat-question{
    margin-bottom: 8px;
}
.layout.chat .chat-answer:not(:last-child){
    margin-bottom: 16px;
}