.fcwlsocial-bricks-element,
.fcwlsocial-bricks-element *,
.fcwlsocial,
.fcwlsocial * {
  box-sizing: border-box;
}

.fcwlsocial-bricks-element {
  width: 100%;
  max-width: none;
}

.fcwlsocial {
  --fcwlsocial-bg: #d0dccf;
  --fcwlsocial-heading: #002e25;
  --fcwlsocial-icon: #002e25;
  --fcwlsocial-icon-bg: rgba(255,255,255,.38);
  --fcwlsocial-icon-hover-bg: rgba(255,255,255,.78);
  --fcwlsocial-border: #89a98d;
  --fcwlsocial-border-size: 2px;
  --fcwlsocial-height: 134px;
  --fcwlsocial-heading-size: 17px;
  --fcwlsocial-icon-size: 120px;
  --fcwlsocial-gap: 18px;
  --fcwlsocial-separator: #30352f;
  --fcwlsocial-separator-width: 1px;
  --fcwlsocial-separator-height: 70%;
  width: 100%;
  max-width: none;
  height: clamp(120px, var(--fcwlsocial-height), 220px);
  border-top: var(--fcwlsocial-border-size) solid var(--fcwlsocial-border);
  border-bottom: var(--fcwlsocial-border-size) solid var(--fcwlsocial-border);
  background: var(--fcwlsocial-bg);
  overflow: hidden;
}

.fcwlsocial-inner {
  width: 100%;
  height: 100%;
  min-height: 0;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 2px;
  padding: 5px 24px;
}

.fcwlsocial-heading {
  max-width: 100%;
  margin: 0;
  color: var(--fcwlsocial-heading);
  font-family: Arial, Helvetica, sans-serif;
  font-size: clamp(14px, 1.2vw, var(--fcwlsocial-heading-size));
  font-weight: 600;
  line-height: 1.15;
  letter-spacing: .01em;
  text-align: center;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.fcwlsocial-rail {
  width: 100%;
  max-width: 100%;
  min-width: 0;
  display: grid;
  grid-template-columns: repeat(var(--fcwlsocial-count, 4), minmax(0, 1fr));
  align-items: stretch;
  justify-content: stretch;
  gap: 0;
  overflow: visible;
  perspective: 900px;
}

.fcwlsocial-slot {
  position: relative;
  min-width: 0;
  min-height: 98px;
  display: grid;
  place-items: center;
  padding-inline: clamp(5px, .9vw, var(--fcwlsocial-gap));
}

.fcwlsocial.has-separators .fcwlsocial-slot:not(:last-child)::after {
  content: "";
  position: absolute;
  z-index: 1;
  top: calc((100% - var(--fcwlsocial-separator-height)) / 2);
  right: 0;
  width: var(--fcwlsocial-separator-width);
  height: var(--fcwlsocial-separator-height);
  background: var(--fcwlsocial-separator);
  opacity: .9;
  pointer-events: none;
}

.fcwlsocial-link {
  position: relative;
  width: min(100%, var(--fcwlsocial-icon-size));
  min-width: 40px;
  max-width: var(--fcwlsocial-icon-size);
  aspect-ratio: 1 / 1;
  display: inline-grid;
  place-items: center;
  border: 1px solid rgba(0,46,37,.12);
  border-radius: 999px;
  background: var(--fcwlsocial-icon-bg);
  color: var(--fcwlsocial-icon);
  text-decoration: none !important;
  line-height: 1;
  transform-origin: 50% 50%;
  transform-style: preserve-3d;
  will-change: transform;
  transition: background-color .22s ease, border-color .22s ease, box-shadow .22s ease, transform .22s ease;
  -webkit-tap-highlight-color: transparent;
}

.fcwlsocial-link.is-linked {
  cursor: pointer;
}

.fcwlsocial-link.is-unlinked {
  cursor: default;
  opacity: .72;
}

.fcwlsocial-link.has-custom-image {
  border: 0 !important;
  border-radius: 0 !important;
  background: transparent !important;
  box-shadow: none !important;
}

.fcwlsocial-link.has-custom-image:hover,
.fcwlsocial-link.has-custom-image:focus-visible,
.fcwlsocial-link.has-custom-image.is-linked:hover,
.fcwlsocial-link.has-custom-image.is-linked:focus-visible {
  background: transparent !important;
  border-color: transparent !important;
  box-shadow: none !important;
}

.fcwlsocial-link.is-linked:hover,
.fcwlsocial-link.is-linked:focus-visible {
  background: var(--fcwlsocial-icon-hover-bg);
  border-color: rgba(0,46,37,.24);
  box-shadow: 0 5px 16px rgba(0,46,37,.12);
  transform: translateY(-2px) scale(1.035);
  outline: none;
}

.fcwlsocial-link:focus-visible {
  outline: 2px solid currentColor;
  outline-offset: 3px;
}

.fcwlsocial-icon {
  width: 62%;
  height: 62%;
  display: grid;
  place-items: center;
  pointer-events: none;
}


.fcwlsocial-icon.is-custom-image {
  width: var(--fcwlsocial-icon-size) !important;
  height: var(--fcwlsocial-icon-size) !important;
  min-width: var(--fcwlsocial-icon-size);
  min-height: var(--fcwlsocial-icon-size);
}

.fcwlsocial-icon.is-custom-image .fcwlsocial-icon-image {
  width: var(--fcwlsocial-icon-size) !important;
  height: var(--fcwlsocial-icon-size) !important;
  max-width: var(--fcwlsocial-icon-size) !important;
  max-height: var(--fcwlsocial-icon-size) !important;
  object-fit: contain !important;
}

.fcwlsocial-icon.is-bricks-icon {
  width: 72%;
  height: 72%;
}

.fcwlsocial-icon-svg,
.fcwlsocial-icon-image {
  width: 100%;
  height: 100%;
  display: block;
}

.fcwlsocial-icon-image {
  object-fit: contain;
}

.fcwlsocial-icon-bricks {
  width: 100%;
  height: 100%;
  display: inline-grid;
  place-items: center;
  color: currentColor;
  font-size: clamp(16px, 1.55vw, 24px);
  line-height: 1;
}

.fcwlsocial .screen-reader-text {
  position: absolute !important;
  width: 1px !important;
  height: 1px !important;
  padding: 0 !important;
  margin: -1px !important;
  overflow: hidden !important;
  clip: rect(0, 0, 0, 0) !important;
  white-space: nowrap !important;
  border: 0 !important;
}

.fcwlsocial-icon-svg {
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.fcwlsocial-icon-svg .fcwlsocial-icon-fill {
  fill: currentColor;
  stroke: none;
}

.fcwlsocial-link.network-facebook .fcwlsocial-icon-svg path {
  fill: currentColor;
  stroke: none;
}

.fcwlsocial-link.network-linkedin .fcwlsocial-icon-svg rect,
.fcwlsocial-link.network-linkedin .fcwlsocial-icon-svg path {
  stroke-width: 1.65;
}

.fcwlsocial-empty {
  width: 100%;
  padding: 16px;
  border: 1px dashed #89a98d;
  background: #d0dccf;
  color: #002e25;
  text-align: center;
}

@media (max-width: 767px) {
  .fcwlsocial-inner {
    gap: 2px;
    padding: 6px 12px;
  }

  .fcwlsocial-heading {
    font-size: clamp(13px, 4vw, 16px);
  }

  .fcwlsocial-slot {
    min-height: 66px;
    padding-inline: clamp(3px, 1.1vw, 7px);
  }

  .fcwlsocial.has-separators .fcwlsocial-slot:not(:last-child)::after {
    height: min(var(--fcwlsocial-separator-height), 76%);
    top: 12%;
  }

  .fcwlsocial-link {
    flex-basis: min(64px, var(--fcwlsocial-icon-size));
    width: min(64px, var(--fcwlsocial-icon-size));
    max-width: min(64px, var(--fcwlsocial-icon-size));
    min-width: 40px;
  }

  .fcwlsocial-icon.is-custom-image,
  .fcwlsocial-icon.is-custom-image .fcwlsocial-icon-image {
    width: min(64px, var(--fcwlsocial-icon-size)) !important;
    height: min(64px, var(--fcwlsocial-icon-size)) !important;
    min-width: 0;
    min-height: 0;
    max-width: min(64px, var(--fcwlsocial-icon-size)) !important;
    max-height: min(64px, var(--fcwlsocial-icon-size)) !important;
  }
}

@media (max-width: 420px) {
  .fcwlsocial-inner {
    padding-inline: 9px;
  }

  .fcwlsocial-slot {
    min-height: 58px;
    padding-inline: 2px;
  }

  .fcwlsocial-link {
    flex-basis: min(56px, var(--fcwlsocial-icon-size));
    width: min(56px, var(--fcwlsocial-icon-size));
    max-width: min(56px, var(--fcwlsocial-icon-size));
    min-width: 36px;
  }

  .fcwlsocial-icon.is-custom-image,
  .fcwlsocial-icon.is-custom-image .fcwlsocial-icon-image {
    width: min(56px, var(--fcwlsocial-icon-size)) !important;
    height: min(56px, var(--fcwlsocial-icon-size)) !important;
    max-width: min(56px, var(--fcwlsocial-icon-size)) !important;
    max-height: min(56px, var(--fcwlsocial-icon-size)) !important;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fcwlsocial-link {
    transition: none !important;
    animation: none !important;
  }
}

/* FC HP Social 6.0.541: custom uploaded social images render without the circular icon button shell; 120x120 desktop artwork sizing remains intact with phone-safe scaling preserved. */
