/* ──────────────────────────────────────────────
   HOS SOCIAL ICONS — healoneself-shortcodes plugin
   Palette: Final homepage 10 reference design
   ────────────────────────────────────────────── */

/* Scoped header social/action nav. */
.hos-social-nav,
.hos-social-nav * {
  box-sizing: border-box;
}

.hos-social-nav {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  gap: 18px;
  width: auto;
  max-width: 100%;
  font-family: "Jost", Arial, sans-serif;
  line-height: 1;
  white-space: nowrap;
}

.hos-social-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
}

.hos-social-icon {
  width: 30px;
  height: 30px;
  min-width: 30px;
  border-radius: 50%;
  border: 0.5px solid rgba(196, 130, 90, 0.2);
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgba(255, 255, 255, 0.62);
  color: #9B7355;
  text-decoration: none !important;
  outline: none;
  overflow: hidden;
  padding: 0;
  margin: 0;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
  flex-shrink: 0;
}

.hos-social-icon:hover,
.hos-social-icon:focus-visible {
  border-color: #C4825A;
  color: #C4825A;
  background: #fff;
  box-shadow: 0 2px 10px rgba(196, 130, 90, 0.18);
  transform: translateY(-1px);
}

.hos-social-icon svg {
  width: 13px;
  height: 13px;
  max-width: 13px;
  max-height: 13px;
  fill: currentColor;
  display: block;
  flex-shrink: 0;
  overflow: visible;
}

.hos-social-icon svg path {
  fill: currentColor;
}

.hos-member-link,
.hos-btn-nav {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 38px;
  margin: 0;
  border-radius: 999px;
  font-family: "Jost", Arial, sans-serif;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.08em;
  text-decoration: none !important;
  text-transform: uppercase;
  white-space: nowrap;
  transition: border-color 0.2s ease, color 0.2s ease, background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.hos-member-link {
  color: #8E6F5A;
  padding: 0 2px;
  border: 1px solid transparent;
}

.hos-member-link:hover,
.hos-member-link:focus-visible {
  color: #C4825A;
}

.hos-btn-nav {
  color: #fff;
  background: #9B7355;
  border: 1px solid #9B7355;
  padding: 0 18px;
  box-shadow: 0 8px 18px rgba(155, 115, 85, 0.18);
}

.hos-btn-nav:hover,
.hos-btn-nav:focus-visible {
  color: #fff;
  background: #C4825A;
  border-color: #C4825A;
  box-shadow: 0 10px 22px rgba(196, 130, 90, 0.24);
  transform: translateY(-1px);
}

@media (max-width: 782px) {
  .hos-social-nav {
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px 12px;
    white-space: normal;
  }

  .hos-social-wrap {
    gap: 7px;
  }

  .hos-social-icon {
    width: 32px;
    height: 32px;
    min-width: 32px;
  }

  .hos-member-link,
  .hos-btn-nav {
    min-height: 36px;
    font-size: 11px;
  }

  .hos-btn-nav {
    padding: 0 14px;
  }
}
