.post-container {
    margin-top: 70px;
    display: flex;
    gap: 24px;
    flex-direction: column-reverse;
}
.sidebar-form {
    padding: 16px;
    background: rgba(var(--primary-color));
}
.sidebar-form label{
    color: rgba(var(--white));
}
.title-aside {
    border: none;
    border-top: 1px solid white;
}
p.ez-toc-title.ez-toc-toggle.ez-toc-loaded {
    font-weight: 600 !important;
}
.ez-toc-title-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.lateral-format br{
    display: none;
}
/* .lateral-format input[type="text"],.lateral-format input[type="email"],textarea,.intl-tel-input{
    margin-bottom: 20px;
} */
 textarea.wpcf7-form-control{
    max-height: 80px;
 }
 input.wpcf7-form-control:not([type=submit]),
 textarea.wpcf7-form-control{
    border-radius:0 !important;
 }
.slick-arrow{
    transition: 0.3s;
    cursor: pointer;
}
.slick-arrow:hover{
    opacity: 0.7;
}
input.wpcf7-form-control[type=submit]{
    border-radius: 30px;
    background-color:   rgba(var(--secondary-color));
    color: white;
    margin-top: 20px;
    transition: 0.3s;
}
span.wpcf7-form-control-wrap{
     margin-bottom: 10px;
}
input.wpcf7-form-control[type=submit]:hover{
    background-color:  rgba(var(--white));
    color: rgba(var(--secondary-color));
}
.lateral-format p {
    margin: 0;
}
input.wpcf7-form-control::placeholder,
.lateral-format  textarea::placeholder {
    color: rgba(var(--black));
}
a.link-person {
    color: white;
    gap: 16px;
    display: flex;
    align-items: center;
    font-weight: 600;
    transition: 0.3s;
}
a.link-person:hover {
    color: rgba(var(--secondary-color));
}
.single-post-body p a{
    text-decoration: underline !important;
}
.single-post-body img {
    margin-bottom: 35px;
    margin-top: 20px;
}
.post-information {
    padding: 32px 24px;
    background-color: #F7F7F7;
    margin-bottom: 48px;
}
section.related-article {
    padding-top: 100px;
    padding-bottom: 100px;
    border-top: 1px solid rgb(var(--primary-color));
    margin-top: 100px;
}
h2.related-article-title{
    text-align: center;
    padding-bottom: 40px;
}
h2,h3{
    margin-bottom: 12px !important;
}
main.post-content div#ez-toc-container{
    background: rgb(var(--primary-color)) !important;
    color: rgb(var(--white));
    width: 100%;
    border-radius: 0px !important;
}
.getpost-image h3.getpost-topics a {
    background: #D6C8A2;
    padding: 5px 10px;
    border-radius: 30px;
    font-size: 14px !important;
    color: #000 !important;
    font-weight: 600 !important;
    text-decoration: none !important;
}
.single-post-body img {
    margin-bottom: 35px;
    margin-top: 20px;
    display: block;
    max-width: 100%;
    float: none;
    max-height: 300px;
    object-fit: cover;
    width: 100%;
    object-position: center;
}
.getpost-text a{
    color:#000 !important;
    text-decoration: none !important;
    padding-top: 20px;
    display: block;
}
article.getpost-card {
    display: flex;
    flex-direction: column;
    align-items: baseline;
    justify-content: space-between;
    gap: 25px;
    padding-bottom: 25px;
}
.getpost-metadata {
    padding-top: 20px;
}
.getpost-footer a{
    color:#000;
    transition: 0.3s;
    display: flex;
    align-items: center;
    gap: 10px;
    font-weight: 700;
}
.getpost-footer a:hover {
    color: #D6C8A2;
}
.getpost-footer svg path {
    transition: 0.3s;
}
.getpost-footer a:hover svg path {
    stroke: #D6C8A2;
}
.getpost-image a {
    display: block;
    position: relative;
}
.getpost-image{
    position: relative;
}
.getpost-image img{
    aspect-ratio: 4/3;
}
.getpost-image h3.getpost-topics {
    position: absolute;
    top:15px;
    left:15px;
background: transparent !important;
    margin: 0;
}
.related-article-items .getpost-card {
    width: calc(100% - 15px) !important;
    margin: auto;
}
.related-article-items .slick-list{
    width: calc(100% - 60px);
    margin: auto;
}
.related-article-items.slick-initialized.slick-slider.slick-dotted {
    display: flex;
    align-items: center;
    gap: 10px;
}
.author-informa {
    display: flex;
  
    gap: 12px;
    margin-bottom: 16px;
}
.slick-dots li button:before {
    font-size: 10px;
    line-height: 20px;
    position: absolute;
    border-radius: 30px;
    top: 0;
    left: 0;
    width: 10px;
    height: 10px;
    content: '';
    text-align: center;
     background-color: rgb(var(--primary-color));
    opacity: 1;
    color: rgb(var(--primary-color));
    transition: 0.3s;
}
.slick-dots li.slick-active button:before {
    opacity: 1;
    background-color: rgb(var(--primary-color));
    width: 36px;
    color: rgb(var(--primary-color));
    border-radius: 30px;
    height: 10px;
}
.sidebar-form.lateral-sticky {
    transition: 0.5s;
}
h1.post-title {
    margin-bottom: 10px;
}
p.post-excerpt {
    margin-bottom: 0;
}
.title-section {
    margin-bottom: 40px;
}
.sidebar-form.lateral-sticky div.flag-container li.country span, .sidebar-form.lateral-sticky div.flag-container div.selected-dial-code{
    color: rgba(var(--black)) !important;   
}
.udh-section-ia{
    padding: 25px 15px !important;
    margin: 48px 0px;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.udh-section-ia-title{
    display: flex;
    gap: 12px;
    align-items: center;
}
.udh-section-ia-title span{
    color: rgba(var(--black));
    font-size: 20px;
    font-weight: 700;
}
@media(max-width:767px){
    section.related-article{
        padding-left: 0px !important;
        padding-right: 0px !important;
    }
}
@media (min-width:768px){
    .post-container {
        display: grid;
        grid-template-columns: 324px auto;
    }
}