.elementor-7033 .elementor-element.elementor-element-7704441{--display:flex;}.elementor-widget .tippy-tooltip .tippy-content{text-align:center;}/* Start custom CSS */:root {
  --bg: #f6f9fc;
  --surface: #ffffff;
  --text: #0a2540;
  --muted: #5b6b7f;
  --line: rgba(15, 23, 42, 0.08);

  --primary: #0f766e;
  --primary-dark: #0b5c56;

  --gold: #f59e0b;
  --diamond: #635bff;
  --silver: #94a3b8;

  --success: #22c55e;
  --shadow: 0 20px 50px rgba(15, 23, 42, 0.08);
  --radius: 24px;
  --container: 1220px;
  --transition: 280ms cubic-bezier(.2,.8,.2,1);
}

* {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  margin: 0;
  font-family: Inter, ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
  color: var(--text);
  background:
    radial-gradient(circle at top left, rgba(99, 91, 255, 0.08), transparent 28%),
    radial-gradient(circle at top right, rgba(245, 158, 11, 0.06), transparent 24%),
    linear-gradient(180deg, #f8fafc 0%, #eef4fb 100%);
}

.pricing-section {
  padding: 72px 20px 90px;
}

.container {
  max-width: var(--container);
  margin: 0 auto;
}

.hero {
  text-align: center;
  max-width: 900px;
  margin: 0 auto 40px;
}

.eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.82);
  box-shadow: 0 10px 30px rgba(15,23,42,0.05);
  color: var(--primary);
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .02em;
  margin-bottom: 20px;
  backdrop-filter: blur(10px);
}

.hero h1 {
  margin: 0 0 14px;
  font-size: clamp(2.2rem, 4vw, 4.25rem);
  line-height: 1.02;
  letter-spacing: -0.04em;
}

.hero p {
  margin: 0 auto;
  max-width: 720px;
  font-size: 1.08rem;
  line-height: 1.7;
  color: var(--muted);
}

.hero-points {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 22px;
}

.hero-point {
  padding: 10px 14px;
  border-radius: 999px;
  background: rgba(255,255,255,0.75);
  border: 1px solid rgba(15, 23, 42, 0.06);
  color: #334155;
  font-size: 14px;
  font-weight: 600;
  backdrop-filter: blur(8px);
}

.controls-bar {
  max-width: 1100px;
  margin: 34px auto 16px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 24px;
  padding: 18px 20px;
  border-radius: 24px;
  background: rgba(255,255,255,.72);
  border: 1px solid rgba(255,255,255,.85);
  box-shadow:
    0 10px 30px rgba(15,23,42,.06),
    inset 0 1px 0 rgba(255,255,255,.7);
  backdrop-filter: blur(14px);
}

.control-group {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.control-label {
  font-size: 13px;
  font-weight: 700;
  letter-spacing: .04em;
  text-transform: uppercase;
  color: #64748b;
  white-space: nowrap;
}

.segmented {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px;
  border-radius: 18px;
  background: rgba(15,23,42,.04);
  border: 1px solid rgba(15,23,42,.06);
}

.segmented-btn {
  border: none;
  background: #015d71;
  background-color: #015d71 !important;
  color: #fff;
  padding: 12px 18px;
  border-radius: 14px;
  font-size: 15px;
  font-weight: 700;
  cursor: pointer;
  transition:
    background .28s ease,
    color .28s ease,
    transform .28s ease,
    box-shadow .28s ease;
  white-space: nowrap;
}

.segmented-btn:hover {
  background: #82c61b !important;
}

.segmented-btn.active {
  background: linear-gradient(135deg,#82c61b,#5f9113) !important;
  color: #fff;
  box-shadow: 0 10px 24px rgba(15,23,42,.18);
}

.segmented-btn.active.product {
  background: linear-gradient(135deg,#82c61b,#5f9113) !important;
  box-shadow: 0 10px 24px rgba(15,118,110,.24);
}

.billing-hint {
  margin: 0 auto 30px;
  text-align: center;
  font-size: 14px;
  color: #64748b;
  min-height: 20px;
}

.panel {
  display: none;
  animation: fadeIn 0.35s ease;
}

.panel.active {
  display: block;
}

.pricing-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  align-items: stretch;
}

.pricing-grid.two {
  grid-template-columns: repeat(2, 1fr);
  max-width: 900px;
  margin: 0 auto;
}

/* CARD GENERAL */
.card {
  position: relative;
  display: flex;
  flex-direction: column;
  min-height: 100%;
  border-radius: 24px;
  background: #ffffff;
  border: 1px solid rgba(15, 23, 42, 0.06);
  box-shadow:
    0 18px 40px rgba(15, 23, 42, 0.08),
    0 6px 14px rgba(15, 23, 42, 0.04);
  overflow: hidden;
  transition:
    transform .28s ease,
    box-shadow .28s ease,
    border-color .28s ease,
    opacity .25s ease;
  isolation: isolate;
}

.card.price-switch {
  opacity: .82;
  transform: translateY(4px) scale(.995);
}

.card:hover {
  transform: translateY(-8px);
  box-shadow:
    0 24px 54px rgba(15, 23, 42, 0.12),
    0 8px 18px rgba(15, 23, 42, 0.05);
  border-color: rgba(15, 23, 42, 0.08);
}

.card.featured {
  transform: scale(1.025);
  border-color: rgba(99, 91, 255, 0.16);
  box-shadow:
    0 28px 70px rgba(99, 91, 255, 0.14),
    0 8px 18px rgba(15, 23, 42, 0.04);
}

.card.featured:hover {
  transform: translateY(-8px) scale(1.03);
}

/* BORDE PREMIUM SUAVE */
.card::before {
  content: "";
  position: absolute;
  inset: 0;
  border-radius: inherit;
  padding: 1px;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.95) 0%,
    rgba(255,255,255,0.45) 18%,
    rgba(255,255,255,0.00) 55%,
    rgba(15,23,42,0.04) 100%
  );
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
          mask-composite: exclude;
  pointer-events: none;
  z-index: 5;
}

/* glow suave interno superior */
.card::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(
    180deg,
    rgba(255,255,255,0.10) 0%,
    rgba(255,255,255,0.03) 28%,
    rgba(255,255,255,0.00) 55%
  );
  pointer-events: none;
  z-index: 1;
}

/* HEADER DEL CARD */
.card-top {
  position: relative;
  overflow: hidden;
  padding: 28px 26px 24px;
  border-bottom: 1px solid rgba(255,255,255,0.16);
  box-shadow: inset 0 1px 0 rgba(255,255,255,0.20);
}

.card-top > * {
  position: relative;
  z-index: 3;
}

/* SOLO ERP: baño general de luz */
.card[data-plan^="erp-"] .card-top::before {
  content: "";
  position: absolute;
  inset: 0;
  background:
    linear-gradient(
      180deg,
      rgba(255,255,255,0.10) 0%,
      rgba(255,255,255,0.03) 42%,
      rgba(255,255,255,0.00) 100%
    );
  pointer-events: none;
  z-index: 1;
}

/* SOLO ERP: franja brillante diagonal */
.card[data-plan^="erp-"] .card-top::after {
  content: "";
  position: absolute;
  top: 0;
  left: -40%;
  width: 42%;
  height: 100%;
  background: linear-gradient(
    120deg,
    transparent 0%,
    rgba(255,255,255,0.28) 45%,
    rgba(255,255,255,0.45) 50%,
    rgba(255,255,255,0.18) 55%,
    transparent 100%
  );
  transform: skewX(-22deg);
  pointer-events: none;
  z-index: 2;
}

/* SOLO ERP: animación del brillo */
.card[data-plan^="erp-"]:hover .card-top::after {
  left: 115%;
  transition: left 0.7s ease;
}

/* RESTAURANTES: sin efecto premium */
.card[data-plan^="rest-"] .card-top::before,
.card[data-plan^="rest-"] .card-top::after {
  content: none;
}

.card-top.silver {
  background: linear-gradient(135deg, #dfe7f0 0%, #cfd9e5 45%, #bcc8d6 100%);
  border-bottom: 1px solid rgba(148, 163, 184, 0.35);
  color: #0a2540;
}

.card-top.gold {
  background: linear-gradient(135deg, #ffbe47 0%, #f59e0b 45%, #e28709 100%);
  border-bottom: 1px solid rgba(163, 96, 8, 0.45);
  color: #fff;
}

.card-top.diamond {
  background: linear-gradient(135deg, #7b74ff 0%, #635bff 45%, #5147ff 100%);
  border-bottom: 1px solid rgba(68, 58, 190, 0.45);
  color: #fff;
}

.card-top.rest-cocinero {
  background: linear-gradient(135deg, #1aa698 0%, #0f766e 45%, #0b5f58 100%);
  border-bottom: 1px solid rgba(8, 95, 88, 0.45);
  color: #fff;
}

.card-top.rest-chef {
  background: linear-gradient(135deg, #243b63 0%, #0f766e 45%, #0b5f58 100%);
  border-bottom: 1px solid rgba(11, 95, 88, 0.45);
  color: #fff;
}

.badge-row {
  min-height: 40px;
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 16px;
  flex-wrap: wrap;
}

.badge {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  font-size: 12px;
  font-weight: 800;
  letter-spacing: .03em;
  text-transform: uppercase;
  background: rgba(255,255,255,0.16);
  border: 1px solid rgba(255,255,255,0.22);
  color: inherit;
  backdrop-filter: blur(8px);
}

.badge.dark {
  background: rgba(15,23,42,0.06);
  color: #0f172a;
  border-color: rgba(15,23,42,0.08);
}

.badge.promo {
  background: rgba(255,255,255,0.22);
  color: inherit;
  border-color: rgba(255,255,255,0.24);
}

.badge.popular {
  background: rgba(255,255,255,0.18);
  border: 1px solid rgba(255,255,255,0.24);
  color: inherit;
}

.badge-icon,
.check-icon {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  flex: 0 0 auto;
}

.badge-icon-svg {
  width: 14px;
  height: 14px;
  display: block;
}

.icon-check-svg {
  width: 12px;
  height: 12px;
  display: block;
}

.plan-name {
  margin: 0 0 8px;
  font-size: 1.55rem;
  line-height: 1.12;
  letter-spacing: -0.03em;
}

.plan-desc {
  margin: 0;
  font-size: 0.98rem;
  opacity: 0.92;
}

.card-body {
  padding: 26px 26px 26px;
  display: flex;
  flex-direction: column;
  flex: 1;
  background: #ffffff;
  position: relative;
  z-index: 2;
}

.old-price {
  min-height: 20px;
  margin-bottom: 8px;
  font-size: 14px;
  font-weight: 700;
  opacity: .72;
  text-decoration: line-through;
  color: inherit;
}

.price-row {
  display: flex;
  align-items: end;
  gap: 8px;
  margin-bottom: 12px;
  flex-wrap: wrap;
}

.price {
  font-size: 3rem;
  line-height: 1;
  font-weight: 800;
  letter-spacing: -0.05em;
  color: #0a2540;
}

.currency {
  font-size: 1.25rem;
  margin-right: 4px;
  font-weight: 800;
}

.period {
  font-size: 1rem;
  color: var(--muted);
  font-weight: 700;
  padding-bottom: 6px;
}

.featured .period {
  color: #6b7a90;
}

.price-note {
  display: inline-flex;
  align-self: flex-start;
  margin-bottom: 18px;
  padding: 8px 12px;
  border-radius: 999px;
  background: #f8fafc;
  border: 1px solid var(--line);
  color: #475569;
  font-size: 13px;
  font-weight: 700;
}

.card.featured .price-note {
  background: rgba(99, 91, 255, 0.10);
  border-color: rgba(99, 91, 255, 0.14);
  color: #5147ff;
}

.highlight {
  margin: 0 0 18px;
  font-size: 1rem;
  line-height: 1.65;
  color: #425466;
}

.highlight strong {
  color: #0a2540;
}

.features-title {
  margin: 2px 0 14px;
  font-size: 0.95rem;
  font-weight: 800;
  color: #0a2540;
}

.features {
  list-style: none;
  padding: 0;
  margin: 0 0 24px;
  display: grid;
  gap: 12px;
}

.features li {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  color: #425466;
  line-height: 1.5;
  font-size: 15px;
}

.features li.is-disabled {
  color: #b9bcc3;
}

.features li.is-disabled .check {
  background: #e5e7eb;
  color: #c9cdd4;
  display: inline-flex;
  align-items: center;
  justify-content: center;
}

.features li.is-disabled .check-icon {
  opacity: 1;
}

.features li.is-disabled .check-icon svg,
.features li.is-disabled .check-icon .icon-check-svg {
  opacity: 1;
}

.check {
  flex: 0 0 auto;
  width: 22px;
  height: 22px;
  border-radius: 50%;
  display: grid;
  place-items: center;
  background: rgba(34, 197, 94, 0.12);
  color: var(--success);
  margin-top: 1px;
}

.check.off {
  background: #e5e7eb;
  color: #cbd5e1;
}

.check.off .icon-check-svg {
  opacity: .45;
}

.muted-link {
  color: var(--muted);
  text-decoration: none;
  font-weight: 700;
  font-size: 14px;
  margin-bottom: 22px;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  transition: color var(--transition);
}

.muted-link:hover {
  color: var(--text);
}

.cta-group {
  margin-top: auto;
  display: flex;
  flex-direction: column;
  gap: 12px;
}

.btn {
  appearance: none;
  border: 0;
  cursor: pointer;
  width: 100%;
  border-radius: 16px;
  padding: 16px 18px;
  font-weight: 800;
  font-size: 15px;
  letter-spacing: -.01em;
  transition: transform var(--transition), box-shadow var(--transition), background var(--transition), color var(--transition);
  text-decoration: none;
  text-align: center;
}

.btn-primary {
  background: #0a2540;
  color: white;
  box-shadow: 0 18px 30px rgba(15,23,42,0.14);
}

.btn-primary:hover {
  transform: translateY(-2px);
  box-shadow: 0 24px 38px rgba(15,23,42,0.18);
}

.btn-gold {
  background: linear-gradient(135deg, #f59e0b, #fb923c);
  color: white;
  box-shadow: 0 20px 34px rgba(245, 158, 11, 0.24);
}

.btn-gold:hover {
  transform: translateY(-2px);
  box-shadow: 0 26px 40px rgba(245, 158, 11, 0.30);
}

.btn-teal {
  background: #82c61b;
  border: 0;
  color: #fff;
  border-radius: 16px;
  font-weight: 700;
  font-size: 15px;
  transition: all 0.2s ease;
  padding: 18px 20px;
  box-shadow: 0 10px 22px rgba(130,198,27,.18);
}

.btn-teal:hover {
  background: #72b317;
  transform: translateY(-1px);
}

.microcopy {
  text-align: center;
  font-size: 13px;
  color: var(--muted);
  font-weight: 600;
}

.compare-box {
  margin-top: 34px;
  background: rgba(255,255,255,0.78);
  border: 1px solid rgba(255,255,255,0.76);
  box-shadow: var(--shadow);
  border-radius: 24px;
  overflow: hidden;
  backdrop-filter: blur(14px);
}

.compare-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  gap: 16px;
  padding: 22px 24px;
  border-bottom: 1px solid var(--line);
}

.compare-header h3 {
  margin: 0;
  font-size: 1.05rem;
}

.compare-header p {
  margin: 4px 0 0;
  color: var(--muted);
  font-size: 14px;
}

.toggle-compare {
  appearance: none;
  border: 1px solid rgba(15,23,42,0.08);
  background: #014f60 !important;
  color: #ffffff;
  padding: 12px 16px;
  border-radius: 14px;
  font-weight: 800;
  cursor: pointer;
  transition: all var(--transition);
}

.toggle-compare:hover {
  background: #0b5161 !important;
}

.compare-content {
  display: none;
  padding: 0 24px 24px;
}

.compare-content.open {
  display: block;
  animation: fadeIn .28s ease;
}

.compare-table {
  width: 100%;
  border-collapse: collapse;
  font-size: 15px;
}

.compare-table th,
.compare-table td {
  padding: 16px 12px;
  text-align: left;
  border-bottom: 1px solid var(--line);
}

.compare-table th {
  color: #0a2540;
  font-size: 14px;
  font-weight: 800;
}

.compare-table td {
  color: #425466;
}

.compare-table td strong {
  color: #0a2540;
}

.trust-row {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 18px;
  margin-top: 24px;
}

.trust-item {
  padding: 20px;
  border-radius: 20px;
  background: rgba(255,255,255,0.72);
  border: 1px solid rgba(255,255,255,0.72);
  box-shadow: 0 12px 30px rgba(15,23,42,0.05);
}

.trust-item strong {
  display: block;
  margin-bottom: 6px;
  font-size: 1rem;
}

.trust-item span {
  color: var(--muted);
  line-height: 1.6;
  font-size: 14px;
}

.pulse {
  position: relative;
}

.pulse::after {
  content: "";
  position: absolute;
  inset: -6px;
  border-radius: inherit;
  border: 1px solid rgba(99, 91, 255, 0.18);
  animation: pulse 2.4s infinite;
  pointer-events: none;
}

.reveal {
  opacity: 0;
  transform: translateY(24px);
  transition: opacity .7s ease, transform .7s ease;
}

.reveal.show {
  opacity: 1;
  transform: translateY(0);
}

@keyframes fadeIn {
  from { opacity: 0; transform: translateY(8px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes pulse {
  0% {
    opacity: 0.9;
    transform: scale(1);
  }
  70% {
    opacity: 0;
    transform: scale(1.03);
  }
  100% {
    opacity: 0;
    transform: scale(1.05);
  }
}

@media (max-width: 1100px) {
  .pricing-grid,
  .pricing-grid.two,
  .trust-row {
    grid-template-columns: 1fr;
  }

  .card.featured {
    transform: scale(1);
  }

  .card.featured:hover {
    transform: translateY(-8px) scale(1);
  }
}

@media (max-width: 900px){
  .controls-bar{
    flex-direction: column;
    align-items: stretch;
    gap: 14px;
  }

  .control-group{
    justify-content: space-between;
    flex-wrap: wrap;
  }
}

@media (max-width: 760px) {
  .pricing-section {
    padding: 54px 16px 70px;
  }

  .hero h1 {
    font-size: 2.4rem;
  }

  .price {
    font-size: 2.5rem;
  }

  .compare-header {
    flex-direction: column;
    align-items: flex-start;
  }

  .compare-table {
    font-size: 14px;
    display: block;
    overflow-x: auto;
    white-space: nowrap;
  }
}

@media (max-width: 640px){
  .control-group{
    flex-direction: column;
    align-items: stretch;
    gap: 10px;
  }

  .segmented{
    width: 100%;
    justify-content: space-between;
  }

  .segmented-btn{
    flex: 1;
    text-align: center;
    padding: 12px 10px;
    font-size: 14px;
  }
}

@media (max-width: 640px) {
  .controls-bar {
    padding: 12px;
    gap: 10px;
    border-radius: 18px;
  }

  .segmented-btn {
    padding: 10px 8px !important;
    font-size: 13px !important;
    border-radius: 10px;
  }

  .segmented {
    padding: 3px;
    border-radius: 14px;
    background: rgba(15,23,42,0.03);
  }

  .control-label {
    font-size: 10px;
    letter-spacing: .06em;
    opacity: 0.7;
  }

  .pricing-section {
    padding: 42px 14px 56px;
  }

  .hero {
    margin-bottom: 28px;
  }

  .eyebrow {
    font-size: 12px;
    padding: 7px 12px;
    margin-bottom: 16px;
  }

  .hero h1 {
    font-size: 2rem;
    line-height: 1.05;
    letter-spacing: -0.035em;
  }

  .hero p {
    font-size: 0.96rem;
    line-height: 1.6;
  }

  .hero-points {
    gap: 8px;
    margin-top: 18px;
  }

  .hero-point {
    font-size: 12px;
    padding: 8px 10px;
  }

  .controls-bar {
    padding: 14px;
    gap: 12px;
    border-radius: 20px;
  }

  .control-label {
    font-size: 11px;
  }

  .segmented {
    padding: 4px;
    gap: 4px;
    border-radius: 16px;
  }

  .segmented-btn {
    padding: 11px 8px;
    font-size: 13px;
    border-radius: 12px;
  }

  .billing-hint {
    font-size: 13px;
    margin-bottom: 22px;
  }

  .pricing-grid,
  .pricing-grid.two {
    gap: 16px;
  }

  .card,
  .compare-box,
  .trust-item {
    border-radius: 20px;
  }

  .card-top {
    padding: 20px 18px 18px;
  }

  .card-body {
    padding: 18px 18px 20px;
  }

  .badge-row {
    margin-bottom: 14px;
    gap: 6px;
  }

  .badge {
    font-size: 11px;
    padding: 7px 10px;
  }

  .plan-name {
    font-size: 1.3rem;
    line-height: 1.12;
  }

  .plan-desc {
    font-size: 0.9rem;
  }

  .old-price {
    font-size: 12px;
    margin-bottom: 6px;
    min-height: 16px;
  }

  .price-row {
    gap: 6px;
    margin-bottom: 8px;
  }

  .price {
    font-size: 2.2rem;
  }

  .currency {
    font-size: 1rem;
    margin-right: 2px;
  }

  .period {
    font-size: 0.9rem;
    padding-bottom: 4px;
  }

  .price-note {
    font-size: 12px;
    padding: 7px 10px;
    margin-bottom: 14px;
  }

  .highlight {
    font-size: 0.94rem;
    line-height: 1.55;
    margin-bottom: 14px;
  }

  .features-title {
    font-size: 0.9rem;
    margin-bottom: 12px;
  }

  .features {
    gap: 10px;
    margin-bottom: 18px;
  }

  .features li {
    font-size: 14px;
    gap: 10px;
  }

  .check {
    width: 20px;
    height: 20px;
  }

  .muted-link {
    font-size: 13px;
    margin-bottom: 18px;
  }

  .btn {
    padding: 15px 16px;
    font-size: 14px;
    border-radius: 14px;
  }

  .microcopy {
    font-size: 12px;
  }

  .compare-header {
    padding: 18px;
  }

  .compare-header h3 {
    font-size: 1rem;
  }

  .compare-header p {
    font-size: 13px;
  }

  .toggle-compare {
    width: 100%;
    text-align: center;
  }

  .compare-content {
    padding: 0 18px 18px;
  }

  .trust-row {
    gap: 14px;
    margin-top: 18px;
  }

  .trust-item {
    padding: 16px;
  }

  .trust-item strong {
    font-size: 0.95rem;
  }

  .trust-item span {
    font-size: 13px;
    line-height: 1.55;
  }
}

@media (max-width: 390px) {
  .hero h1 {
    font-size: 1.8rem;
  }

  .price {
    font-size: 2rem;
  }

  .segmented-btn {
    font-size: 12px;
    padding: 10px 6px;
  }

  .plan-name {
    font-size: 1.2rem;
  }

  .features li {
    font-size: 13px;
  }
}

@media (max-width: 390px) {
  .controls-bar {
    padding: 10px;
    border-radius: 16px;
  }

  .segmented {
    padding: 3px;
    gap: 3px;
  }

  .segmented-btn {
    font-size: 12px;
    padding: 10px 6px;
    border-radius: 10px;
  }
}/* End custom CSS */