.sys-under-order {
  margin-top: 18px;
  margin-bottom: 18px;
  display: flex;
  justify-content: flex-start;
}

.sys-under-order-whatsapp {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 10px;
  padding: 12px 26px;
  border-radius: 999px;
  background: #25d366;
  color: white;
  font-size: 16px;
  font-weight: bold;
  box-shadow: 0 3px 0 rgba(0, 0, 0, 0.18);
  transition:
    transform 0.18s ease,
    box-shadow 0.18s ease,
    background-color 0.18s ease;
}

.sys-under-order-whatsapp:hover,
.sys-under-order-whatsapp:focus {
  background: #2ee370;
  transform: translateY(-1px);
  box-shadow: 0 5px 0 rgba(0, 0, 0, 0.18);
  color: white;
  outline: none;
  text-decoration: none;
}

.sys-under-order-whatsapp-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.sys-under-order-whatsapp-text {
  display: inline-block;
}

@media (max-width: 575px) {
  .sys-under-order-whatsapp {
    max-width: 100%;
  }
}
