@font-face {
  font-family: "Euclid Circular B";
  src: url("https://fonts.axazara.com/euclid/EuclidCircularB-Regular-WebS.woff2") format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "Euclid Circular B";
  src: url("https://fonts.axazara.com/euclid/EuclidCircularB-Medium-WebS.woff2") format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: "SangBleu Republic";
  src: url("https://fonts.axazara.com/sangbleu/SangBleuRepublic-Bold-WebS.woff2") format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --akenda-brand: #0066CC;
  --akenda-brand-rgb: 0, 102, 204;
  --akenda-brand-dark: #004C99;
  --akenda-accent: #EE2A24;
  --akenda-accent-rgb: 238, 42, 36;
  --akenda-contrast: #FFFFFF;
  --akenda-text: #0F172A;
  --akenda-muted: #64748B;
  --akenda-border: #E2E8F0;
  --akenda-surface: #F3F8FF;
  --akenda-radius: 16px;
  --akenda-radius-sm: 10px;
  --akenda-font: "Euclid Circular B", "DM Sans", "Segoe UI", sans-serif;
  --akenda-display: "SangBleu Republic", "Euclid Circular B", Georgia, serif;
  --akenda-shadow: 0 8px 28px rgba(15, 23, 42, 0.06);
  --akenda-shadow-hover: 0 20px 44px rgba(0, 102, 204, 0.16);
}

.akenda-catalogue,
.akenda-single {
  position: relative;
  font-family: var(--akenda-font);
  color: var(--akenda-text);
  background: #fff;
  min-height: 70vh;
  isolation: isolate;
}

.akenda-catalogue *,
.akenda-single * {
  box-sizing: border-box;
}

.akenda-atmosphere {
  display: none;
}

.akenda-wrap {
  width: min(1180px, calc(100% - 48px));
  margin: 0 auto;
  padding: 36px 0 96px;
}

.akenda-wrap--single {
  width: min(1200px, calc(100% - 48px));
}

/* Hero */
.akenda-hero {
  text-align: center;
  margin-bottom: 28px;
  animation: akenda-fade-up 0.7s ease both;
}

.akenda-hero-badge {
  display: inline-flex;
  align-items: center;
  margin-bottom: 18px;
  padding: 6px 12px;
  border-radius: 999px;
  border: 1px solid rgba(var(--akenda-brand-rgb), 0.22);
  background: rgba(255, 255, 255, 0.75);
  color: var(--akenda-brand-dark);
  font-size: 0.78rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.akenda-logo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
  object-fit: cover;
  border: 4px solid #fff;
  box-shadow:
    0 0 0 1px rgba(var(--akenda-brand-rgb), 0.18),
    0 14px 34px rgba(var(--akenda-brand-rgb), 0.28);
  margin: 0 auto 18px;
  display: block;
  background: var(--akenda-brand);
  animation: akenda-logo-float 4.5s ease-in-out infinite;
}

.akenda-brand-name {
  font-family: var(--akenda-display);
  font-size: clamp(2rem, 5vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  margin: 0 0 10px;
  color: var(--akenda-text);
  line-height: 1.1;
}

.akenda-brand-desc {
  margin: 0 auto;
  max-width: 38ch;
  color: var(--akenda-muted);
  font-size: 1.02rem;
  line-height: 1.6;
}

.akenda-stats {
  display: inline-flex;
  gap: 8px;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 20px;
}

.akenda-pill {
  display: inline-flex;
  align-items: center;
  gap: 7px;
  padding: 8px 13px;
  border-radius: 999px;
  background: rgba(var(--akenda-brand-rgb), 0.08);
  color: var(--akenda-brand-dark);
  font-size: 0.82rem;
  font-weight: 500;
}

.akenda-pill-dot {
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: var(--akenda-brand);
  box-shadow: 0 0 0 4px rgba(var(--akenda-brand-rgb), 0.18);
}

/* Toolbar */
.akenda-toolbar {
  display: grid;
  grid-template-columns: 1fr auto auto;
  gap: 10px;
  align-items: center;
  margin: 0 0 22px;
  position: sticky;
  top: 10px;
  z-index: 30;
  background: rgba(255, 255, 255, 0.88);
  backdrop-filter: blur(14px);
  border: 1px solid rgba(226, 232, 240, 0.95);
  border-radius: 14px;
  padding: 10px;
  box-shadow: var(--akenda-shadow);
  animation: akenda-fade-up 0.8s ease 0.06s both;
}

.akenda-search-wrap {
  display: flex;
  align-items: center;
  gap: 8px;
  min-width: 0;
  padding: 0 8px;
}

.akenda-search-icon {
  width: 18px;
  height: 18px;
  flex-shrink: 0;
  color: #94A3B8;
}

.akenda-search {
  flex: 1;
  border: 0;
  outline: none;
  background: transparent;
  font: inherit;
  padding: 10px 4px;
  min-width: 0;
  color: var(--akenda-text);
}

.akenda-search::placeholder {
  color: #94A3B8;
}

.akenda-filters {
  display: inline-flex;
  gap: 6px;
  padding: 3px;
  background: #F1F5F9;
  border-radius: 10px;
}

.akenda-filter {
  border: 0;
  background: transparent;
  color: var(--akenda-muted);
  font: inherit;
  font-size: 0.84rem;
  font-weight: 500;
  padding: 8px 12px;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.2s ease, color 0.2s ease;
}

.akenda-filter.is-active,
.akenda-filter:hover {
  background: #fff;
  color: var(--akenda-brand-dark);
  box-shadow: 0 1px 3px rgba(15, 23, 42, 0.08);
}

.akenda-count {
  font-size: 0.8rem;
  color: var(--akenda-muted);
  white-space: nowrap;
  padding-right: 8px;
}

/* Feed cards — 3 columns */
.akenda-feed {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}

.akenda-card {
  display: flex;
  flex-direction: column;
  height: 100%;
  background: #fff;
  border: 1px solid var(--akenda-border);
  border-radius: var(--akenda-radius);
  overflow: hidden;
  box-shadow: var(--akenda-shadow);
  transition: transform 0.35s cubic-bezier(0.22, 1, 0.36, 1), box-shadow 0.35s ease, border-color 0.25s ease;
  animation: akenda-fade-up 0.65s ease both;
}

.akenda-card:hover {
  transform: translateY(-5px);
  box-shadow: var(--akenda-shadow-hover);
  border-color: rgba(var(--akenda-brand-rgb), 0.35);
}

.akenda-card--sale {
  border-color: rgba(var(--akenda-brand-rgb), 0.28);
}

.akenda-card-media {
  position: relative;
  display: block;
  background: linear-gradient(145deg, rgba(var(--akenda-brand-rgb), 0.16), #eef2f7);
  overflow: hidden;
}

.akenda-card-media img,
.akenda-media-fallback {
  width: 100%;
  height: 100%;
  min-height: 160px;
  aspect-ratio: 16 / 10;
  object-fit: cover;
  display: block;
  transition: transform 0.65s ease;
}

.akenda-card:hover .akenda-card-media img {
  transform: scale(1.05);
}

.akenda-badge {
  position: absolute;
  top: 12px;
  left: 12px;
  background: #0F172A;
  color: #fff;
  font-size: 0.72rem;
  font-weight: 600;
  padding: 6px 10px;
  border-radius: 8px;
  letter-spacing: 0.02em;
  z-index: 2;
}

.akenda-badge--sale {
  background: var(--akenda-accent);
}

.akenda-card-body {
  padding: 18px 20px 18px;
  display: flex;
  flex-direction: column;
  gap: 10px;
}

.akenda-card-top {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 8px;
}

.akenda-type {
  font-size: 0.75rem;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: var(--akenda-brand);
}

.akenda-tag-promo {
  font-size: 0.72rem;
  font-weight: 600;
  color: #fff;
  background: var(--akenda-accent);
  padding: 3px 8px;
  border-radius: 999px;
}

.akenda-card-title {
  margin: 0;
  font-size: 1rem;
  line-height: 1.35;
  font-weight: 500;
  letter-spacing: -0.015em;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  min-height: 4.05em;
}

.akenda-card-title a {
  color: inherit;
  text-decoration: none;
}

.akenda-card-title a:hover {
  color: var(--akenda-brand);
}

.akenda-card-excerpt {
  margin: 0;
  color: var(--akenda-muted);
  font-size: 0.9rem;
  line-height: 1.55;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.akenda-card-footer {
  margin-top: auto;
  padding-top: 8px;
  display: flex;
  flex-direction: column;
  align-items: stretch;
  gap: 12px;
}

.akenda-card-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}

.akenda-card-actions .akenda-cta {
  flex: none;
  width: 100%;
  min-width: 0;
  white-space: normal;
  line-height: 1.25;
  padding: 10px 14px;
  text-align: center;
  overflow: visible;
  height: auto;
  min-height: 42px;
}

.akenda-price-block {
  display: flex;
  flex-direction: column;
  gap: 2px;
}

.akenda-price {
  font-size: 1.2rem;
  font-weight: 600;
  color: var(--akenda-brand);
  letter-spacing: -0.02em;
}

.akenda-price--lg {
  font-size: 1.55rem;
}

.akenda-price-old {
  font-size: 0.86rem;
  color: #94A3B8;
  text-decoration: line-through;
}

.akenda-off {
  display: inline-flex;
  align-items: center;
  font-size: 0.75rem;
  font-weight: 600;
  color: #fff;
  background: var(--akenda-accent);
  padding: 3px 8px;
  border-radius: 6px;
}

/* CTA */
.akenda-cta {
  position: relative;
  overflow: hidden;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  min-height: 42px;
  padding: 0 16px;
  border: 0;
  border-radius: var(--akenda-radius-sm);
  background: var(--akenda-brand);
  color: var(--akenda-contrast) !important;
  font: inherit;
  font-weight: 500;
  font-size: 0.9rem;
  text-decoration: none !important;
  cursor: pointer;
  transition: filter 0.2s ease, transform 0.2s ease, background 0.2s ease;
}

.akenda-cta:hover {
  filter: brightness(1.05);
  transform: translateY(-1px);
  background: var(--akenda-brand-dark);
}

.akenda-cta::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(110deg, transparent 18%, rgba(255, 255, 255, 0.42) 46%, transparent 72%);
  transform: translateX(-120%);
  animation: akenda-shine 2.8s ease-in-out infinite;
}

.akenda-cta--ghost {
  background: transparent;
  color: var(--akenda-brand-dark) !important;
  border: 1.5px solid rgba(var(--akenda-brand-rgb), 0.32);
}

.akenda-cta--ghost::after {
  display: none;
}

.akenda-cta--ghost:hover {
  background: rgba(var(--akenda-brand-rgb), 0.07);
  filter: none;
}

.akenda-cta--lg {
  min-height: 48px;
  padding: 0 20px;
  font-size: 0.95rem;
}

.akenda-empty {
  text-align: center;
  padding: 56px 16px;
  color: var(--akenda-muted);
  border: 1px dashed var(--akenda-border);
  border-radius: var(--akenda-radius);
  background: rgba(255, 255, 255, 0.7);
}

.akenda-trust {
  margin-top: 36px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  animation: akenda-fade-up 0.7s ease 0.15s both;
}

.akenda-trust-item {
  background: rgba(255, 255, 255, 0.8);
  border: 1px solid var(--akenda-border);
  border-radius: 14px;
  padding: 16px;
  display: flex;
  flex-direction: column;
  gap: 4px;
}

.akenda-trust-item strong {
  color: var(--akenda-brand-dark);
  font-size: 0.92rem;
}

.akenda-trust-item span {
  color: var(--akenda-muted);
  font-size: 0.84rem;
  line-height: 1.45;
}

/* Single */
.akenda-back {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  color: var(--akenda-muted);
  text-decoration: none;
  font-size: 0.92rem;
  margin-bottom: 20px;
  transition: color 0.2s ease;
}

.akenda-back:hover {
  color: var(--akenda-brand);
}

.akenda-single-hero {
  display: grid;
  grid-template-columns: 1.15fr 0.85fr;
  gap: 22px;
  margin-bottom: 28px;
  align-items: stretch;
  animation: akenda-fade-up 0.65s ease both;
}

.akenda-single-cover {
  position: relative;
  margin: 0;
  border-radius: var(--akenda-radius);
  overflow: hidden;
  background: #eef2f7;
  box-shadow: var(--akenda-shadow);
  min-height: 280px;
}

.akenda-single-cover img {
  width: 100%;
  height: 100%;
  min-height: 280px;
  object-fit: cover;
  display: block;
}

.akenda-single-intro {
  background: rgba(255, 255, 255, 0.92);
  border: 1px solid var(--akenda-border);
  border-radius: var(--akenda-radius);
  padding: 24px;
  box-shadow: var(--akenda-shadow);
  display: flex;
  flex-direction: column;
  gap: 14px;
}

.akenda-single-title {
  font-family: var(--akenda-display);
  font-size: clamp(1.45rem, 3vw, 2rem);
  line-height: 1.2;
  margin: 0;
  letter-spacing: -0.025em;
}

.akenda-single-pricing {
  display: flex;
  align-items: center;
  gap: 10px;
  flex-wrap: wrap;
}

.akenda-single-cta-row {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}

.akenda-single-perks {
  list-style: none;
  margin: 4px 0 0;
  padding: 0;
  display: grid;
  gap: 8px;
}

.akenda-single-perks li {
  position: relative;
  padding-left: 22px;
  color: var(--akenda-muted);
  font-size: 0.9rem;
}

.akenda-single-perks li::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0.45em;
  width: 10px;
  height: 10px;
  border-radius: 50%;
  background: var(--akenda-brand);
  box-shadow: 0 0 0 3px rgba(var(--akenda-brand-rgb), 0.18);
}

.akenda-single-content {
  background: #fff;
  border: 1px solid var(--akenda-border);
  border-radius: var(--akenda-radius);
  padding: 24px;
  box-shadow: var(--akenda-shadow);
  animation: akenda-fade-up 0.7s ease 0.08s both;
}

.akenda-single-content-head {
  display: flex;
  align-items: center;
  gap: 14px;
  margin-bottom: 18px;
  padding-bottom: 16px;
  border-bottom: 1px solid var(--akenda-border);
}

.akenda-single-content-head h2 {
  margin: 0 0 4px;
  font-size: 1.15rem;
}

.akenda-single-content-head p {
  margin: 0;
  color: var(--akenda-muted);
  font-size: 0.9rem;
}

.akenda-single-thumb {
  width: 64px;
  height: 64px;
  border-radius: 12px;
  object-fit: cover;
  border: 1px solid var(--akenda-border);
}

.akenda-prose {
  line-height: 1.7;
  color: #334155;
  font-size: 0.98rem;
}

.akenda-prose h1,
.akenda-prose h2,
.akenda-prose h3 {
  font-family: var(--akenda-font);
  color: var(--akenda-text);
  margin: 1.5em 0 0.55em;
  letter-spacing: -0.015em;
}

.akenda-prose h1 { font-size: 1.35rem; }
.akenda-prose h2 { font-size: 1.18rem; }
.akenda-prose h3 { font-size: 1.05rem; }

.akenda-prose p { margin: 0 0 1em; }

.akenda-prose ul,
.akenda-prose ol {
  margin: 0 0 1em;
  padding-left: 1.2em;
}

.akenda-prose a {
  color: var(--akenda-brand);
}

.akenda-prose img {
  max-width: 100%;
  height: auto;
  border-radius: 12px;
}

.akenda-related {
  margin-top: 28px;
  animation: akenda-fade-up 0.7s ease 0.12s both;
}

.akenda-related-head {
  display: flex;
  align-items: baseline;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 14px;
  flex-wrap: wrap;
}

.akenda-related-head h2 {
  margin: 0;
  font-size: 1.15rem;
}

.akenda-related-head a {
  color: var(--akenda-brand);
  text-decoration: none;
  font-size: 0.9rem;
  font-weight: 500;
}

.akenda-related-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.akenda-related-card {
  display: flex;
  flex-direction: column;
  background: #fff;
  border: 1px solid var(--akenda-border);
  border-radius: 14px;
  overflow: hidden;
  text-decoration: none;
  color: inherit;
  box-shadow: var(--akenda-shadow);
  transition: transform 0.25s ease, box-shadow 0.25s ease;
}

.akenda-related-card:hover {
  transform: translateY(-3px);
  box-shadow: var(--akenda-shadow-hover);
}

.akenda-related-card img {
  width: 100%;
  height: 110px;
  object-fit: cover;
  display: block;
}

.akenda-related-card div {
  padding: 12px;
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.akenda-related-card strong {
  font-size: 0.88rem;
  line-height: 1.35;
  font-weight: 500;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.akenda-related-card span {
  color: var(--akenda-brand);
  font-weight: 600;
  font-size: 0.9rem;
}

.akenda-single-bar {
  position: sticky;
  bottom: 16px;
  margin-top: 28px;
  display: flex;
  gap: 12px;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.94);
  backdrop-filter: blur(14px);
  border: 1px solid var(--akenda-border);
  border-radius: 14px;
  padding: 14px 16px;
  box-shadow: var(--akenda-shadow-hover);
  z-index: 25;
}

.akenda-bar-label {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--akenda-muted);
}

.akenda-card.is-hidden {
  display: none;
}

@keyframes akenda-shine {
  0%, 55% { transform: translateX(-120%); }
  80%, 100% { transform: translateX(120%); }
}

@keyframes akenda-fade-up {
  from { opacity: 0; transform: translateY(16px); }
  to { opacity: 1; transform: translateY(0); }
}

@keyframes akenda-logo-float {
  0%, 100% { transform: translateY(0); }
  50% { transform: translateY(-5px); }
}

@media (max-width: 1024px) {
  .akenda-feed {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (max-width: 860px) {
  .akenda-single-hero {
    grid-template-columns: 1fr;
  }

  .akenda-related-grid {
    grid-template-columns: 1fr;
  }

  .akenda-trust {
    grid-template-columns: 1fr;
  }
}

@media (max-width: 720px) {
  .akenda-feed {
    grid-template-columns: 1fr;
  }

  .akenda-toolbar {
    grid-template-columns: 1fr;
  }

  .akenda-count {
    justify-self: start;
    padding: 0 8px 6px;
  }

  .akenda-card-actions .akenda-cta,
  .akenda-single-cta-row .akenda-cta,
  .akenda-single-bar .akenda-cta {
    width: 100%;
    white-space: normal;
  }

  .akenda-single-cta-row {
    flex-direction: column;
    align-items: stretch;
  }

  .akenda-single-bar {
    flex-direction: column;
    align-items: stretch;
  }
}

/* Checkout modal */
body.akenda-modal-open {
  overflow: hidden;
}

.akenda-modal[hidden] {
  display: none !important;
}

.akenda-modal {
  position: fixed;
  inset: 0;
  z-index: 99999;
  display: grid;
  place-items: center;
  padding: 20px;
}

.akenda-modal__backdrop {
  position: absolute;
  inset: 0;
  background: rgba(15, 23, 42, 0.55);
  backdrop-filter: blur(4px);
}

.akenda-modal__dialog {
  position: relative;
  z-index: 1;
  width: min(560px, 100%);
  max-height: min(92vh, 900px);
  overflow: auto;
  background: #fff;
  border-radius: 18px;
  box-shadow: 0 28px 70px rgba(15, 23, 42, 0.28);
  padding: 24px 22px 20px;
  animation: akenda-fade-up 0.35s ease both;
}

.akenda-modal__close {
  position: absolute;
  top: 12px;
  right: 12px;
  width: 36px;
  height: 36px;
  border: 0;
  border-radius: 50%;
  background: #F1F5F9;
  color: #334155;
  font-size: 1.4rem;
  line-height: 1;
  cursor: pointer;
}

.akenda-modal__close:hover {
  background: #E2E8F0;
}

.akenda-modal__eyebrow {
  margin: 0 0 6px;
  font-size: 0.75rem;
  font-weight: 600;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  color: var(--akenda-brand);
}

.akenda-modal__head h2 {
  margin: 0 0 6px;
  font-size: 1.35rem;
  letter-spacing: -0.02em;
}

.akenda-modal__sub {
  margin: 0 0 16px;
  color: var(--akenda-muted);
  font-size: 0.92rem;
  line-height: 1.45;
}

.akenda-modal__product {
  display: flex;
  gap: 12px;
  align-items: center;
  padding: 12px;
  border: 1px solid var(--akenda-border);
  border-radius: 12px;
  background: var(--akenda-surface);
  margin-bottom: 16px;
}

.akenda-modal__product img {
  width: 64px;
  height: 64px;
  border-radius: 10px;
  object-fit: cover;
  flex-shrink: 0;
}

.akenda-modal__product strong {
  display: block;
  font-size: 0.95rem;
  line-height: 1.35;
  margin-bottom: 4px;
}

.akenda-checkout-form {
  display: grid;
  gap: 12px;
}

.akenda-form-row {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.akenda-checkout-form label,
.akenda-form-full {
  display: flex;
  flex-direction: column;
  gap: 6px;
  font-size: 0.86rem;
  font-weight: 500;
  color: #334155;
}

.akenda-checkout-form input,
.akenda-checkout-form textarea {
  width: 100%;
  border: 1px solid var(--akenda-border);
  border-radius: 10px;
  padding: 11px 12px;
  font: inherit;
  font-weight: 400;
  color: var(--akenda-text);
  background: #fff;
}

.akenda-checkout-form input:focus,
.akenda-checkout-form textarea:focus {
  outline: 2px solid rgba(var(--akenda-brand-rgb), 0.25);
  border-color: var(--akenda-brand);
}

.akenda-pref {
  border: 1px solid var(--akenda-border);
  border-radius: 12px;
  padding: 12px;
  margin: 0;
}

.akenda-pref legend {
  padding: 0 4px;
  font-size: 0.86rem;
  font-weight: 500;
}

.akenda-radio {
  display: inline-flex !important;
  flex-direction: row !important;
  align-items: center;
  gap: 8px !important;
  margin-right: 16px;
  margin-top: 8px;
  font-weight: 400 !important;
}

.akenda-cta--block {
  width: 100%;
}

.akenda-form-note {
  margin: 0;
  font-size: 0.78rem;
  color: var(--akenda-muted);
  line-height: 1.4;
  text-align: center;
}

.akenda-form-error,
.akenda-form-success {
  margin: 0;
  padding: 10px 12px;
  border-radius: 10px;
  font-size: 0.9rem;
  line-height: 1.4;
}

.akenda-form-error {
  background: #FEF2F2;
  color: #B91C1C;
  border: 1px solid #FECACA;
}

.akenda-form-success {
  background: #EFF6FF;
  color: #1D4ED8;
  border: 1px solid #BFDBFE;
}

button.akenda-cta {
  appearance: none;
  -webkit-appearance: none;
  background-color: #0066CC !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  box-shadow: none !important;
  text-shadow: none !important;
}

button.akenda-cta:hover,
button.akenda-cta:focus,
button.akenda-cta:active {
  background-color: #004C99 !important;
  background-image: none !important;
  color: #fff !important;
  border: 0 !important;
  filter: none;
}

.akenda-modal button.akenda-cta,
.akenda-card-actions button.akenda-cta,
.akenda-single-cta-row button.akenda-cta,
.akenda-single-bar button.akenda-cta {
  background-color: #0066CC !important;
  color: #fff !important;
  border: 0 !important;
}

.akenda-modal__hint {
  display: block;
  margin-top: 4px;
  font-size: 0.82rem;
  color: var(--akenda-muted);
  font-weight: 400;
}

button.akenda-cta.akenda-cta--ghost {
  background-color: transparent !important;
  background-image: none !important;
  color: #0066CC !important;
  border: 1.5px solid rgba(0, 102, 204, 0.4) !important;
  box-shadow: none !important;
}

button.akenda-cta.akenda-cta--ghost:hover,
button.akenda-cta.akenda-cta--ghost:focus {
  background-color: rgba(0, 102, 204, 0.07) !important;
  color: #004C99 !important;
  border-color: rgba(0, 102, 204, 0.55) !important;
}

@media (max-width: 640px) {
  .akenda-form-row {
    grid-template-columns: 1fr;
  }

  .akenda-modal__dialog {
    padding: 20px 16px 16px;
  }
}
