/* Modern listing pages: category archives and search results. */
.xleche-listing-page{padding-top:18px}
.xleche-listing-header{display:flex;align-items:flex-start;gap:12px;margin:0 0 24px;padding:0 0 16px;border-bottom:1px solid #292929}
.xleche-listing-accent{flex:0 0 4px;width:4px;height:42px;margin-top:2px;border-radius:4px;background:var(--xl-accent)}
.xleche-listing-header h1{margin:0;color:#f4f4f4;font-size:28px;font-weight:750;line-height:1.15;letter-spacing:-.02em}
.xleche-listing-kicker{margin:0 0 4px;color:var(--xl-accent);font-size:12px;font-weight:800;letter-spacing:.07em;text-transform:uppercase}
.xleche-listing-description{max-width:900px;margin-top:8px;color:#a7a7a7;font-size:14px;line-height:1.55}
.xleche-listing-description p{margin:0}
.xleche-listing-grid{margin:0}
.xleche-listing-pagination{margin-top:34px}
.xleche-no-results{display:flex;align-items:center;gap:15px;margin:4px 0 28px;padding:20px 22px;border:1px solid #303030;border-radius:10px;background:#1a1a1a}
.xleche-no-results-icon{display:grid;place-items:center;flex:0 0 44px;width:44px;height:44px;border-radius:50%;background:#242424;color:var(--xl-accent);font-size:25px;line-height:1}
.xleche-no-results h2{margin:0 0 5px;color:#f0f0f0;font-size:19px;font-weight:750}
.xleche-no-results p{margin:0;color:#999;font-size:14px}
.xleche-search-suggestions{margin-top:0}
.xleche-search-suggestions .xleche-section-heading{margin-bottom:16px;padding-bottom:10px;border-bottom:1px solid #292929}
.xleche-search-suggestions .xleche-section-heading h2{font-size:22px;font-weight:700}
@media(max-width:820px){.xleche-listing-page{padding-top:13px}.xleche-listing-header{margin-bottom:18px;padding-bottom:13px}.xleche-listing-header h1{font-size:23px}.xleche-listing-accent{height:35px}.xleche-no-results{padding:16px 14px}.xleche-no-results h2{font-size:17px}.xleche-search-suggestions .xleche-section-heading h2{font-size:20px}}

/* =========================================================
   MOBILE TAG TRAFFICSTARS
   Anuncio superior full-bleed exclusivo de páginas de etiquetas.
   ========================================================= */
.xleche-tag-ad-mobile{display:none}
@media(max-width:767px){
  .xleche-tag-ad-mobile{
    display:block;
    position:relative;
    left:50%;
    width:100vw;
    max-width:100vw;
    margin:0 0 20px;
    margin-left:-50vw;
    padding:0;
    overflow:hidden;
    background:#0b0b0b;
    box-sizing:border-box;
    text-align:center;
  }
  .xleche-tag-ad-mobile>div,
  .xleche-tag-ad-mobile iframe,
  .xleche-tag-ad-mobile video,
  .xleche-tag-ad-mobile img{
    display:block;
    width:100%!important;
    max-width:100%!important;
    height:auto;
    margin-left:0!important;
    margin-right:0!important;
    padding:0!important;
    box-sizing:border-box;
  }
}
