/* Utilidades compartidas (home Elementor + sitio Laravel) */

.breadcrumb-item + .breadcrumb-item::before {
    content: var(--bs-breadcrumb-divider, "/") !important;
}

.marva-search-overlay {
    display: none;
    position: fixed;
    inset: 0;
    background: rgba(29, 23, 41, 0.95);
    z-index: 9999;
    align-items: center;
    justify-content: center;
}

.marva-search-overlay.is-open {
    display: flex;
}

.marva-search-overlay form {
    width: min(600px, 90%);
    position: relative;
}

.marva-search-overlay input {
    width: 100%;
    padding: 20px 70px 20px 25px;
    border: none;
    border-radius: 8px;
    font-size: 1.1rem;
}

.marva-search-overlay button {
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 60px;
    border: none;
    background: var(--theme-color1, #7243f2);
    color: #fff;
    border-radius: 0 8px 8px 0;
}

.marva-search-close {
    position: absolute;
    top: 30px;
    right: 30px;
    background: none;
    border: none;
    color: #fff;
    font-size: 2rem;
    cursor: pointer;
}

.alert-marva {
    border-left: 4px solid var(--theme-color1, #7243f2);
}

/* Barra superior del header (email + dirección) — todas las páginas */
#elementor-header-top .tm-header-top-info li i {
    display: inline-block !important;
    color: var(--theme-color1, #7D4698);
    font-size: 13px;
    margin-right: 6px;
    vertical-align: -1px;
}
