		.comment-section {
            max-width: 100%;
            margin: 0 auto;
        }
		#comment-form {
			margin-bottom: 40px;
		}
        #comment-form textarea {
            width: 100% !important;
            height: 100px;
            margin-bottom: 10px;
            box-sizing: border-box;
        }
        .comment {
            margin-bottom: 20px;
            padding: 10px;
            border-bottom: 1px solid #e1e1e1;
            display: flex;
            align-items: flex-start;
        }
        .comment .avatar {
            width: 40px;
            height: 40px;
            border-radius: 50%;
            margin-right: 10px;
            background-color: #ccc;
            background-position: center;
            background-size: cover;
        }
        .comment .content {
            flex: 1;
        }
        .comment .author {
            color: #1eaedb;
            font-weight: bold;
            margin-bottom: 5px;
            text-decoration: none;
        }
		
		p.author {
            color: #1eaedb;
            font-weight: bold;
            margin-bottom: 5px;
            text-decoration: none;
        }
        .comment .author:hover {
            text-decoration: underline;
			 cursor: pointer;
        }
        .comment .date {
            color: #888;
            font-size: 0.7em;
        }
        .social-login {
            margin-bottom: 20px;
        }
        .social-login p {
            margin-bottom: 10px;
            font-size: 0.9em;
            color: #555;
        }
        .social-login .social-buttons {
            display: flex;
            gap: 10px;
        }
        .social-login .social-buttons a {
            display: inline-block;
            width: 27px;
            height: 27px;
            border-radius: 50%;
            text-align: center;
            line-height: 27px;
            color: #fff;
            text-decoration: none;
            transition: opacity 0.3s ease;
        }
        .social-login .social-buttons a:hover {
            opacity: 0.8;
        }
        .telegram { background-color: #0088cc; }
        .vk { background-color: #4a76a8; }
        .yandex { background-color: #ffcc00; }
        .google { background-color: #db4437; }
        .ok { background-color: #ee8208; }
        .mailru { background-color: #168de2; }
        .guest-block {
            margin-top: 10px;
            font-size: 0.9em;
            color: #555;
            /*text-align: right;*/
        }
        .error-message {
            color: red;
            margin-bottom: 10px;
            display: none;
			font-size: 12px;
        }
		.moderation-notice {
			color: #ff4d4d; /* Красный цвет */
			font-size: 0.9em; /* Меньший размер шрифта */
			margin-left: 8px; /* Отступ от даты */
			font-style: italic; /* Курсив */
		}