.lppb-card__topbar > .lp-color-emoji{
  font-size: 42px !important;
  width: 44px !important;
  min-width: 44px !important;
  height: 44px !important;
  line-height: 1 !important;
}.lppb-board{background:linear-gradient(135deg,#eef4fb 0%,#f5f9f6 100%);border:1px solid #d8e2ee;border-radius:28px;padding:24px;box-shadow:0 12px 30px rgba(18,61,100,.05)}
.lppb-board__header{margin-bottom:18px}.lppb-board__header h2{margin:0 0 8px;font-size:clamp(28px,3.2vw,42px);line-height:1.05;color:#1d3657}.lppb-board__header p{margin:0;color:#567091;font-size:clamp(14px,1vw,17px)}
.lppb-toolbar{display:grid;gap:12px;margin-bottom:18px}.lppb-search{width:100%;max-width:420px;border:1px solid #d1dde8;border-radius:14px;padding:12px 14px;background:#fff}.lppb-filters{display:flex;gap:8px;flex-wrap:wrap}.lppb-chip{border:1px solid #d7e2ec;background:#fff;border-radius:999px;padding:8px 12px;cursor:pointer;font-weight:700;color:#26496e}.lppb-chip.is-active{background:#0d63b1;border-color:#0d63b1;color:#fff}
.lppb-cards{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:16px;align-items:start}.lppb-card{background:#fff;border:1px solid #d7e3ea;border-radius:22px;padding:18px;box-shadow:0 6px 18px rgba(17,39,74,.04);display:flex;flex-direction:column;gap:12px;height:100%}.lppb-card.is-required{border-color:#cfe0ff;background:linear-gradient(180deg,#f7fbff 0%,#fff 100%)}
.lppb-card__top{display:flex;justify-content:space-between;gap:12px;align-items:flex-start}.lppb-card__left{display:flex;gap:12px;align-items:flex-start;min-width:0}.lppb-card__icon{font-size:28px;line-height:1}.lppb-card h3{margin:0 0 6px;font-size:clamp(18px,1.3vw,24px);line-height:1.2;color:#1f3555}.lppb-card__summary{margin:0;color:#5b7393;font-size:15px;line-height:1.55}.lppb-card__badge{display:inline-flex;align-items:center;justify-content:center;min-height:26px;padding:4px 10px;border-radius:999px;background:#f4f7fb;color:#065aa5;font-weight:700;border:1px solid #d7e2ec;font-size:12px;line-height:1.15;max-width:160px;text-align:center}
.lppb-card__meta{display:flex;gap:8px;flex-wrap:wrap;color:#48637f;font-size:13px}.lppb-card__meta span{background:#f8fbfd;border:1px solid #e3ebf2;border-radius:999px;padding:5px 9px}.lppb-card__required{background:#eef5ff!important;color:#0d63b1!important;font-weight:700}.lppb-card__cats{display:flex;gap:6px;flex-wrap:wrap}.lppb-card__cats span{background:#f4f7fb;border:1px solid #d7e2ec;border-radius:999px;padding:4px 8px;font-size:12px;color:#456079}
.lppb-card__details{margin-top:0;border-top:1px dashed #dbe4ec;padding-top:10px}.lppb-card__details summary{cursor:pointer;color:#0d63b1;font-weight:700;list-style:none}.lppb-card__details summary::-webkit-details-marker{display:none}.lppb-card__body{margin-top:10px;color:#213b5c;font-size:15px;line-height:1.6}.lppb-card__body p{margin:0 0 10px}.lppb-card__actions{margin-top:auto;padding-top:4px}.lppb-card__button{display:inline-flex;align-items:center;justify-content:center;min-height:40px;padding:0 16px;border-radius:12px;background:#0d63b1;color:#fff;text-decoration:none;font-weight:700;box-shadow:0 6px 16px rgba(13,99,177,.18)}
.lppb-empty{background:#fff;border:1px dashed #cdd9e0;border-radius:22px;padding:20px;color:#607892}
.lppb-card.is-hidden{display:none!important}
@media (max-width:1180px){.lppb-cards{grid-template-columns:repeat(2,minmax(0,1fr))}}
@media (max-width:860px){.lppb-board{padding:20px;border-radius:22px}.lppb-cards{grid-template-columns:1fr}.lppb-card{padding:16px;border-radius:20px}.lppb-card__top{flex-direction:column}.lppb-card__badge{align-self:flex-start}}

/* BOTON DEL MAPA: fondo azul pero texto blanco legible */
.lppb-card__button,
.lppb-card__button:link,
.lppb-card__button:visited{
  background: #0d63b1 !important;
  color: #ffffff !important;
  border: 1px solid #0b57a0 !important;
  text-decoration: none !important;
  display: inline-flex !important;
  align-items: center !important;
  gap: 8px !important;
  font-weight: 700 !important;
}

.lppb-card__button:hover,
.lppb-card__button:focus{
  background: #0b57a0 !important;
  color: #ffffff !important;
}

/.lppb-card__topbar > span.lp-color-emoji{
  background: red !important;
  color: white !important;
  font-size: 80px !important;
  line-height: 1 !important;
  display: inline-block !important;
  transform: scale(1.4) !important;
  transform-origin: left top !important;
}

/* =========================
   PROTOCOLOS · ICONOS/EMOJIS
   ========================= */

/* BLOQUE GENERAL DEL TITULO */
.lppb-card h3{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
  line-height:1.18 !important;
  margin:0 0 14px !important;
}

/* 1) PRIMERA TARJETA: emoji dentro del h3 */
.lppb-card:first-child h3 > .lp-color-emoji{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  border-radius:12px !important;
  background:#f4f8fc !important;
  border:1px solid #d6e4f2 !important;
  font-size:32px !important;
  line-height:1 !important;
  flex:0 0 46px !important;
  margin-top:1px !important;
}

/* 2) RESTO DE TARJETAS: emoji dentro de .lppb-card__icon */
.lppb-card .lppb-card__left{
  display:flex !important;
  align-items:flex-start !important;
  gap:14px !important;
}

.lppb-card .lppb-card__icon{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  width:46px !important;
  min-width:46px !important;
  max-width:46px !important;
  height:46px !important;
  min-height:46px !important;
  max-height:46px !important;
  border-radius:12px !important;
  background:#f4f8fc !important;
  border:1px solid #d6e4f2 !important;
  flex:0 0 46px !important;
  margin-top:1px !important;
}

.lppb-card .lppb-card__icon .lp-color-emoji{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;
  font-size:32px !important;
  line-height:1 !important;
  transform:scale(1.18) !important;
  transform-origin:center center !important;
}

/* 3) LOS DOS MAS FLOJOS DE LA PRIMERA FILA: un empujón extra */
.lppb-card:nth-child(2) .lppb-card__icon .lp-color-emoji,
.lppb-card:nth-child(3) .lppb-card__icon .lp-color-emoji{
  font-size:34px !important;
  transform:scale(1.24) !important;
}

/* MOVIL */
@media (max-width: 860px){
  .lppb-card:first-child h3 > .lp-color-emoji,
  .lppb-card .lppb-card__icon{
    width:40px !important;
    min-width:40px !important;
    max-width:40px !important;
    height:40px !important;
    min-height:40px !important;
    max-height:40px !important;
    flex:0 0 40px !important;
  }

  .lppb-card:first-child h3 > .lp-color-emoji,
  .lppb-card .lppb-card__icon .lp-color-emoji{
    font-size:28px !important;
  }

  .lppb-card:nth-child(2) .lppb-card__icon .lp-color-emoji,
  .lppb-card:nth-child(3) .lppb-card__icon .lp-color-emoji{
    font-size:30px !important;
    transform:scale(1.16) !important;
  }
}