/* =========================================================
   PANAMA COC — DECK OFFICER CARD ONLY
   Exact selector / SEA-logo light blue shade
   ========================================================= */

html body
#panama-coc
.pnm-service-grid
> .pnm-service-card:first-child{

  background:
    linear-gradient(
      135deg,
      #eefaff 0%,
      #dff5fd 42%,
      #c8ecfa 72%,
      #afe1f4 100%
    ) !important;

  border-color:#79c9e6 !important;

  box-shadow:
    0 14px 32px rgba(35,137,181,.12),
    inset 0 1px 0 rgba(255,255,255,.92) !important;
}


/* DECK DEPARTMENT */
html body
#panama-coc
.pnm-service-grid
> .pnm-service-card:first-child
> span{
  color:#147eb1 !important;
}


/* Deck Officer CoC Routes */
html body
#panama-coc
.pnm-service-grid
> .pnm-service-card:first-child
h3{
  color:#103852 !important;
}


/* description */
html body
#panama-coc
.pnm-service-grid
> .pnm-service-card:first-child
p{
  color:#426376 !important;
}


/* four officer route rows */
html body
#panama-coc
.pnm-service-grid
> .pnm-service-card:first-child
.pnm-grade-list
> li{

  background:
    rgba(255,255,255,.62) !important;

  border:
    1px solid rgba(81,177,214,.15) !important;

  color:#173d56 !important;

  box-shadow:
    inset 0 1px 0 rgba(255,255,255,.60) !important;
}
