﻿@charset "utf-8";

.toBtn { text-align: right; }

.main-menu .toBtn > .main-btn { background: linear-gradient(45deg, rgb(255, 0, 0), rgb(204, 0, 0)); color: white; font-weight: bold; border: 1px solid rgb(56, 56, 56); border-radius: 8px; transition: all 0.3s ease 0s; box-shadow: rgba(255, 0, 0, 0.4) 0px 4px 10px; margin: 0px 10px; text-decoration: none !important; }

.main-menu .toBtn > .main-btn:hover { transform: scale(1.05); }

.comments { }

.comments__item { display: flex; align-items: flex-start; gap: 10px; margin: 20px 0px; padding-bottom: 10px; border-bottom: 1px solid grey; }

.comments__item:last-of-type { border: none; }

.comments__left { flex-shrink: 0; }

.comments__left img { width: 50px; height: 50px; object-fit: cover; border-radius: 50%; object-position: center center; }

.comments__right { }

.comments__right div { display: flex; align-items: center; gap: 15px; }

.answer { margin-left: 30px; }

.answer-2 { margin-left: 60px; }

.answer-3 { margin-left: 90px; }