body .wd-entry-meta .meta-author,
body.category .read-more-section,
body.single .wd-entry-meta .meta-author {
    display: none;
}

.post-template-default.single.single-post .main-page-wrapper {
    background: white;
}
.post-single-page * {
    color: black !important;
}
.post-single-page .wd-style-with-bg * {
    color: white !important;
}

body.single-post .post-content-box .elementor-widget-container p,
body.single-post .post-content-box .elementor-widget-container li,
body.single-post .post-content-box .elementor-widget-container a {
    font-size: 16px;
}

body.single-post .post-content-box .elementor-widget-container a {
    color: #157cbb !important;
    text-underline-position: under;
}

body.single-post .post-content-box .elementor-widget-container a:hover {
    color: #1a96e2 !important;
}

body.archive li.modified-date,
body.archive .btn-read-more.more-link{
    display: none;
}

.post-date.wd-post-date.wd-style-with-bg {
    position: absolute;
    top: 15px;
    left: 15px;
    z-index: 2;
    display: flex;
    flex-direction: column;
    min-width: 53px;
    border-radius: calc(var(--wd-brd-radius) / 1.5);
    background-color: var(--bgcolor-white);
    box-shadow: 0 0 9px rgba(0, 0, 0, 0.1);
    color: var(--color-gray-800);
    text-align: center;
    line-height: 1;
    width: 56px;
    height: 56px;
}

.post-date.wd-style-with-bg .post-date-day {
    padding-top: 6px;
    padding-bottom: 4px;
    font-size: 24px;
}

.post-date.wd-style-with-bg .post-date-month {
    padding-top: 2px;
    padding-bottom: 8px;
    text-transform: uppercase;
    font-weight: 600;
    font-size: 12px;
}