/* ─── Onetap Footer Constructor Styles ───────────────────────────────────── */

#onetap-footer {
  font-size: 13px;
}

.onetap-footer-row {
  padding: 24px 0;
}

.onetap-footer-row.onetap-bottom {
  padding: 12px 0;
  text-align: center;
}

/* Column title (Контакти, Інформація, …) */
.onetap-footer-col-title {
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 12px;
  letter-spacing: 0.02em;
}

.onetap-footer-col {
  margin-bottom: 12px;
}

/* Links */
.onetap-footer-link,
.onetap-footer-email-link,
.onetap-footer-phone-link {
  display: block;
  margin-bottom: 6px;
  text-decoration: none;
  opacity: 0.85;
  transition: opacity .15s;
}
.onetap-footer-link:hover,
.onetap-footer-email-link:hover,
.onetap-footer-phone-link:hover {
  opacity: 1;
  text-decoration: none;
}

/* Phone */
.onetap-footer-phones {
  display: flex;
  flex-direction: column;
  gap: 4px;
  margin-bottom: 4px;
}
.onetap-footer-phone-link i {
  margin-right: 6px;
}

/* Email */
.onetap-footer-email-link i {
  margin-right: 6px;
}

/* Address */
.onetap-footer-address,
.onetap-footer-schedule {
  display: flex;
  align-items: flex-start;
  gap: 6px;
  margin-bottom: 6px;
  opacity: 0.85;
}
.onetap-footer-address i,
.onetap-footer-schedule i {
  flex-shrink: 0;
  margin-top: 2px;
}

/* Social icons */
.onetap-footer-social {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-bottom: 10px;
}
.onetap-social-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  text-decoration: none;
  font-size: 14px;
  transition: background .15s, transform .15s;
}
.onetap-social-icon:hover {
  background: rgba(0,0,0,.18);
  transform: translateY(-1px);
  text-decoration: none;
}

/* Copyright */
.onetap-footer-copyright {
  opacity: 0.7;
  font-size: 12px;
}

/* ─── Icon-only custom link buttons (social messengers etc.) ─────────────── */
.onetap-el-icon-only {
  display: inline-flex;
  vertical-align: top;
  margin-bottom: 0;
}

.onetap-footer-icon-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
  background: rgba(0,0,0,.08);
  text-decoration: none;
  font-size: 14px;
  transition: background .15s, transform .15s;
  margin-right: 4px;
}
.onetap-footer-icon-btn:hover {
  background: rgba(0,0,0,.18);
  transform: translateY(-1px);
  text-decoration: none;
}

/* ─── Icon image (alternative to FA icons) ───────────────────────────────── */
.onetap-icon-img {
  display: inline-block;
  vertical-align: middle;
  max-height: 1.2em;
  width: auto;
  object-fit: contain;
}
.onetap-social-icon .onetap-icon-img {
  max-height: 18px;
}
.onetap-footer-icon-btn .onetap-icon-img {
  max-height: 14px;
}
.onetap-element-wrapper .onetap-icon-img {
  max-height: 1em;
}

/* ─── Newsletter block ────────────────────────────────────────────────────── */
.onetap-footer-newsletter-col {
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.onetap-footer-newsletter {
  position: relative;
  z-index: 1;
}

.onetap-nl-text {
  font-size: 13px;
  font-weight: 500;
  line-height: 1.45;
  margin-bottom: 14px;
  opacity: 0.9;
}

.onetap-nl-btn {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 10px 22px;
  border-radius: 6px;
  font-size: 14px;
  font-weight: 600;
  background: #e67e22;
  color: #fff !important;
  text-decoration: none !important;
  border: none;
  cursor: pointer;
  transition: background .15s, transform .1s;
}
.onetap-nl-btn:hover {
  background: #d35400;
  transform: translateY(-1px);
}
.onetap-nl-btn i {
  font-size: 15px;
}

/* Dog image */
.onetap-footer-dog {
  position: absolute;
  bottom: -24px;
  right: -10px;
  width: 110px;
  pointer-events: none;
}

/* ─── Responsive ──────────────────────────────────────────────────────────── */
@media (max-width: 767px) {
  .onetap-footer-newsletter-col {
    margin-top: 20px;
  }
  .onetap-footer-dog {
    position: static;
    width: 80px;
    margin-top: 12px;
  }
}
