.elementor-kit-1799{--e-global-color-primary:#6EC1E4;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#61CE70;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;}.elementor-kit-1799 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){--kit-widget-spacing:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}.site-header .site-branding{flex-direction:column;align-items:stretch;}.site-header{padding-inline-end:0px;padding-inline-start:0px;}.site-footer .site-branding{flex-direction:column;align-items:stretch;}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS *//* ===== A2P Playground – use on the section that holds the 3 cards ===== */
.a2p-playground {
  --a2p-gap: 28px;
}

/* spacing between the 3 columns */
.a2p-playground .elementor-container {
  gap: var(--a2p-gap);
}

/* turn each Shortcode card/column into a real card */
.a2p-card {
  background: #fff;
  border: 1px solid #e9eef2;
  border-radius: 16px;
  padding: 24px;
  box-shadow: 0 6px 20px rgba(12, 20, 43, 0.06);
  transition: transform .18s ease, box-shadow .18s ease, border-color .18s ease;
}
.a2p-card:hover {
  transform: translateY(-3px);
  box-shadow: 0 12px 28px rgba(12, 20, 43, 0.10);
  border-color: #dbe6ef;
}

/* Make AIKit form (Shortcode output) look great */
.a2p-card .aipkit-form,
.a2p-card form {
  font-size: 16px;
  color: #202733;
}

/* Titles inside forms (if present) */
.a2p-card h3,
.a2p-card .aipkit-form-title {
  font-size: 22px;
  margin: 0 0 12px;
  line-height: 1.25;
  color: #202733;
}

/* Labels */
.a2p-card label {
  font-weight: 600;
  font-size: 14px;
  color: #2c3440;
  margin-bottom: 6px;
  display: inline-block;
}

/* Inputs / selects / textareas coming from the shortcode plugin */
.a2p-card input[type="text"],
.a2p-card input[type="email"],
.a2p-card textarea,
.a2p-card select {
  width: 100%;
  border: 2px solid #e7edf3;
  border-radius: 12px;
  padding: 12px 14px;
  font-size: 15px;
  line-height: 1.4;
  color: #1f2836;
  background: #fff;
  outline: none;
  transition: border-color .15s ease, box-shadow .15s ease;
}
.a2p-card input[type="text"]:focus,
.a2p-card input[type="email"]:focus,
.a2p-card textarea:focus,
.a2p-card select:focus {
  border-color: #3cd18d;
  box-shadow: 0 0 0 3px rgba(60, 209, 141, .15);
}

/* Buttons */
.a2p-card button,
.a2p-card input[type="submit"] {
  appearance: none;
  border: none;
  border-radius: 999px;
  background: #27ce68; /* green */
  color: #fff;
  font-weight: 700;
  font-size: 16px;
  padding: 12px 20px;
  cursor: pointer;
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
}
.a2p-card button:hover,
.a2p-card input[type="submit"]:hover {
  background: #1fbb5b;
  box-shadow: 0 8px 20px rgba(39, 206, 104, .25);
  transform: translateY(-1px);
}
.a2p-card button:active,
.a2p-card input[type="submit"]:active {
  transform: translateY(0);
}

/* Lists in example outputs */
.a2p-card ul, .a2p-card ol {
  margin: 12px 0 0;
  padding-left: 20px;
}
.a2p-card li {
  margin: 6px 0;
  color: #2a3342;
}

/* Section spacing above/below */
.a2p-playground .elementor-widget-heading h2,
.a2p-playground .elementor-widget-text-editor {
  margin-bottom: 12px;
}

/* Responsive */
@media (max-width: 1024px) {
  .a2p-card { padding: 20px; }
}
@media (max-width: 767px) {
  .a2p-card { padding: 18px; }
  .a2p-playground .elementor-container { gap: 18px; }
}/* End custom CSS */