.nw-hero .nw-btn-hero-whatsapp {
  min-width: 184px;
  min-height: 58px;
  padding: 0 20px;
  gap: 9px;
  border: 1px solid #168a45;
  border-radius: 10px;
  background: #25d366;
  color: #fff;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .22), 0 5px 0 #168a45, 0 12px 18px rgba(19, 104, 55, .18);
  font-weight: 700;
}

.nw-hero .nw-btn-hero-whatsapp .nw-ic,
.nw-hero .nw-btn-hero-whatsapp svg {
  width: 19px;
  height: 19px;
  flex: 0 0 19px;
}

.nw-hero .nw-btn-hero-whatsapp:hover {
  border-color: #117238;
  background: #20bd5b;
  color: #fff;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .24), 0 6px 0 #117238, 0 15px 21px rgba(19, 104, 55, .22);
  transform: translateY(-1px);
}

.nw-hero .nw-btn-hero-whatsapp:active {
  box-shadow: inset 0 2px 4px rgba(8, 73, 35, .18), 0 1px 0 #117238;
  transform: translateY(4px);
}

.nw-trial-banner .nw-btn-trial-banner {
  min-height: 64px;
  padding: 0 30px;
  border: 2px solid #b58e00;
  border-radius: 10px;
  background: #ffd814;
  color: #131921;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .34), 0 5px 0 #b58e00, 0 12px 20px rgba(116, 91, 0, .2);
  font-size: 16px;
  font-weight: 800;
}

.nw-trial-banner .nw-btn-trial-banner:hover {
  border-color: #8f7000;
  background: #f7ca00;
  color: #131921;
  box-shadow: inset 0 2px 0 rgba(255, 255, 255, .38), 0 6px 0 #8f7000, 0 15px 24px rgba(116, 91, 0, .24);
  transform: translateY(-1px);
}

body.single-iptv_plan .nw-product-order .nw-order-contact-method,
.nw-product-order .nw-order-contact-method,
.nw-plan-details .nw-checkout-card .nw-ft-wa,
.nw-ft .nw-contact-links .nw-ft-wa {
  min-height: 74px;
  padding: 12px 16px;
  border-radius: 8px;
  background: #ffd814;
  color: #131921;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .28), 0 7px 16px rgba(116, 91, 0, .18);
  font-size: 14px;
  font-weight: 700;
}

body.single-iptv_plan .nw-product-order .nw-order-contact-method:hover,
.nw-product-order .nw-order-contact-method:hover,
.nw-plan-details .nw-checkout-card .nw-ft-wa:hover,
.nw-ft .nw-contact-links .nw-ft-wa:hover {
  background: #f7ca00;
  color: #131921;
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, .34), 0 10px 20px rgba(116, 91, 0, .24);
  transform: translateY(-2px);
}

body.single-iptv_plan .nw-product-order .nw-order-contact-method > .nw-ic {
  width: 44px;
  height: 44px;
  flex-basis: 44px;
  padding: 10px;
}

.nw-product-order .nw-order-contact-method > .nw-ic,
.nw-ft .nw-contact-links .nw-ft-wa .nw-ic {
  width: 44px;
  height: 44px;
  flex: 0 0 44px;
  padding: 10px;
  border-radius: 50%;
  background: #fff;
  color: #131921;
}

.nw-product-order .nw-order-contact-method strong,
.nw-ft .nw-contact-links .nw-ft-wa strong {
  font-size: 15px;
}

@media (max-width: 900px) {
  .nw-hero .nw-btn-hero-whatsapp {
    min-width: 0;
  }
}

@media (max-width: 620px) {
  .nw-hero .nw-btn-hero-whatsapp,
  .nw-trial-banner .nw-btn-trial-banner {
    width: 100%;
  }

  body.single-iptv_plan .nw-product-order .nw-order-contact-method,
  .nw-product-order .nw-order-contact-method,
  .nw-plan-details .nw-checkout-card .nw-ft-wa,
  .nw-ft .nw-contact-links .nw-ft-wa {
    min-height: 78px;
  }
}

/* Dedicated plan contact cards: yellow, bold and static. */
.nw-plan-contact-card {
  min-height: 68px;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 12px;
  border: 2px solid #b88600;
  border-radius: 8px;
  background: #ffd21f;
  color: #17191c;
  box-shadow: 0 5px 0 #9a7000, 0 9px 16px rgba(89, 64, 0, .18);
  font-weight: 800;
  text-decoration: none;
  transition: none;
}

.nw-plan-contact-card:hover,
.nw-plan-contact-card:focus,
.nw-plan-contact-card:active {
  border-color: #b88600;
  background: #ffd21f;
  color: #17191c;
  box-shadow: 0 5px 0 #9a7000, 0 9px 16px rgba(89, 64, 0, .18);
  transform: none;
  transition: none;
}

.nw-plan-contact-card > .nw-ic {
  width: 40px;
  height: 40px;
  flex: 0 0 40px;
  padding: 9px;
  border-radius: 50%;
  background: #fff4b8;
  color: #17191c;
}

.nw-plan-contact-card > span { min-width: 0; }
.nw-plan-contact-card > .nw-plan-contact-email { min-width: 0; color: inherit; text-decoration: none !important; }
.nw-plan-contact-card strong,
.nw-plan-contact-card small { display: block; color: #17191c; text-decoration: none !important; }
.nw-plan-contact-card strong { font-size: 15px; font-weight: 800; }
.nw-plan-contact-card small { margin-top: 3px; font-size: 11px; font-weight: 700; }
.nw-plan-contact-card b { margin-left: auto; color: #17191c; font-size: 19px; }
.nw-plan-copy-email { margin-left: auto; padding: 8px 10px; border: 1px solid #8f6900; border-radius: 4px; background: #fff4b8; color: #17191c; cursor: pointer; font-size: 10px; font-weight: 800; white-space: nowrap; }
.nw-plan-copy-email:hover,
.nw-plan-copy-email:focus { background: #fff4b8; color: #17191c; transform: none; }
.nw-plan-contact-card,
.nw-plan-contact-card:hover,
.nw-plan-contact-card:focus,
.nw-plan-contact-card:active { text-decoration: none !important; }
