﻿.post-title:hover {
    color: var(--color-main);
}

.sideNews {
    padding: 0.5em 0;
    border: 2px solid var(--color-highlight);
}

.sideNews h2 {
    padding-bottom: 0.3em;
    border-bottom: 1px solid rgb(0 0 0 / 15%);
}

.toc-container {
    padding: .75em;
    border: 1.5px solid var(--color-highlight);
    margin-bottom: 1em;
}

.toc-container .level1 {
    font-weight: bold;
}

.toc-container .toc-item {
    margin-bottom: 0.5em;
}


.contact-form {
    padding: 2em;
    border-radius: 0.25em;
    background: #fff;
    position: relative;
    z-index: 2;
}

.listPost a{
    font-size:.875em;
    text-align:justify;
}


.btn-main i {
    transform: translateY(2px) scaleX(-1) !important;
}

.btn-main {
    padding: 0.5em 1.5em;
}

