.elementor-3146 .elementor-element.elementor-element-b5e7ae2{--display:flex;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:2px;--padding-bottom:2px;--padding-left:2px;--padding-right:2px;}/* Start custom CSS for html, class: .elementor-element-007d87d */.wholesale-bar {
  width: 100%;
  display: flex;
  justify-content: center;
  padding:px 10px;              /* ↓ reduced height */
}

.wholesale-bar a {
  display: inline-flex;
  align-items: center;
  gap: 8px;

  padding: 4px 16px;              /* ↓ reduced button height */
  border-radius: 999px;

  background: linear-gradient(135deg, #004545, #006666);
  color: #ffffff;

  font-size: 12px;                /* slightly smaller */
  font-weight: 550;
  text-decoration: none;
  letter-spacing: 0.15px;

  white-space: nowrap;            /* ✅ force one line */

  box-shadow: 0 4px 10px rgba(0, 69, 69, 0.3);
  transition: all 0.25s ease;
}

/* Emoji badge (smaller) */
.emoji-badge {
  width: 20px;                    /* ↓ smaller */
  height: 18px;
  border-radius: 50%;
  background-color: #ffffff;

  display: flex;
  align-items: center;
  justify-content: center;

  font-size: 10px;
  line-height: 1;
}

/* Number emphasis */
.wholesale-bar a strong {
  font-weight: 600;
}

/* Hover */
.wholesale-bar a:hover {
  transform: translateY(-1px);
  box-shadow: 0 6px 14px rgba(0, 69, 69, 0.4);
  background: linear-gradient(135deg, #006666, #004545);
}

/* Extra safety for very small screens */
@media (max-width: 480px) {
  .wholesale-bar a {
    font-size: 12px;
    padding: 5px 14px;
  }

  .emoji-badge {
    width: 18px;
    height: 18px;
    font-size: 11px;
  }
}/* End custom CSS */