.hc-fbb-wrap{
  margin:0 0 22px;
}

.hc-fbb-card{
  position:relative;
  display:flex;
  align-items:center;
  gap:16px;
  min-height:92px;
  padding:18px 20px;
  background:#fff;
  border:1px solid #e1e6ec;
  border-radius:16px;
  box-shadow:0 4px 18px rgba(17,37,66,.08);
  text-decoration:none;
  color:inherit;
  overflow:hidden;
  transition:transform .16s ease,box-shadow .16s ease;
}

.hc-fbb-card:hover{
  transform:translateY(-1px);
  box-shadow:0 7px 22px rgba(17,37,66,.12);
}

.hc-fbb-badge{
  position:absolute;
  top:0;
  right:0;
  background:#F2B705;
  color:#3a2c00;
  padding:6px 12px;
  border-radius:0 0 0 12px;
  font-size:9px;
  font-weight:900;
  letter-spacing:.6px;
  text-transform:uppercase;
}

.hc-fbb-logo-wrap{
  flex:0 0 auto;
}

.hc-fbb-logo{
  width:64px;
  height:64px;
  border-radius:14px;
  object-fit:cover;
  display:block;
  border:1px solid #e3e7ed;
  background:#fff;
}

.hc-fbb-fallback{
  display:flex;
  align-items:center;
  justify-content:center;
  background:#edf4ff;
  color:#003F87;
  font-size:21px;
}

.hc-fbb-content{
  flex:1;
  min-width:0;
}

.hc-fbb-name{
  font-size:17px;
  font-weight:900;
  color:#172033;
  line-height:1.25;
}

.hc-fbb-verified{
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  border-radius:50%;
  background:#003F87;
  color:#fff;
  font-size:8px;
  vertical-align:2px;
}

.hc-fbb-meta{
  margin-top:4px;
  color:#64748b;
  font-size:12px;
}

.hc-fbb-rating{
  color:#334155;
  font-weight:700;
}

.hc-fbb-rating::first-letter{
  color:#F2B705;
}

.hc-fbb-rating small{
  color:#8792a5;
  font-weight:500;
}

.hc-fbb-desc{
  margin-top:6px;
  color:#566173;
  font-size:12px;
  line-height:1.4;
  max-width:760px;
}

.hc-fbb-action{
  flex:0 0 auto;
  display:flex;
  align-items:center;
  gap:8px;
  color:#003F87;
  font-size:12px;
  font-weight:900;
  padding-right:8px;
}

@media(max-width:700px){
  .hc-fbb-card{
    align-items:flex-start;
    gap:12px;
    padding:16px;
  }

  .hc-fbb-logo{
    width:54px;
    height:54px;
  }

  .hc-fbb-name{
    font-size:15px;
  }

  .hc-fbb-desc{
    display:none;
  }

  .hc-fbb-action{
    display:none;
  }

  .hc-fbb-badge{
    font-size:8px;
  }
}

/* ==========================================================
   HC FEATURED BUSINESS BANNER — PREMIUM POP
   ========================================================== */

.hc-fbb-card{
  min-height:112px;
  padding:22px 24px;
  border:1px solid rgba(0,63,135,.14);
  border-left:6px solid #003F87;
  border-radius:18px;
  background:
    radial-gradient(circle at 92% 15%,rgba(242,183,5,.12),transparent 24%),
    linear-gradient(110deg,#ffffff 0%,#ffffff 65%,#f4f8ff 100%);
  box-shadow:
    0 10px 30px rgba(0,63,135,.11),
    0 2px 5px rgba(17,37,66,.05);
}

.hc-fbb-card:hover{
  transform:translateY(-3px);
  border-color:rgba(0,63,135,.22);
  box-shadow:
    0 16px 38px rgba(0,63,135,.17),
    0 4px 10px rgba(17,37,66,.07);
}

.hc-fbb-logo{
  width:76px;
  height:76px;
  border-radius:17px;
  border:2px solid #fff;
  box-shadow:
    0 6px 18px rgba(0,63,135,.16),
    0 0 0 1px #dfe7f2;
}

.hc-fbb-name{
  font-size:20px;
  color:#12203a;
  letter-spacing:-.2px;
}

.hc-fbb-meta{
  margin-top:6px;
  font-size:13px;
  color:#65738a;
  font-weight:600;
}

.hc-fbb-desc{
  margin-top:7px;
  font-size:13px;
  color:#556176;
}

.hc-fbb-badge{
  top:0;
  right:0;
  padding:9px 16px;
  border-radius:0 17px 0 16px;
  background:linear-gradient(135deg,#F2B705,#ffc928);
  color:#2f2500;
  box-shadow:0 4px 14px rgba(242,183,5,.25);
  font-size:10px;
}

.hc-fbb-action{
  padding:12px 17px;
  margin-right:4px;
  border-radius:11px;
  background:#003F87;
  color:#fff;
  box-shadow:0 6px 14px rgba(0,63,135,.20);
  transition:background .16s ease,transform .16s ease;
}

.hc-fbb-card:hover .hc-fbb-action{
  background:#002d63;
  transform:translateX(2px);
}

.hc-fbb-verified{
  background:#0b63ce;
  box-shadow:0 2px 5px rgba(0,63,135,.20);
}

@media(max-width:700px){
  .hc-fbb-card{
    min-height:90px;
    padding:16px;
    border-left-width:4px;
  }

  .hc-fbb-logo{
    width:58px;
    height:58px;
    border-radius:14px;
  }

  .hc-fbb-name{
    font-size:16px;
  }
}
