/* Footer recent comments style parity */
#footer.page-card {
    background: #F2F6FF !important;
    border-radius: 0 !important;
    box-shadow: none !important;
    border-top: 1px solid rgba(0,0,0,0.08) !important;
}

.page-inner-container-footer #footer.page-card:before,
.page-inner-container-footer #footer.page-card:after {
    content: none !important;
    display: none !important;
    box-shadow: none !important;
    background: none !important;
    border-radius: 0 !important;
}

.page-inner-container-footer #footer *,
.page-inner-container-footer #footer .page-card,
.page-inner-container-footer #footer .page-card *,
.page-inner-container-footer #footer-bottom,
.page-inner-container-footer #footer-bottom * {
    box-shadow: none !important;
}

.page-inner-container-footer {
    background: #F2F6FF !important;
}

#block-3.widget.widget_block {
    background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%) !important;
    border-radius: 30px;
    padding: 0 0 20px !important;
    position: relative;
    box-shadow: none !important;
    overflow: hidden;
}

#block-3 .wp-block-group__inner-container {
    border-radius: 30px 30px 0 0;
    border-top: 2px solid rgba(0,0,0,0.15);
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1);
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    padding-top: 20px;
}

#block-3 .wp-block-heading {
    color: #fff;
    padding: 24px 30px 26px;
    display: flex;
    align-items: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
}

#block-3 .wp-block-heading:after {
    content: '';
    height: 1px;
    background: transparent;
    flex-grow: 1;
    margin-left: 14px;
}

#block-3.widget.widget_block:before,
#block-3.widget.widget_block:after {
    display: none !important;
}

#block-3 .wp-block-heading:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 12px;
    height: 56px;
    border-radius: 26px;
    background: rgba(0,0,0,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 6px rgba(0,0,0,0.08);
    z-index: -1;
}

#block-3 .wp-block-latest-posts {
    margin: 0;
    padding: 0 0 10px;
}

#block-3 .wp-block-latest-posts li {
    list-style: none;
    margin: 0 0 6px;
}

#block-3 .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    color: rgba(255,255,255,0.6);
    display: block;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    margin: 0 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    font-weight: 600;
}

#block-3 .wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
    background: rgba(255,255,255,0.1);
    color: rgba(255,255,255,0.8);
}

.widget.widget_block > .wp-block-group {
    margin: 0;
}

.widget.widget_block:has(.wp-block-latest-posts) {
    background: linear-gradient(90deg, #00c196 0%, #1b6da0 100%) !important;
    border-radius: 30px !important;
    padding: 0 0 20px !important;
    box-shadow: none !important;
    overflow: hidden;
    position: relative;
}

.widget.widget_block:has(.wp-block-latest-posts) > .wp-block-group .wp-block-group__inner-container {
    border-radius: 30px 30px 0 0;
    border-top: 2px solid rgba(0,0,0,0.15);
    box-shadow: 0 -1px 0 rgba(255,255,255,0.1);
    background: linear-gradient(180deg, rgba(0,0,0,0.1) 0%, rgba(0,0,0,0) 100%);
    padding-top: 20px;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-heading {
    color: #fff !important;
    padding: 24px 30px 26px !important;
    display: flex;
    align-items: center;
    font-size: 22px !important;
    font-weight: 700 !important;
    line-height: 1.3em;
    position: relative;
    z-index: 1;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-heading:after {
    content: '';
    height: 1px;
    background: transparent;
    flex-grow: 1;
    margin-left: 14px;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-heading:before {
    content: '';
    position: absolute;
    left: 20px;
    right: 20px;
    top: 12px;
    height: 56px;
    border-radius: 26px;
    background: rgba(0,0,0,0.12);
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.15), 0 2px 6px rgba(0,0,0,0.08);
    z-index: -1;
}

.widget.widget_block:has(.wp-block-latest-posts):before,
.widget.widget_block:has(.wp-block-latest-posts):after {
    display: none !important;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-latest-posts {
    margin: 0;
    padding: 0 0 10px;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-latest-posts li {
    list-style: none;
    margin: 0 0 6px;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-latest-posts li a.wp-block-latest-posts__post-title {
    color: rgba(255,255,255,0.7) !important;
    display: block;
    border-radius: 15px;
    position: relative;
    padding: 10px;
    margin: 0 20px;
    border-top: 1px solid rgba(255,255,255,0.15);
    text-decoration: none;
    font-weight: 600;
}

.widget.widget_block:has(.wp-block-latest-posts) .wp-block-latest-posts li a.wp-block-latest-posts__post-title:hover {
    background: rgba(255,255,255,0.1);
    color: #fff !important;
}

.widget.widget_block:has(.wp-block-latest-posts) .dn-popular {
    padding: 6px 10px 14px;
}

.dn-popular-item {
    display: grid;
    grid-template-columns: 30px 88px 1fr;
    align-items: center;
    gap: 14px;
    padding: 14px 16px;
    margin: 0 10px;
    border-radius: 16px;
    color: rgba(255,255,255,0.85);
    text-decoration: none;
    position: relative;
}

.dn-popular-item + .dn-popular-item {
    border-top: 1px solid rgba(255,255,255,0.15);
}

.dn-popular-item:hover {
    background: rgba(255,255,255,0.10);
    color: #fff;
}

.dn-popular-rank {
    font-family: Georgia, serif;
    font-style: italic;
    font-weight: 700;
    color: #ff3b30;
    font-size: 24px;
    text-align: center;
}

.dn-popular-thumb {
    width: 88px;
    height: 56px;
    border-radius: 12px;
    overflow: hidden;
    background: rgba(255,255,255,0.12);
    display: inline-flex;
    align-items: center;
    justify-content: center;
}

.dn-popular-thumb img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}

.dn-popular-thumb.dn-no-thumb i {
    color: rgba(255,255,255,0.6);
}

.dn-popular-title {
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
    font-weight: 700;
    line-height: 1.35;
    font-size: 18px;
}

.page-inner-container-footer {
    background: transparent !important;
    box-shadow: none !important;
}

.page-inner-container-footer #footer.page-card,
#footer.page-card {
    background: transparent !important;
    border: 0 !important;
    box-shadow: none !important;
}

.page-inner-container-footer #footer.page-card:before,
.page-inner-container-footer #footer.page-card:after {
    content: none !important;
    display: none !important;
}
