/* SellerApp blog footer — scoped to plugin output */

body:has(#sellerapp-footer-root) footer.footer {
    display: none !important;
}

body:has(#sellerapp-footer-root) .dh-footer-floating-btn {
    display: none !important;
}

#sellerapp-footer-root.sellerapp-footer-layout {
    background: transparent !important;
}

#sellerapp-footer-root .sellerapp-blog-footer {
    background-color: oklch(16% 0.03 220) !important;
    color: oklch(98% 0.005 180) !important;
}

/* Logo */
#sellerapp-footer-root .sellerapp-footer-logo-link {
    text-decoration: none !important;
    color: #fff !important;
}

#sellerapp-footer-root .sellerapp-footer-logo-img,
#sellerapp-footer-root .widget_media_image img {
    max-height: 40px;
    width: auto;
    height: auto;
}

#sellerapp-footer-root .sellerapp-footer-brand-widgets .widget {
    margin-bottom: 0;
}

#sellerapp-footer-root .sellerapp-footer-brand-widgets .widget_text p,
#sellerapp-footer-root .sellerapp-footer-default-description {
    color: rgba(255, 255, 255, 0.6) !important;
    font-size: 0.875rem;
    line-height: 1.625;
    max-width: 24rem;
}

#sellerapp-footer-root .sellerapp-footer-brand-widgets .widget_text p {
    margin-top: 1rem;
}

/* Link columns from Navigation Menu widgets */
#sellerapp-footer-root .sellerapp-footer-column-widgets .menu,
#sellerapp-footer-root .sellerapp-footer-links,
#sellerapp-footer-root .sellerapp-footer-column-fallback ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

#sellerapp-footer-root .sellerapp-footer-column-widgets .menu li,
#sellerapp-footer-root .sellerapp-footer-links li {
    margin: 0 0 0.75rem;
}

#sellerapp-footer-root .sellerapp-footer-column-widgets .menu a,
#sellerapp-footer-root .sellerapp-footer-links a,
#sellerapp-footer-root .sellerapp-footer-legal a {
    color: rgba(255, 255, 255, 0.6) !important;
    text-decoration: none !important;
    transition: color 0.15s ease;
    font-size: 0.875rem;
}

#sellerapp-footer-root .sellerapp-footer-column-widgets .menu a:hover,
#sellerapp-footer-root .sellerapp-footer-links a:hover,
#sellerapp-footer-root .sellerapp-footer-legal a:hover {
    color: #fff !important;
}

#sellerapp-footer-root .sellerapp-footer-column-widgets .widget-title,
#sellerapp-footer-root .sellerapp-footer-widget-title {
    font-weight: 600;
    margin-bottom: 1.25rem;
    color: #fff !important;
}

/* Subscribe — plugin form + third-party widgets */
#sellerapp-footer-root .sellerapp-footer-subscribe input:focus,
#sellerapp-footer-root .sellerapp-footer-subscribe-widgets input[type="email"]:focus {
    border-color: oklch(66% 0.16 165) !important;
    outline: none;
}

#sellerapp-footer-root .sellerapp-footer-subscribe-widgets .mc4wp-form-fields,
#sellerapp-footer-root .sellerapp-footer-subscribe-widgets form {
    display: flex;
    gap: 0.5rem;
    max-width: 24rem;
    flex-wrap: wrap;
}

#sellerapp-footer-root .sellerapp-footer-subscribe-widgets input[type="email"],
#sellerapp-footer-root .sellerapp-footer-subscribe-widgets input[type="text"] {
    flex: 1;
    min-width: 10rem;
    background: rgba(255, 255, 255, 0.05) !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    border-radius: 0.5rem;
    padding: 0.625rem 0.75rem;
    font-size: 0.875rem;
    color: #fff !important;
}

#sellerapp-footer-root .sellerapp-footer-subscribe-widgets input::placeholder {
    color: rgba(255, 255, 255, 0.4);
}

#sellerapp-footer-root .sellerapp-footer-subscribe-widgets input[type="submit"],
#sellerapp-footer-root .sellerapp-footer-subscribe-widgets button[type="submit"] {
    background: var(--brand, oklch(66% 0.16 165)) !important;
    color: var(--brand-foreground, #fff) !important;
    border: none;
    border-radius: 0.5rem;
    padding: 0.625rem 1rem;
    font-size: 0.875rem;
    font-weight: 600;
    cursor: pointer;
}

#sellerapp-footer-root .sellerapp-footer-subscribe-widgets p {
    margin: 0;
}

/* Social icons — theme footer menu, Elementor, fallback */
#sellerapp-footer-root .sellerapp-footer-social-widgets .sellerapp-footer-social-icons,
#sellerapp-footer-root .sellerapp-footer-social-icons {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
}

#sellerapp-footer-root .sellerapp-footer-social-widgets .menu li,
#sellerapp-footer-root .sellerapp-footer-social-menu .menu li {
    list-style: none;
    margin: 0;
}

#sellerapp-footer-root .sellerapp-footer-social-widgets a,
#sellerapp-footer-root .sellerapp-footer-social-icons a,
#sellerapp-footer-root .sellerapp-footer-social-fallback a {
    display: grid;
    place-items: center;
    width: 2.25rem;
    height: 2.25rem;
    border-radius: 0.5rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(255, 255, 255, 0.05);
    color: rgba(255, 255, 255, 0.8) !important;
    transition: background-color 0.15s ease, color 0.15s ease;
}

#sellerapp-footer-root .sellerapp-footer-social-widgets a:hover,
#sellerapp-footer-root .sellerapp-footer-social-icons a:hover,
#sellerapp-footer-root .sellerapp-footer-social-fallback a:hover {
    background: rgba(255, 255, 255, 0.1);
    color: #fff !important;
}

#sellerapp-footer-root .sellerapp-footer-social-widgets svg,
#sellerapp-footer-root .sellerapp-footer-social-icons svg {
    width: 1rem;
    height: 1rem;
    fill: currentColor;
}

#sellerapp-footer-root .elementor-social-icons-wrapper {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

#sellerapp-footer-root .elementor-social-icon {
    width: 2.25rem !important;
    height: 2.25rem !important;
    border-radius: 0.5rem !important;
    border: 1px solid rgba(255, 255, 255, 0.1) !important;
    background: rgba(255, 255, 255, 0.05) !important;
}

#sellerapp-footer-root .elementor-social-icon:hover {
    background: rgba(255, 255, 255, 0.1) !important;
}

/* Bottom bar widgets */
#sellerapp-footer-root .sellerapp-footer-bottom-widgets {
    width: 100%;
}

#sellerapp-footer-root .sellerapp-footer-bottom-widgets .widget {
    margin: 0;
}

#sellerapp-footer-root .sellerapp-footer-bottom-widgets .widget_text p {
    margin: 0;
    color: rgba(255, 255, 255, 0.5) !important;
    font-size: 0.75rem;
}

#sellerapp-footer-root .sellerapp-footer-bottom-widgets .menu {
    display: flex;
    flex-wrap: wrap;
    gap: 1.5rem;
    list-style: none;
    margin: 0;
    padding: 0;
    justify-content: center;
}

@media (min-width: 768px) {
    #sellerapp-footer-root .sellerapp-footer-bottom-widgets {
        flex-direction: row;
        align-items: center;
        justify-content: space-between;
    }

    #sellerapp-footer-root .sellerapp-footer-bottom-widgets .menu {
        justify-content: flex-end;
    }
}

#sellerapp-footer-root .sellerapp-footer-bottom-fallback .sellerapp-footer-copyright {
    margin: 0;
}

#sellerapp-footer-root .sr-only,
#sellerapp-footer-root .screen-reader-text {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0;
}

/* Prevent global layout link inherit from breaking footer widget links */
#sellerapp-footer-root.sellerapp-sections-layout a:not(.sellerapp-footer-subscribe button) {
    color: inherit;
}

footer .sellerapp-footer-logo-link .logo-white {
	display:block !important
}
footer .sellerapp-footer-logo-link .logo-dark {
	display: none !important
}