/* Aplica solo a este template */
.page-template-machi-template-marcas-elementor .widget-area,
.page-template-machi-template-marcas-elementor .sidebar,
.page-template-machi-template-marcas-elementor .site-sidebar {
    display: none !important;
    width: 0 !important;
}

.page-template-machi-template-marcas-elementor .site-content,
.page-template-machi-template-marcas-elementor #primary,
.page-template-machi-template-marcas-elementor .content-area,
.page-template-machi-template-marcas-elementor .container,
.page-template-machi-template-marcas-elementor .machi-container {
    max-width: 100%;
    width: 100%;
    margin: 0;
    padding: 0;
}

/* Quita márgenes/padding que metan algunos temas alrededor del contenido */
.page-template-machi-template-marcas-elementor .entry-content {
    margin: 0;
    padding: 0;
}

#search-brand_machi {
    justify-content: center;
    align-items: center;
}

#search-brand_machi input {
    border: 2px solid #252525;
    border-radius: 5px;
}

.brandSearchMachi {
    width: 100%;
    max-width: 520px;
    padding: 10px 12px;
    font-size: 16px;
    border: 1px solid #e5e7eb;
    border-radius: 10px;
    outline: none;
}

.brandSearchMachi:focus {
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, .15);
}

.brandSearchMachi__status {
    font-size: 13px;
    color: #6b7280;
}

.brandSearchMachi__empty {
    margin-top: 10px;
    padding: 10px 12px;
    background: #deeaf5;
    border: 1px dashed #e5e7eb;
    border-radius: 10px;
    color: #484c55;
    font-size: 14px;
}

.brandHighlight {
  background: #fff3a3;   /* subtle yellow */
  padding: 0 .1em;
  border-radius: .25em;
}