/*GENERAL*/

.page {
    max-width: 1100px;
}

/*ABOUT*/

.special p {
    font-size:1.15rem;
}

.special li {
    font-size:1.15rem;
}

/*COMMENTS*/

.single #comments {
    padding: 4rem 0 2rem;
}

/*COMMENTO*/

.commento-root .commento-card {
    border-top: 0px;
    border-radius: 0px
}

body[theme=dark] .commento-root .commento-card {
    background: #202021;
}

body[theme=dark] .commento-root textarea {
    background: #202021;
    color: #a9a9b3;
    border-left: 2px solid #868e96;
}

body[theme=dark] .commento-root .commento-guest-details {
    background: #292a2d;
    color: #a9a9b3;
    border-bottom: 0.5px dashed #868e96;
}

textarea:focus, input:focus{
    outline: none;
}

body[theme=dark] .commento-root .commento-anonymous-checkbox-container label {
    color: #868e96;
}

body[theme=dark] .commento-root .commento-guest-details::placeholder {
    color: #a9a9b3;
}

body[theme=dark] .commento-card p {
    color: #a9a9b3;
}

body[theme=dark] .commento-card code {
    color: #f0a03e;
}

body[theme=dark] .commento-root .commento-card .commento-name {
    color: #a9a9b3;
}