.local-blog-menu-link {
  display: block;
  width: 100%;
  padding: 6px 12px;
  border: 0;
  color: #102324;
  background: transparent;
  font: inherit;
  text-align: left;
  text-decoration: none;
  cursor: pointer;
}

.local-blog-menu-link:hover,
.local-blog-menu-link:focus-visible {
  color: #102324;
  text-decoration: underline;
  text-underline-offset: 0.2em;
}

.local-social-icons {
  box-sizing: border-box;
  display: flex;
  position: static !important;
  width: 100%;
  max-width: none;
  align-items: center;
  gap: 9px;
  justify-content: center;
  margin: 18px 0 28px;
  padding: 0 16px;
  border: 0;
  background: transparent;
  box-shadow: none;
  transform: none;
  z-index: auto;
}

.local-social-icons__link {
  display: inline-flex;
  width: 34px;
  height: 34px;
  flex: 0 0 34px;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: 1px solid #d2d2d2;
  border-radius: 50%;
  color: #202020;
  background: transparent;
  text-decoration: none;
}

.local-social-icons__link:hover,
.local-social-icons__link:focus-visible {
  border-color: #777;
  color: #111;
  background: #f6f6f6;
}

.local-social-icons__link svg {
  width: 16px;
  height: 16px;
  fill: none;
  stroke: currentColor;
  stroke-linecap: round;
  stroke-linejoin: round;
  stroke-width: 1.7;
}

.local-social-icons__link--facebook svg {
  fill: currentColor;
  stroke: none;
}

@media (max-width: 560px) {
  .local-social-icons {
    margin: 14px 0 82px;
  }
}

/* pos-autopublisher-menu-open-v1 */
.dropdown-menu.is-open{opacity:1!important;visibility:visible!important;transform:translateY(0)!important}
