.whatsapporder-payment-option p {
  margin-bottom: 0;
}

.whatsapporder-confirmation {
  border: 1px solid #d9e7df;
  background: #f4fbf7;
  padding: 16px;
  margin: 16px 0;
}

.whatsapporder-confirmation__title {
  font-weight: 700;
  margin-bottom: 8px;
}

.whatsapporder-confirmation__body,
.whatsapporder-confirmation__meta {
  margin-bottom: 12px;
}

.whatsapporder-button {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: center;
  padding: 10px 16px;
  background: #25d366;
  color: #fff;
  font-weight: 700;
  text-decoration: none;
}

.whatsapporder-button:hover,
.whatsapporder-button:focus {
  background: #1fb85a;
  color: #fff;
  text-decoration: none;
}

.whatsapporder-button__icon {
  display: inline-flex;
  flex: 0 0 auto;
  align-items: center;
  justify-content: center;
  width: 1rem;
  height: 1rem;
  color: currentColor;
}

.whatsapporder-button__icon svg {
  display: block;
  width: 1rem;
  height: 1rem;
  fill: currentColor;
}

.whatsapporder-button__label {
  min-width: 0;
  white-space: nowrap;
}

.whatsapporder-history-link {
  display: inline-flex;
  align-items: center;
  gap: 0.375rem;
  justify-content: center;
  white-space: nowrap;
}

.whatsapporder-history-link::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1rem;
  height: 1rem;
  background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath fill='%23fff' d='M12 3.25a8.28 8.28 0 0 0-7.08 12.55l-1.1 4.1 4.2-1.08A8.25 8.25 0 1 0 12 3.25Zm0 1.5a6.75 6.75 0 1 1-3.48 12.53l-.28-.17-2.28.58.6-2.2-.19-.3A6.75 6.75 0 0 1 12 4.75Zm-2.7 3.62c-.17 0-.43.06-.65.32-.23.25-.86.83-.86 2.04 0 1.2.88 2.37 1 2.53.13.17 1.7 2.72 4.2 3.7 2.07.82 2.5.66 2.95.62.45-.04 1.45-.59 1.66-1.16.2-.58.2-1.07.14-1.17-.06-.1-.23-.16-.48-.29-.25-.12-1.45-.72-1.68-.8-.22-.08-.39-.12-.56.13-.16.25-.64.8-.78.96-.15.17-.29.19-.54.07-.25-.13-1.05-.39-2-1.24-.74-.66-1.24-1.47-1.38-1.72-.15-.25-.02-.38.11-.5.12-.12.25-.3.38-.44.12-.15.16-.25.25-.42.08-.17.04-.31-.02-.44-.06-.12-.56-1.35-.76-1.85-.2-.48-.4-.42-.56-.43l-.42-.01Z'/%3E%3C/svg%3E") center / contain no-repeat;
}

.whatsapporder-history-link .whatsapporder-button__icon {
  display: none;
}

.order-history__cell--actions .whatsapporder-history-link {
  width: 100%;
  margin: 0;
  justify-content: center;
}

.order-actions .whatsapporder-history-link {
  margin-top: 0;
  margin-left: 0.5rem;
  vertical-align: middle;
}

@media (max-width: 767.98px) {
  .order-history__cell--actions .whatsapporder-history-link {
    grid-column: 1 / -1;
  }
}

.whatsapporder-top-action {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.375rem;
  margin-right: 0.75rem;
  white-space: nowrap;
}

.order-infos__actions .whatsapporder-top-action,
#order-infos .whatsapporder-top-action {
  background: #20c65a;
  border-color: #20c65a;
  color: #fff;
  font-weight: 600;
  text-decoration: none;
}

.order-infos__actions .whatsapporder-top-action:hover,
#order-infos .whatsapporder-top-action:hover {
  background: #18a84a;
  border-color: #18a84a;
  color: #fff;
}

.whatsapporder-actions {
  margin-top: 1rem;
}

#whatsapporder-order-detail[hidden] {
  display: none !important;
}

.whatsapporder-global-support {
  position: fixed;
  left: 1rem;
  bottom: 1rem;
  z-index: 1030;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  min-height: 44px;
  padding: 0.625rem 0.875rem;
  border: 1px solid #188251;
  border-radius: 999px;
  background: #188251;
  color: #fff;
  font-size: 0.9375rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
  box-shadow: 0 0.5rem 1rem rgba(24, 130, 81, 0.22);
}

.whatsapporder-global-support:hover,
.whatsapporder-global-support:focus {
  border-color: #11643d;
  background: #11643d;
  color: #fff;
  text-decoration: none;
}

.whatsapporder-global-support:focus-visible {
  outline: 3px solid rgba(24, 130, 81, 0.32);
  outline-offset: 3px;
}

.whatsapporder-global-support__icon {
  font-size: 1.25rem;
  line-height: 1;
}

@media (max-width: 575.98px) {
  .whatsapporder-global-support {
    left: 0.75rem;
    bottom: 0.75rem;
    padding: 0.625rem;
  }

  .whatsapporder-global-support__label {
    max-width: 7.5rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
}
