/**
 * Seção Tipos de SMS – abas, painel 2 colunas (texto + celular demo)
 * Base = tema claro (variáveis em sms-variables.css). Dark = [data-theme="dark"].
 */

.sms-tipos-section {
  padding: 80px 0 100px;
}

.sms-tipos-header {
  text-align: center;
  max-width: 700px;
  margin: 0 auto 40px;
}

.sms-tipos-title {
  font-size: 3rem;
  font-weight: 800;
  color: #1a1a1a;
  margin: 0 0 12px 0;
}

.sms-tipos-title-gradient {
  background: linear-gradient(135deg, #003d99 0%, #0052d4 40%, #0077ff 70%, #0099ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

.sms-tipos-desc {
  font-size: 18px;
  color: #475569;
  line-height: 1.7;
  margin: 0 auto;
}

.sms-tipos-tabs {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 10px;
  margin-bottom: 28px;
}

.sms-tipos-tab {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 12px 18px;
  background: var(--sms-tipos-tab-bg, #fff);
  border: 1px solid var(--sms-tipos-tab-border, rgba(0, 82, 212, 0.25));
  border-radius: 12px;
  font-size: 14px;
  font-weight: 600;
  color: var(--sms-tipos-tab-text, #1e3a5f);
  cursor: pointer;
  transition: background 0.2s ease, border-color 0.2s ease, color 0.2s ease, box-shadow 0.2s ease;
  font-family: 'Inter', 'Plus Jakarta Sans', sans-serif;
  box-shadow: 0 1px 3px rgba(0, 82, 212, 0.08);
}

.sms-tipos-tab:hover {
  background: #f0f7ff;
  border-color: rgba(0, 119, 255, 0.4);
  color: #0052d4;
}

.sms-tipos-tab.is-active {
  background: linear-gradient(135deg, #0052d4 0%, #0077ff 100%);
  border-color: #0077ff;
  color: #fff;
  box-shadow: 0 4px 14px rgba(0, 119, 255, 0.35);
}

.sms-tipos-tab-icon {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 20px;
  height: 20px;
}

.sms-tipos-tab-icon svg {
  width: 18px;
  height: 18px;
}

.sms-tipos-panel {
  display: none;
  background: var(--sms-gradient);
  border-radius: 16px;
  border: 1px solid var(--sms-tipos-panel-border, rgba(0, 82, 212, 0.18));
  overflow: hidden;
  box-shadow: 0 4px 24px rgba(0, 82, 212, 0.08);
}

.sms-tipos-panel.is-visible {
  display: block;
}

.sms-tipos-panel-inner {
  display: grid;
  grid-template-columns: 1fr minmax(260px, 320px);
  gap: 36px;
  align-items: center;
  padding: 36px 36px 36px 44px;
  min-height: 320px;
}

.sms-tipos-panel-left {
  min-width: 0;
}

.sms-tipos-panel-icon {
  width: 48px;
  height: 48px;
  display: flex;
  align-items: center;
  justify-content: center;
  background: rgb(0 100 255);
  border-radius: 12px;
  color: #ffffff;
  margin-bottom: 16px;
}

.sms-tipos-panel-icon svg {
  width: 24px;
  height: 24px;
}

.sms-tipos-panel-title {
  font-size: 1.35rem;
  font-weight: 700;
  color: #fff;
  margin: 0 0 10px 0;
  font-family: 'Inter', 'Plus Jakarta Sans', sans-serif;
  line-height: 1.3;
}

.sms-tipos-panel-desc {
  font-size: 0.9rem;
  color: #e7e7e7;
  line-height: 1.6;
  margin: 0 0 14px 0;
}

.sms-tipos-panel-desc--second {
  margin-top: -6px;
  margin-bottom: 16px;
}

.sms-tipos-panel-bullets {
  list-style: none;
  padding: 0;
  margin: 0 0 18px 0;
  font-size: 0.875rem;
  color: #f8faff;
  line-height: 1.5;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sms-tipos-panel-bullets li {
  position: relative;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  padding: 10px 14px;
  margin: 0;
  background: rgb(112 0 255 / 15%);
  border-radius: 10px;
  border-left: 3px solid var(--sms-tipos-panel-bullet-border, #0077ff);
  color: #ffffff;
  font-weight: 500;
}

.sms-tipos-panel-bullets li::before {
  content: "✔";
  flex-shrink: 0;
  width: 18px;
  height: 18px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 10px;
  font-weight: 700;
  color: #fff;
  background: var(--sms-tipos-panel-bullet-border, #0077ff);
  border-radius: 50%;
  line-height: 1;
}

.sms-tipos-inputs-block {
  margin-top: 20px;
  padding-top: 18px;
  border-top: 1px solid rgba(0, 82, 212, 0.15);
}

.sms-tipos-inputs-block--pulsante .sms-tipos-input-label {
  display: block;
  font-size: 0.875rem;
  color: #fff;
  margin-bottom: 8px;
  font-weight: 500;
}

.sms-tipos-input--pulsante {
  width: 100%;
  max-width: 200px;
  padding: 10px 14px;
  border: 2px solid rgba(0, 119, 255, 0.35);
  border-radius: 10px;
  background: #fff;
  color: #0f172a;
  font-size: 1rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  transition: border-color 0.2s ease, box-shadow 0.2s ease;
  animation: sms-tipos-input-pulse 2s ease-in-out infinite;
}

.sms-tipos-input--pulsante::placeholder {
  color: #94a3b8;
}

.sms-tipos-input--pulsante:focus {
  outline: none;
  border-color: #00b3ff;
  box-shadow: 0 0 0 3px rgba(0, 179, 255, 0.25);
  animation: none;
}

@keyframes sms-tipos-input-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(0, 179, 255, 0.35);
  }

  50% {
    box-shadow: 0 0 0 6px rgba(0, 179, 255, 0.1);
  }
}

.sms-tipos-example-label {
  font-size: 0.8125rem;
  font-weight: 600;
  color: var(--sms-tipos-panel-desc, #475569);
  margin: 0 0 8px 0;
}

.sms-tipos-example-block {
  margin-bottom: 0;
  margin-top: 8px;
  padding: 10px 14px;
  background: #fff;
  border-radius: 10px;
  border: 1px solid rgba(0, 82, 212, 0.2);
  color: #1e293b;
  font-size: 0.875rem;
  line-height: 1.65;
}

.sms-tipos-input-label {
  display: block;
  margin-bottom: 6px;
  font-size: 0.8rem;
  color: var(--sms-tipos-panel-desc, #475569);
}

.sms-tipos-flash-trigger {
  margin-top: 10px;
  padding: 10px 20px;
  background: rgba(0, 119, 255, 0.12);
  border: 1px solid rgba(0, 119, 255, 0.35);
  border-radius: 10px;
  color: #0052d4;
  font-size: 14px;
  font-weight: 600;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.sms-tipos-flash-trigger:hover {
  background: rgba(0, 119, 255, 0.2);
  transform: translateY(-1px);
}

.sms-tipos-input {
  display: inline-block;
  min-width: 56px;
  padding: 4px 8px;
  margin: 0 2px;
  font-size: 0.875rem;
  font-family: 'Inter', sans-serif;
  font-weight: 600;
  border: 1px solid rgba(0, 179, 255, 0.5);
  border-radius: 6px;
  background: rgba(255, 255, 255, 0.95);
  color: #001d3d;
  outline: none;
}

.sms-tipos-input:focus {
  border-color: #00b3ff;
  box-shadow: 0 0 0 2px rgba(0, 179, 255, 0.25);
}

.sms-tipos-cta {
  display: inline-flex;
  align-items: center;
  padding: 10px 24px;
  background: #fff;
  color: #1d1d1d;
  font-size: 15px;
  font-weight: 600;
  border-radius: 10px;
  border: 1px solid rgba(0, 0, 0, 0.5);
  box-shadow: 0 4px 14px rgba(12, 12, 12, 0.3);
  text-decoration: none;
  transition: background 0.2s ease, transform 0.2s ease, box-shadow 0.2s ease;
}

.sms-tipos-cta:hover {
  background: #fafafa;
  transform: translateY(-1px);
  box-shadow: 0 0px 20px rgba(0, 225, 255, 0.666);
  color: #000000;
}

/* Moldura do celular (reusa .sms-phone-wrap do sms-phone.css) */
.sms-tipos-phone-wrap {
  max-width: 280px;
  margin: 0 auto;
}

.sms-tipos-phone-wrap .sms-phone-frame {
  height: 460px;
}

.sms-tipos-screen {
  display: flex;
  flex-direction: column;
  height: 100%;
  min-height: 0;
  background: var(--sms-sms-bg, #000);
  font-family: -apple-system, BlinkMacSystemFont, "SF Pro Text", "Segoe UI", Roboto, sans-serif;
}

.sms-tipos-screen--hero-style {
  position: relative;
}

.sms-tipos-screen--hero-style .sms-sms-statusbar .sms-sms-statusbar-time,
.sms-tipos-screen--hero-style .sms-sms-status-icons svg {
  color: var(--sms-sms-status-text, rgba(255, 255, 255, 0.95));
  fill: var(--sms-sms-status-text, rgba(255, 255, 255, 0.95));
}

.sms-tipos-screen--hero-style .sms-sms-header {
  flex-shrink: 0;
  padding-top: 12px;
}

.sms-tipos-screen--hero-style .sms-sms-body {
  flex-shrink: 1;
  min-height: 0;
  overflow-y: auto;
}




.sms-tipos-screen--hero-style .sms-sms-input-wrap {

  padding: 4px !important;
}





.sms-tipos-phone-input-wrap.sms-tipos-phone-input-wrap {
  animation: sms-tipos-phone-input-pulse 2.2s ease-in-out infinite;
}

.sms-tipos-phone-input-wrap:focus-within {
  animation: none;
}

@keyframes sms-tipos-phone-input-pulse {

  0%,
  100% {
    box-shadow: 0 0 0 0 rgba(10, 132, 255, 0.35);
  }

  50% {
    box-shadow: 0 0 0 5px rgba(10, 132, 255, 0.25), 0 0 14px rgba(10, 132, 255, 0.2);
  }
}

.sms-tipos-phone-input,
.sms-tipos-screen--hero-style .sms-sms-input-field {
  font-size: 16px;
  color: #00000090;
}

.sms-tipos-phone-input::placeholder,
.sms-tipos-screen--hero-style .sms-sms-input-field::placeholder {
  color: rgba(23, 23, 23, 0.45);
}

.sms-tipos-phone-hint {
  margin-top: 16px;
  font-size: 0.875rem;
  color: #fff;
  line-height: 1.5;
}

.sms-tipos-phone-hint strong {
  color: #0052d4;
}

.sms-tipos-interativo-input {
  width: 100%;
  min-width: 0;
  border: none;
  background: transparent;
  font-size: 14px;
  color: var(--sms-sms-input-text, #111);
  outline: none;
}

.sms-tipos-interativo-input::placeholder {
  color: rgba(0, 0, 0, 0.4);
}

.sms-tipos-interativo-send {
  cursor: pointer;
  color: #0a84ff;
}

.sms-tipos-interativo-send:hover {
  color: #409cff;
}

.sms-tipos-phone-send.has-text:hover {
  background: #409cff;
}

.sms-tipos-bubble--interativo p {
  margin-bottom: 6px;
}

.sms-tipos-bubble--interativo p:last-of-type {
  margin-bottom: 0;
}

.sms-tipos-input-dummy {
  font-size: 14px;
  color: rgba(0, 0, 0, 0.4);
}

/* Header do chat como no celular (seta voltar azul + 21796) */
.sms-tipos-chat-header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  gap: 10px;
  padding: 12px 14px;
  background: #1c1c1e;
  border-bottom: 1px solid rgba(255, 255, 255, 0.08);
}

.sms-tipos-chat-back {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  color: #0a84ff;
  flex-shrink: 0;
}

.sms-tipos-chat-back svg {
  width: 22px;
  height: 22px;
}

.sms-tipos-chat-name {
  flex: 1;
  font-size: 17px;
  font-weight: 600;
  color: #fff;
  min-width: 0;
}

.sms-tipos-chat-body {
  flex: 1;
  overflow-y: auto;
  padding: 12px 10px 20px;
  display: flex;
  flex-direction: column;
  gap: 8px;
  -webkit-overflow-scrolling: touch;
}

.sms-tipos-chat-body:focus {
  outline: none;
}

.sms-tipos-bubbles-inner {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.sms-tipos-bubble {
  max-width: 85%;
  padding: 8px 12px;
  border-radius: 14px 14px 14px 4px;
  background: var(--sms-sms-in-bubble-bg, #e5e5ea);
  font-size: 13px;
  line-height: 1.45;
  color: var(--sms-sms-text, #1d1d1f);
  align-self: flex-start;
}

.sms-tipos-bubble--out {
  align-self: flex-end;
  border-radius: 14px 14px 4px 14px;
  background: #0077ff;
  color: #fff;
}

.sms-tipos-bubble--out p {
  color: #fff;
}

.sms-tipos-bubble p {
  margin: 0 0 4px 0;
}

.sms-tipos-bubble p:last-of-type {
  margin-bottom: 0;
}

.sms-tipos-bubble a,
.sms-tipos-link {
  color: #34c759;
  text-decoration: underline;
  font-weight: 500;
}

.sms-tipos-bubble a:hover,
.sms-tipos-link:hover {
  color: #30d158;
}

.sms-tipos-cupom-display {
  display: inline-block;
  margin-top: 4px;
  padding: 4px 8px;
  background: rgba(0, 179, 255, 0.2);
  border-radius: 6px;
  letter-spacing: 0.08em;
  font-size: 1em;
}

.sms-tipos-bubble-time {
  display: block;
  font-size: 11px;
  color: rgba(0, 0, 0, 0.45);
  margin-top: 4px;
}

.sms-tipos-bubble-mms-img {
  margin: -4px -4px 8px -4px;
  border-radius: 10px 10px 0 0;
  overflow: hidden;
  max-width: calc(100% + 8px);
}

.sms-tipos-bubble-mms-img img {
  display: block;
  width: 100%;
  height: auto;
  vertical-align: top;
}

.sms-tipos-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
  margin-top: 4px;
}

.sms-tipos-chip {
  padding: 10px 14px;
  background: #0077ff;
  color: #fff;
  font-size: 13px;
  font-weight: 600;
  border-radius: 12px;
  border: none;
  cursor: pointer;
  transition: background 0.2s, transform 0.1s;
}

.sms-tipos-chip:hover {
  background: #0056b3;
  transform: scale(1.02);
}

.sms-tipos-chip:active {
  transform: scale(0.98);
}

.sms-tipos-reply-placeholder {
  min-height: 1px;
}

.sms-tipos-input--full {
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}

/* Flash SMS: pop-up dentro da tela do celular + animação de chegada */
.sms-tipos-phone-wrap--flash .sms-phone-frame {
  height: 460px;
}

.sms-tipos-screen--flash {
  align-items: center;
  justify-content: center;
  padding: 20px;
}

.sms-tipos-flash-popup {
  background: rgba(40, 40, 46, 0.98);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 14px;
  padding: 14px 16px;
  max-width: 240px;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.35);
  opacity: 0;
  transform: translateY(-40px);
}

.sms-tipos-flash-popup--animate {
  animation: sms-flash-arrive 0.55s cubic-bezier(0.34, 1.2, 0.64, 1) forwards;
}

@keyframes sms-flash-arrive {
  from {
    opacity: 0;
    transform: translateY(-40px) scale(0.92);
  }

  to {
    opacity: 1;
    transform: translateY(0) scale(1);
  }
}

.sms-tipos-flash-app {
  font-size: 11px;
  font-weight: 600;
  color: #66ccff;
  display: block;
  margin-bottom: 4px;
}

.sms-tipos-flash-title {
  font-size: 13px;
  font-weight: 700;
  color: #fff;
  display: block;
  margin-bottom: 6px;
}

.sms-tipos-flash-text {
  font-size: 12px;
  line-height: 1.45;
  color: rgba(255, 255, 255, 0.9);
  margin: 0;
}

/* ========== Tema escuro ========== */
[data-theme="dark"] .sms-tipos-section {
  background: #000;
}

[data-theme="dark"] .sms-tipos-title {
  color: #f1f5f9;
}

[data-theme="dark"] .sms-tipos-title-gradient {
  background: linear-gradient(135deg, #0052d4 0%, #0077ff 35%, #00b3ff 70%, #66e0ff 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
}

[data-theme="dark"] .sms-tipos-desc {
  color: #e1e1e1;
}

[data-theme="dark"] .sms-tipos-tab {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.2);
  color: rgba(255, 255, 255, 0.9);
  box-shadow: none;
}

[data-theme="dark"] .sms-tipos-tab:hover {
  background: rgba(255, 255, 255, 0.15);
  border-color: rgba(0, 179, 255, 0.5);
  color: #fff;
}

[data-theme="dark"] .sms-tipos-tab.is-active {
  background: #0077ff;
  border-color: #0077ff;
  box-shadow: 0 4px 16px rgba(0, 119, 255, 0.4);
}

[data-theme="dark"] .sms-tipos-panel-icon {
  background: rgba(0, 119, 255, 0.25);
  color: #66e0ff;
}

[data-theme="dark"] .sms-tipos-panel-icon svg {
  color: #66e0ff;
}

[data-theme="dark"] .sms-tipos-panel-title {
  color: #fff;
}

[data-theme="dark"] .sms-tipos-panel-desc,
[data-theme="dark"] .sms-tipos-panel-desc--second {
  color: rgba(255, 255, 255, 0.88);
}

[data-theme="dark"] .sms-tipos-panel-bullets {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .sms-tipos-panel-bullets li {
  background: rgba(255, 255, 255, 0.08);
  border-left-color: #00b3ff;
  color: #fff;
}

[data-theme="dark"] .sms-tipos-panel-bullets li::before {
  color: #001d3d;
  background: #00b3ff;
}

[data-theme="dark"] .sms-tipos-inputs-block {
  border-top-color: rgba(255, 255, 255, 0.15);
}

[data-theme="dark"] .sms-tipos-example-label,
[data-theme="dark"] .sms-tipos-inputs-block--pulsante .sms-tipos-input-label,
[data-theme="dark"] .sms-tipos-input-label {
  color: rgba(255, 255, 255, 0.9);
}

[data-theme="dark"] .sms-tipos-input--pulsante {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(0, 179, 255, 0.5);
  color: #fff;
  box-shadow: none;
}

[data-theme="dark"] .sms-tipos-input--pulsante::placeholder {
  color: rgba(255, 255, 255, 0.4);
}

[data-theme="dark"] .sms-tipos-example-block {
  background: rgba(255, 255, 255, 0.1);
  border-color: rgba(255, 255, 255, 0.15);
  color: #fff;
}

[data-theme="dark"] .sms-tipos-flash-trigger {
  background: rgba(0, 179, 255, 0.25);
  border-color: rgba(0, 179, 255, 0.5);
  color: #66e0ff;
}

[data-theme="dark"] .sms-tipos-flash-trigger:hover {
  background: rgba(0, 179, 255, 0.35);
}

[data-theme="dark"] .sms-tipos-phone-hint {
  color: rgba(255, 255, 255, 0.85);
}

[data-theme="dark"] .sms-tipos-phone-hint strong {
  color: #66e0ff;
}

[data-theme="dark"] .sms-tipos-panel {
  background: var(--sms-gradient-section);
  border-color: rgba(0, 149, 255, 0.28);
  box-shadow: 0 4px 24px rgba(0, 0, 0, 0.2);
}

[data-theme="dark"] .sms-tipos-interativo-input {
  color: #fff;
}

[data-theme="dark"] .sms-tipos-interativo-input::placeholder {
  color: rgba(255, 255, 255, 0.45);
}

[data-theme="dark"] .sms-tipos-screen .sms-tipos-input-dummy {
  color: rgba(255, 255, 255, 0.45);
}

[data-theme="dark"] .sms-tipos-bubble {
  background: #2c2c30;
  color: #fff;
}

[data-theme="dark"] .sms-tipos-bubble-time {
  color: rgba(255, 255, 255, 0.5);
}

/* Responsivo */
@media (max-width: 991px) {
  .sms-tipos-section {
    padding: 60px 0 80px;
  }

  .sms-tipos-panel-inner {
    grid-template-columns: 1fr;
    padding: 28px 24px;
    gap: 28px;
  }

  .sms-tipos-panel-right {
    order: -1;
  }

  .sms-tipos-phone {
    max-width: 280px;
  }
}

@media (max-width: 576px) {
  .sms-tipos-title {
    font-size: 1.6rem;
  }

  .sms-tipos-tabs {
    gap: 8px;
  }

  .sms-tipos-tab {
    padding: 10px 14px;
    font-size: 13px;
  }

  .sms-tipos-tab span:last-child {
    max-width: 90px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }

  .sms-tipos-panel-inner {
    padding: 20px 16px;
  }
}

/* Notificação WhatsApp no painel SMS Promocional (estilo igual ao da página Voz) */
.sms-tipos-phone-wrap--promo .sms-phone-screen {
  position: relative;
}

.sms-tipos-promo-wa-notif {
  position: absolute;
  top: 12px;
  left: 8px;
  right: 8px;
  z-index: 10;
  min-height: 56px;
  padding: 10px 12px;
  display: flex;
  align-items: flex-start;
  gap: 10px;
  color: #f5f5f7;
  border-radius: 14px;
  background: rgba(44, 42, 48, 0.95);
  backdrop-filter: blur(20px);
  -webkit-backdrop-filter: blur(20px);
  box-shadow: 0 2px 0 rgba(0, 0, 0, 0.2), 0 8px 24px rgba(0, 0, 0, 0.4);
  opacity: 0;
  transform: translateY(-16px) scale(0.96);
  transition: opacity 0.6s cubic-bezier(0.22, 1, 0.36, 1), transform 0.6s cubic-bezier(0.22, 1, 0.36, 1);
  pointer-events: none;
}

.sms-tipos-promo-wa-notif--show {
  opacity: 1;
  transform: translateY(0) scale(1);
}

.sms-tipos-promo-wa-notif-icon {
  width: 36px;
  height: 36px;
  min-width: 36px;
  min-height: 36px;
  border-radius: 8px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}

.sms-tipos-promo-wa-notif-icon.bg-whatsapp {
  background: #000000;
  border: 1px solid rgba(255, 255, 255, 0.14);
}

.sms-tipos-promo-wa-notif-icon img {
  width: 22px;
  height: 22px;
  object-fit: contain;
}

.sms-tipos-promo-wa-notif-details {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
}

.sms-tipos-promo-wa-notif-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2px;
}

.sms-tipos-promo-wa-notif-app {
  font-size: 12px;
  font-weight: 600;
  color: #25d366;
}

.sms-tipos-promo-wa-notif-time {
  font-size: 11px;
  color: rgba(255, 255, 255, 0.6);
}

.sms-tipos-promo-wa-notif-title {
  font-size: 14px;
  font-weight: 700;
  color: #f5f5f7;
  display: block;
}

.sms-tipos-promo-wa-notif-body {
  font-size: 12px;
  color: rgba(255, 255, 255, 0.85);
  margin: 0;
  line-height: 1.3;
}