.khnq-cta {
  display: none;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999;
  gap: 1px;
  box-shadow: 0 -6px 20px rgba(0,0,0,.18);
}
.khnq-cta__item {
  flex: 1;
  padding: 14px 6px;
  text-align: center;
  font-weight: 700;
  font-size: 13.5px;
  color: #fff !important;
}
.khnq-cta__item--call { background: var(--eik-primary, #99022B); }
.khnq-cta__item--zalo { background: var(--eik-gold, #D9A13B); color: var(--eik-ink, #2B2024) !important; }
.khnq-cta__item--quote { background: var(--eik-ink, #2B2024); }
@media only screen and (max-width: 849px) {
  .khnq-cta { display: flex; }
  body { padding-bottom: 48px; }
}
