/* Dropdown nav — довгі назви категорій + стрілка вкладеного меню */
.vp-nav .sub-menu {
  min-width: 300px;
}

.vp-logo--image img {
  max-width: 220px;
  height: 48px;
}

@media (max-width: 768px) {
  .vp-logo--image img {
    max-width: 110px;
    height: 24px;
  }
}

.vp-footer .vp-logo--image img {
  max-width: 200px;
  height: 44px;
}

@media (min-width: 769px) {
  .vp-nav .sub-menu .menu-item-has-children > a {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
  }

  .vp-nav .sub-menu .menu-item-has-children > a::after {
    float: none;
    margin-left: 0;
    flex-shrink: 0;
  }
}

/* Контакти з іконками (футер + спільний блок) */
.vp-about-contact-meta {
  list-style: none;
  margin: 0;
  padding: 0;
  display: grid;
  gap: 14px;
  font-size: 0.98rem;
}

.vp-about-contact-meta__item {
  display: flex;
  align-items: center;
  gap: 12px;
  min-height: 36px;
}

.vp-about-contact-meta__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 36px;
  height: 36px;
  border-radius: 10px;
  background: rgba(0, 71, 171, 0.08);
  color: var(--vp-brand, #0047ab);
}

.vp-about-contact-meta a,
.vp-about-contact-meta__text {
  color: var(--vp-text);
  font-weight: 600;
  text-decoration: none;
  line-height: 1.4;
  flex: 1;
  min-height: 36px;
  display: flex;
  align-items: center;
}

.vp-about-contact-meta a:hover {
  text-decoration: underline;
}

.vp-footer .vp-about-contact-meta {
  margin-top: 4px;
}
