.comment-item {
    display: flex;
    flex-direction: row;
    gap: 12px;
    background: white;
    padding: 16px;
    border-radius: 12px;
}

.comment-header {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: calc(100% - 24px);
}

.comment-info {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding-top: 8px;
}

.comment-user span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #616161;
    margin: unset !important;
}

.comment-like {
    display: flex;
    gap: 4px;
    flex-direction: row;
}

.comment-like {
    width: 16px;
    height: 16px;
}

.comment-like span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #3949AB;
}


.comment-like-action {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #3949AB;
}

.comment-like-action img {
    width: 16px;
    height: 16px
}

.comment-like-action {
    display: flex;
    flex-direction: row;
    gap: 8px;
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #3949AB;
	align-items: center;
}

.comment-like-action img {
    width: 16px;
    height: 16px;
	margin: unset 
}

.comment-content {
    font-size: 14px;
    font-weight: 300;
    line-height: 20.02px;
    color: #616161;
    margin-block: 12px 28px;
}


.comments-total {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    margin-bottom: 48px;
}


.comment-thread {
    background: white;
    border-radius: 12px;
}

.comment-item.admin-reply {
    margin-right: 56px;
}

.comment-item.admin-reply .comment-avatar img {
    width: 44px;
    height: 44px;
}


.comment-user {
    display: flex;
    flex-direction: row;
    gap: 4px;
    align-items: center;
}

.comment-fields-wrap p input:focus,
#comment:focus {
    border-color: #3F51B5;
}

.comments-list {
    display: flex;
    flex-direction: column;
    gap: 16px;
}

.comment-form {
    background: white;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

p.comment-form-cookies-consent {
    display: none;
}

.comment-fields-wrap {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-block: 24px 16px;
    gap: 16px;
    width: calc(100% - 21px);
}

.comment-fields-wrap p {
    display: flex;
    flex-direction: column;
}

.comment-fields-wrap p label {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding-inline: 4px;
    background: white;
    position: absolute;
    margin-right: 12px;
    margin-top: -8px;
    color: #212121;
}

.comment-fields-wrap p input {
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    display: flex;
    height: 44px;
    align-items: center;
}

.comment-fields-wrap p input::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #BDBDBD;
}

textarea#comment {
    width: 100%;
    background: white;
    border: 1px solid #E0E0E0;
    padding: 16px;
    border-radius: 12px;
}

textarea#comment::placeholder {
    styleName: Caption;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #BDBDBD;
}

button.submit {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: white;
    padding: 11px 41.5px;
    background: #3F51B5;
    border-radius: 8px;
}

p.form-submit {
    display: flex;
    justify-content: flex-end;
}

.comment-form span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #616161;
}

h4.comment-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    color: black;
    margin-bottom: 16px;
}

@media (max-width:767px) {
.comment-fields-wrap {
    grid-template-columns: 100% !important;
    width: 100% !important;
}
}.comment-form {
    background: white;
    padding: 24px;
    border-radius: 16px;
    display: flex;
    flex-direction: column;
}

p.comment-form-cookies-consent {
    display: none;
}

.comment-fields-wrap {
    display: grid;
    grid-template-columns: 33% 33% 33%;
    padding-block: 24px 16px;
    gap: 16px;
    width: calc(100% - 21px);
}

.comment-fields-wrap p {
    display: flex;
    flex-direction: column;
}

.comment-fields-wrap p label {
    font-size: 10px;
    font-weight: 400;
    line-height: 16px;
    padding-inline: 4px;
    background: white;
    position: absolute;
    margin-right: 12px;
    margin-top: -8px;
    color: #212121;
}

.comment-fields-wrap p input {
    padding: 0 12px;
    border-radius: 8px;
    border: 1px solid #E0E0E0;
    display: flex;
    height: 44px;
    align-items: center;
}

.comment-fields-wrap p input::placeholder {
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #BDBDBD;
}

textarea#comment {
    width: 100%;
    background: white;
    border: 1px solid #E0E0E0;
    padding: 16px;
    border-radius: 12px;
}

textarea#comment::placeholder {
    styleName: Caption;
    font-size: 12px;
    font-weight: 400;
    line-height: 19.2px;
    color: #BDBDBD;
}

button.submit {
    font-size: 14px;
    font-weight: 400;
    line-height: 22.4px;
    color: white;
    padding: 11px 41.5px;
    background: #3F51B5;
    border-radius: 8px;
}

p.form-submit {
    display: flex;
    justify-content: flex-end;
}

.comment-form span {
    font-size: 14px;
    font-weight: 400;
    line-height: 20.02px;
    color: #616161;
}

h4.comment-label {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-end;
    gap: 12px;
    align-items: center;
    font-size: 20px;
    font-weight: 500;
    line-height: 28.6px;
    color: black;
    margin-bottom: 16px;
}

@media (max-width:767px) {
	.comment-fields-wrap {
		grid-template-columns: 100% !important;
		width: 100% !important;
	}
	.custom-comments-section {
		max-width: 100%;
		padding-inline: 16px;
	}
}

.comment-label img,
.comments-total img {
    width: 24px;
    height: 24px;
}

.iziToast-title {
	display: none;
}

.comment-user img {
	width: auto
}

section#comments.comments-area {
    display: none;
}

div#respond,.comment-page {
    max-width: 1170px;
    width: 100%;
}

.custom-comments-section {
    display: flex;
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    flex-direction: column;
    gap: 88px;
    align-items: center;
    margin-bottom: 24px;
}