.post-title {
    font-size: 24px;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0 0 4px;
}

.post-meta {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    gap: 20px;
}

.post-date {
    color: #4F4F4F;
    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.15px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.post-date img {
    position: relative;
    bottom: 3px;
}

.post-cat {
    background-color: #FCF3F9;
    padding: 2px 4px;
    border-radius: 4px;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    -o-border-radius: 4px;
    font-size: 12px;
    line-height: 16px;
    letter-spacing: 0;
    text-transform: uppercase;
    color: #D33791;
    display: flex;
    align-items: center;
    gap: 4px;
}

.post-thumbnail {
    margin: 20px 0 0;
}

.post-content img,
.post-thumbnail img {
    width: 100%;
    overflow: hidden;
    border-radius: 8px !important;
    -webkit-border-radius: 8px !important;
    -moz-border-radius: 8px !important;
    -o-border-radius: 8px !important;
}

.post-header {
    margin: 0 0 20px;
}

.post-content p,
.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content ul,
.post-content li {
    margin: 0 0 8px;
    color: #4F4F4F;
    letter-spacing: 0;
}

.post-content h1,
.post-content h2 {
    font-size: 24px;
    line-height: 32px;
}

.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6,
.post-content p {
    font-size: 16px;
    line-height: 24px;
}

.post-content h1,
.post-content h2,
.post-content h3,
.post-content h4,
.post-content h5,
.post-content h6 {
    margin-top: 20px;
}

.post-content img {
    margin-top: 12px;
}

.post-content *:last-child {
    margin-bottom: 0;
}

.post-content #ez-toc-container {
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 8px;
}

.post-content .ez-toc-list {
    margin: 12px 0 0 !important;
}

.post-content .ez-toc-list li,
.post-content .ez-toc-list li a {
    line-height: 24px !important;
    font-family: 'gilroy-semi-bold';
}

.post-content .ez-toc-list li:not(:last-child) {
    margin: 0 0 8px !important;
}

.post-content .ez-toc-title {
    font-family: 'gilroy-semi-bold';
    letter-spacing: 0.1px;
    -webkit-transition: 0.3s ease;
    -moz-transition: 0.3s ease;
    -o-transition: 0.3s ease;
}

.post-content .ez-toc-title-toggle .ez-toc-btn,
.post-content .ez-toc-title-toggle .ez-toc-js-icon-con {
    padding: 0;
    margin: 0;
    border: 0 !important;
}

.post-content .ez-toc-title-toggle .ez-toc-btn {
    background-image: url('../../img/menu.svg') !important;
    background-position: center center !important;
    background-repeat: no-repeat !important;
    width: 24px;
    height: 24px;
}

.post-content .ez-toc-title-toggle .ez-toc-btn svg {
    display: none;
}

.post-content .toc_close .ez-toc-title {
    color: #71A2F8 !important;
}

.post-content blockquote {
    margin: 20px 0;
    background-color: #FCF3F9;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    -o-border-radius: 8px;
    padding: 8px;
}

@media (max-width: 1024px) {
    .post-title {
        font-size: 20px;
        line-height: 24px;
    }

    .post-thumbnail {
        margin: 8px 0 0;
    }

    .post-header {
        margin: 0 0 8px;
    }

    .post-content #ez-toc-container {
        margin: 0 0 12px;
    }

    div#ez-toc-container ul.ez-toc-list a {
        color: #4F4F4F;
    }
}

@media (max-width: 559px) {
    .post-cat {
        max-width: 140px;
    }

    .post-cat a {
        overflow: hidden;
        white-space: nowrap;
        text-overflow: ellipsis;
    }
}