.zfxcore-content-wrapper {
    padding: 120px 30px 50px 30px;
}

.zfxcore-post-content {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    position: relative;
    width: 100%;
}

.zealcore-post-content img {
    max-width: 100%;
    height: auto;
    display: block;
}

.zealcore-author-avatar img {
    border-radius: 12.5px;
}

.zealcore-author-avatar {
    margin-right: 10px;
}

.entry-content {
    background: #161A5B;
    backdrop-filter: blur(10px);
    padding: 25px;
    border-radius: 12px;
}

.summary__title {
    font-size: 1.5rem;
}

.summary__title > * {
    margin-left: 0;
}

.summary__title-text {
    flex-grow: 1;
}

.summary__title-text,
.summary__title-link {
    color: inherit;
    font-size: inherit;
}

@media (min-width: 768px) {
    .summary__title {
        align-items: center;
        display: flex;
    }

    .summary__title > * {
        margin: 4px 8px;
    }
}

.abbr {
    min-height: 1.33333em;
    min-width: 2.66667em;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-size: .75rem;
    font-weight: 400;
    line-height: 1;
    display: inline-flex;
}

.abbr--danger {
    background-color: #da372d;
    color: #fff;
    padding: 5px;
    border-radius: 5px;
    text-decoration: none;
}

.zealcore-entry-meta.zealcore-animate {
    display: flex;
    align-items: center;
}

.zealcore-meta-info {
    display: flex;
    flex-direction: column;
}

.wp-block-latest-posts li {
    background: rgba(255, 255, 255, .7);
    padding: 20px;
    border-radius: 10px;
}

.zealcore-cpt .bdt-list li {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    padding: 15px;
    border-radius: 10px;
}

.zealcore-cpt .bdt-list-large > :nth-child(n+2),
.bdt-list-large > * > ul {
    margin-top: 10px;
}

.zealcore-feature-img-wrapper.zealcore-animate {
    margin-bottom: 20px;
}

.zealcore-page-title .zealcore {
    flex-direction: column;
}

.zealcore-page-title .zealcore-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    display: none;
}

.ui-breadcrumb {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
    margin-left: 3px;
}

.ui-breadcrumb span a span {
    opacity: .6
}

.ui-breadcrumb a:hover span {
    opacity: 1
}

.ui-breadcrumb a span {
    transition: opacity .3s ease;
    will-change: opacity
}

.zealcore-separator:before {
    content: "";
    display: inline-block;
    font-size: 10px;
    opacity: .5;
    padding: 0 6px;
    transform: rotate(-90deg);
    vertical-align: middle;
}

.zealcore-page-title .zealcore-entry-meta,
.zealcore-entry-meta .zealcore-post-category {
    text-transform: uppercase;
    font-size: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}

@media (min-width: 1024px) {
    .zealcore-page-title h1.zealcore-title,
    .zealcore-page-title a,
    .zealcore-page-title p {
        max-width: 100%;
    }
}

.ui-post-nav {
    display: flex;
    position: relative;
    margin-top: 27px;
}

.ui-post-nav-item {
    width: 50%;
    padding: 0 2em;
}

.ui-post-nav-item.ui-prev {
    padding: 0 1em 0 3.75em;
}

.ui-post-nav-item.ui-next {
    padding: 0 3.75em 0 1em;
    text-align: right;
}

.ui-next svg{
    transform: rotate(180deg);
}

.ui-post-nav-item .ui-post-nav-info {
    color: #6e7a84;
    font-size: 11px;
    text-transform: uppercase;
    letter-spacing: .04em;
    line-height: 11px;
    font-weight: 600;
}

.ui-post-nav-item svg {
    position: absolute;
    top: 50%;
    margin-top: -20px;
    transition: all .3s cubic-bezier(.2, .82, .66, .9);
    background: var(--zealcore-secondary-color);
    border-radius: 50%;
    width: 45px;
    height: 45px;
    padding: 10px;
}

.ui-prev svg {
    inset-inline-start: 0;
}

.ui-prev:hover svg {
    inset-inline-start: -10px;
}

.ui-next svg {
    inset-inline-end: 0;
}

.ui-next:hover svg {
    inset-inline-end: -10px;
}


.ui-post-nav-item h4 {
    font-size: 1.1em;
    margin: 0 0 8px;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    color: rgba(60, 37, 204, 1);
}

.zealcore-nav-container {
    background: rgba(255, 255, 255, .7);
    backdrop-filter: blur(10px);
    padding: 15px 30px;
    border-radius: 20px;
}

.back-to {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    text-decoration: none;
    color: inherit;
}

.search-wrapper {
    position: relative;
}

.search-form {
    position: relative;
}

label.searching::after {
    content: none;
    display: none;
}

.loading-spinner {
    align-items: center;
    display: inline-flex;
    height: 100%;
    justify-content: center;
    left: 7px;
    position: absolute;
    top: 0;
    width: 32px;
}

.search-form input[type=search] {
    padding-left: 40px;
    background: transparent;
    border-radius: 8px;
}

.ajax-search-results {
    padding: 24px 0;
    background: #161A5B;
    box-shadow: 0px 25px 50px -12px rgba(0, 0, 0, 0.25);
    border-radius: 8px;
    position: absolute;
    top: 8vh;
    left: 0;
    width: 100%;
    z-index: 9999;
    max-height: 60vh;
    overflow-y: auto;
}


.search-result-item a {
    display: block;
    padding: 10px 24px;
}

.search-result-item:hover a{
    background: #000000;
}

.search-results-items {
    padding: 0;
    margin: 0;
}

@media (max-width: 1024px) {
    .ui-post-nav-item svg {
        display: none;
    }

    .ui-post-nav-item.ui-prev {
        padding: 0 1em 0 0 !important;
    }

    .ui-post-nav-item.ui-next {
        padding: 0 0 0 1em !important;
    }

    .zfxcore-content-wrapper {
        padding: 80px 30px 20px 30px;
    }
}

@media (max-width: 767px) {
    .ui-post-nav-item h4 {
        display: none;
    }

    .zealcore-nav-container {
        background: transparent;
        padding: 15px 40px;
    }

    .ui-post-nav-item svg {
        display: block;
        width: 35px;
        height: 35px;
        z-index: 1;
    }

    .zfxcore-content-wrapper {
        padding: 65px 16px 40px 16px;
    }
}