/* Vopečbuřt 2.4.1 - restore header/footer SVG icon visibility after asset consolidation */
.vb-header-actions .vb-icon-link,
.vb-icon-link {
  font-size: 0 !important;
  overflow: hidden;
}

.vb-header-actions .vb-icon-link .vb-inline-svg,
.vb-icon-link .vb-inline-svg,
.vb-social-chip .vb-social-svg {
  display: block !important;
  width: 20px !important;
  height: 20px !important;
  flex: 0 0 auto !important;
  color: currentColor !important;
  opacity: 1 !important;
  visibility: visible !important;
}

.vb-social-chip,
.vb-social-chips .vb-social-chip {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  line-height: 1 !important;
}

.vb-social-chip--tiktok .vb-social-svg {
  transform: scale(.92);
}

.vb-footer .vb-social-chips:empty {
  display: none !important;
}
