/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 31 2026 | 19:37:08 */
.single-post h1.wd-entities-title.title.post-title, .single-post p, .single-post b, .single-post li, .single-post th, .single-post td, .single-post div, .single-post .wd-entities-title, a.wp-block-latest-posts__post-title {
    color: white;
}

.single-post .widget {
    margin-bottom: 30px;
    padding-bottom: 30px;
    border-bottom: 1px solid white;
}

.wd-post-date.wd-style-with-bg {
    position: relative;
    top: -37px;
    left: 15px;
    z-index: 2;
    display: inline-block;
    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;
}

.single-post a.wp-block-latest-posts__post-title {
    color: white !important;
}

.single-post div#respond, form.wp-block-search__button-outside.wp-block-search__text-button.wp-block-search, div#block-4 {
    display: none;
}

.single-post h2.wp-block-heading {
    color: white;
}


table td {
    padding: 15px 12px;
    border-color: white;
}

.wd-single-footer {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-top: 20px;
    padding-bottom: 20px;
    border-top: 2px solid white;
}



.wd-page-nav {
    display: flex;
    align-items: center;
    border-bottom: 2px solid white;
    border-top: 2px solid white;
}