/* Spectra calcula estos valores inline a partir del padding de la pastilla.
   El fondo debe cubrir el ancho completo, también tras recalcular el carrusel. */
.uagb-block-f4106792 .uagb-post__image {
    left: 0 !important;
    right: 0 !important;
    margin-left: 0 !important;
    width: 100% !important;
}

/* Mantener el título centrado incluso con los estilos de la extensión al pie. */
.tribe-events-pro .tribe-events-pro-photo__event .tribe-events-pro-photo__event-title {
    text-align: center !important;
}

/* La franja superior está oculta por el CSS histórico. Mostrar únicamente
   su buscador nativo, sin añadir altura ni recuperar el menú secundario. */
.site-header > .header-t {
    display: block !important;
    position: absolute;
    right: 16px;
    bottom: 10px;
    width: auto;
    padding: 0;
    margin: 0;
    border: 0;
    background: transparent;
    z-index: 10;
}
.site-header > .header-t > .container {
    width: auto;
    max-width: none;
    padding: 0;
    margin: 0;
}
.site-header .header-t .secondary-nav,
.site-header .header-t #secondary-toggle-button,
.site-header .header-t .social-networks,
.site-header .header-t .tools > :not(.form-section) {
    display: none !important;
}
.site-header .header-t .right,
.site-header .header-t .tools,
.site-header .header-t .form-section {
    margin: 0;
    padding: 0;
    float: none;
}
.site-header .header-t .tools .form-section #btn-search {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 32px;
    height: 32px;
    color: #000 !important;
    font-size: 18px;
}
.site-header .header-t .tools .form-section .form-holder {
    right: 0;
    top: 100%;
    width: 280px;
    max-width: calc(100vw - 32px);
}
.site-header .header-b > .container { padding-right: 55px; }
.site-header #btn-search:focus-visible { outline: 2px solid #1565c0; }
