/* ===== Footer (News / RTL) ===== */
.site-footer {
    background: var(--color-text, #0b1220);
    color: #e5e7eb;
}

/* Full width fix */
.site-footer.alignfull {
    width: 100vw;
    /* margin-left: calc(50% - 50vw) !important;
    margin-right: calc(50% - 50vw) !important; */
}

/* Headings */
.site-footer h4,
.site-footer h5 {
    color: #fff;
    margin: 0 0 10px;
    font-weight: 900;
}

/* Paragraphs */
.site-footer .footer-desc {
    color: rgba(229, 231, 235, 0.88);
    line-height: 1.85;
}

/* Links */
.site-footer a {
    color: #93c5fd;
    text-decoration: none;
}
.site-footer a:hover {
    color: #bfdbfe;
    text-decoration: underline;
}

/* Lists */
.site-footer .footer-links {
    list-style: none;
    padding: 0;
    margin: 0;
}
.site-footer .footer-links li {
    margin: 10px 0;
}

/* Social */
.site-footer .footer-social {
    margin-top: 10px;
}
.site-footer .wp-social-link {
    border-radius: 12px;
}
.site-footer .wp-social-link a {
    opacity: 0.95;
}

/* Latest items */
.site-footer .footer-latest-item {
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
.site-footer .footer-latest-item:last-child {
    border-bottom: 0;
}
.site-footer .footer-latest-item a {
    color: #e5e7eb;
    font-weight: 800;
}
.site-footer .footer-latest-item a:hover {
    color: #93c5fd;
}

/* Newsletter box */
.site-footer .footer-newsletter {
    border-radius: 16px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.06);
}

/* Search in footer as email input */
.site-footer .wp-block-search__inside-wrapper {
    border-radius: 14px;
    border: 1px solid rgba(255, 255, 255, 0.16);
    overflow: hidden;
    background: rgba(255, 255, 255, 0.06);
}
.site-footer .wp-block-search__input {
    border: 0 !important;
    color: #fff;
    background: transparent !important;
    padding: 10px 12px;
}
.site-footer .wp-block-search__input::placeholder {
    color: rgba(255, 255, 255, 0.65);
}
.site-footer .wp-block-search__button {
    border: 0 !important;
    background: linear-gradient(
        135deg,
        var(--color-primary, #0b5cff),
        var(--color-secondary, #00a8e8)
    );
    color: #fff;
    padding: 10px 14px;
}

/* Bottom row */
.site-footer .footer-bottom {
    opacity: 0.95;
}

/* Responsive */
@media (max-width: 900px) {
    .site-footer .footer-cols {
        gap: 18px;
    }
}
