
/* =========================================================
   HONDURAS — REQUIRED DOCUMENTS
   HOVER FIX ONLY
   ========================================================= */


/* normal state */
#assessment-coc
.hnd2-doclist
.hnd2-docitem{
  position:relative !important;

  background:#ffffff !important;

  transition:
    transform .28s cubic-bezier(.22,1,.36,1),
    background .30s ease,
    border-color .30s ease,
    box-shadow .30s ease !important;
}


/* remove only conflicting overlay from these document cards */
#assessment-coc
.hnd2-doclist
.hnd2-docitem::before{
  content:none !important;
  display:none !important;
}


/* hover card */
#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within{
  transform:translateY(-2px) !important;

  background:
    linear-gradient(
      135deg,
      #10384f 0%,
      #194f70 54%,
      #3379a3 100%
    ) !important;

  background-image:
    linear-gradient(
      135deg,
      #10384f 0%,
      #194f70 54%,
      #3379a3 100%
    ) !important;

  border-color:#58bde2 !important;

  box-shadow:
    0 13px 28px
    rgba(5,44,65,.17) !important;
}


/* title */
#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover b,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover strong,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within b,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within strong{
  color:#ffffff !important;
  opacity:1 !important;
}


/* description */
#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover small,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover p,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within small,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within p{
  color:#d8eaf2 !important;
  opacity:1 !important;
}


/* number circle */
#assessment-coc
.hnd2-doclist
.hnd2-docitem:hover > i,

#assessment-coc
.hnd2-doclist
.hnd2-docitem:focus-within > i{
  color:#08769e !important;

  background:#e3f7fc !important;

  border-color:#98deef !important;

  box-shadow:
    0 4px 12px
    rgba(0,0,0,.11) !important;
}

