/* =========================================================
   BELIZE — EXACT SB / MT BADGE COLORS ONLY
   Scope: actual Seaman Book section cards only
   ========================================================= */

/* LEFT — Seaman Book / SEA blue */
#belize-seaman-book
.blz2-type-grid
> .blz2-type:nth-child(1)
> .blz2-kicker{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:38px !important;
  min-height:27px !important;

  padding:0 9px !important;
  margin-bottom:10px !important;

  border-radius:7px !important;

  background:
    linear-gradient(135deg,#0f4f8a,#2377bd) !important;

  border:1px solid rgba(62,148,220,.35) !important;

  color:#ffffff !important;

  box-shadow:
    0 6px 15px rgba(13,72,124,.14) !important;
}


/* RIGHT — Marine Technician / LICENSING cyan */
#belize-seaman-book
.blz2-type-grid
> .blz2-type:nth-child(2)
> .blz2-kicker{
  display:inline-flex !important;
  align-items:center !important;
  justify-content:center !important;

  width:auto !important;
  min-width:38px !important;
  min-height:27px !important;

  padding:0 9px !important;
  margin-bottom:10px !important;

  border-radius:7px !important;

  background:
    linear-gradient(135deg,#42b8e9,#8ee8ff) !important;

  border:1px solid rgba(67,183,234,.40) !important;

  color:#0f4f8a !important;

  box-shadow:
    0 6px 15px rgba(38,159,207,.13) !important;
}
