/* Footer site-visitor counters */
.footer-style-one .nicco-footer-visits,
.nicco-footer-visits {
  --nv-orange: #f2520d;
  --nv-orange-rgb: 242, 82, 13;
  margin-top: 24px;
  padding: 0;
  border: 0;
}

.footer-style-one .nicco-footer-visits__head,
.nicco-footer-visits__head {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 4px;
  margin-bottom: 12px;
}

.footer-style-one .nicco-footer-visits__eyebrow,
.nicco-footer-visits__eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  width: fit-content;
  margin: 0;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--nv-orange);
}

.footer-style-one .nicco-footer-visits__eyebrow::before,
.nicco-footer-visits__eyebrow::before {
  content: "";
  width: 14px;
  height: 2px;
  background: var(--nv-orange);
  border-radius: 2px;
}

.footer-style-one .nicco-footer-visits__title,
.nicco-footer-visits__title {
  margin: 0;
  font-family: var(--heading-font-family, "Outfit", sans-serif);
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
  line-height: 1.2;
  color: #fff;
}

.footer-style-one .nicco-footer-visits__grid,
.nicco-footer-visits__grid {
  display: grid !important;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 8px;
  border: 0;
  background: transparent;
}

.footer-style-one .nicco-footer-visits__stat,
.nicco-footer-visits__stat {
  position: relative;
  display: flex !important;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  gap: 4px;
  min-height: 0;
  padding: 10px 8px 9px;
  border: 1px solid rgba(255, 255, 255, 0.12);
  border-radius: 10px;
  background:
    radial-gradient(circle at 50% 0%, rgba(var(--nv-orange-rgb), 0.16), transparent 58%),
    linear-gradient(180deg, rgba(255, 255, 255, 0.05), rgba(255, 255, 255, 0.02));
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.05);
  transition: border-color 0.25s ease, transform 0.25s ease, background 0.25s ease;
}

.footer-style-one .nicco-footer-visits__stat:hover,
.nicco-footer-visits__stat:hover {
  border-color: rgba(var(--nv-orange-rgb), 0.4);
  transform: translateY(-1px);
}

.footer-style-one .nicco-footer-visits__icon,
.nicco-footer-visits__icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: rgba(var(--nv-orange-rgb), 0.14);
  border: 1px solid rgba(var(--nv-orange-rgb), 0.32);
  color: var(--nv-orange);
  font-size: 10px;
  line-height: 1;
}

.footer-style-one .nicco-footer-visits__value,
.nicco-footer-visits__value {
  display: block;
  width: 100%;
  text-align: center;
  font-family: var(--heading-font-family, "Outfit", sans-serif);
  font-size: 20px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: -0.02em;
  font-variant-numeric: tabular-nums;
  color: #fff;
}

.footer-style-one .nicco-footer-visits__label,
.nicco-footer-visits__label {
  display: block;
  width: 100%;
  text-align: center;
  font-size: 9px;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: rgba(255, 255, 255, 0.55);
}

@media (max-width: 575px) {
  .footer-style-one .nicco-footer-visits,
  .nicco-footer-visits {
    margin-top: 20px;
  }

  .footer-style-one .nicco-footer-visits__grid,
  .nicco-footer-visits__grid {
    gap: 6px;
  }

  .footer-style-one .nicco-footer-visits__stat,
  .nicco-footer-visits__stat {
    padding: 8px 6px;
    border-radius: 8px;
  }

  .footer-style-one .nicco-footer-visits__value,
  .nicco-footer-visits__value {
    font-size: 18px;
  }
}
