/*
 Theme Name: Orbital Child S - lista.publicartodo.com.ar
 Theme URI: https://lista.publicartodo.com.ar
 Description: Tema hijo lista.publicartodo.com.ar sobre Orbital 2.6.5
 Author: Equipo PublicarTodo
 Version: 0.1.0
 License: GPL-2.0-or-later
 Text Domain: orbital-child-s
 Template: orbital265
*/

/* Tus overrides aquí…  Ej.: */
:root { /* ejemplo */ }

/* --- SEO Landing – Productos Remotos --------------------------- */

.seo-landing {
    max-width: 1200px;
    margin: 0 auto;
    padding: 1.5rem 1rem 2rem;
}

.seo-landing__header {
    margin-bottom: 1.5rem;
}

.seo-landing__title {
    font-size: 2rem;
    line-height: 1.2;
    margin-bottom: 0.75rem;
}

.seo-landing__thumb {
    margin: 0 0 1rem;
}

.seo-landing__intro {
    margin-bottom: 1rem;
}

.seo-landing__cta {
    margin-top: 0.5rem;
}

.seo-landing__button {
    display: inline-block;
    padding: 0.75rem 1.5rem;
    border-radius: 4px;
    text-decoration: none;
}

/* Zona de productos remotos */
.seo-landing__products {
    margin-top: 2rem;
}

/* Ajustes suaves sobre el wrapper del plugin (sin romper su CSS) */
.cross-domain-products-wrapper {
    margin-top: 0;
}

/* --- Responsive grid de productos remotos ---------------------- */

@media (max-width: 1024px) {
    .cross-domain-product {
        width: calc(33.33% - 20px);
    }
}

@media (max-width: 690px) {
    .cross-domain-product {
        width: calc(50% - 20px);
    }
}
