.community-promo {
  --community-promo-ink: #111114;
  --community-promo-paper: #f1ede6;
  --community-promo-red: #e30613;
  position: relative;
  isolation: isolate;
  width: min(1580px, calc(100% - 2rem));
  min-height: clamp(310px, 25vw, 380px);
  margin: clamp(5.25rem, 6.5vw, 6.5rem) auto 0;
  overflow: hidden;
  color: var(--community-promo-ink);
  background: var(--community-promo-paper);
  border: 1px solid rgba(17, 17, 20, .12);
  border-radius: clamp(1.5rem, 3vw, 2.75rem);
  box-shadow: 0 30px 90px rgba(17, 17, 20, .13);
}

.community-promo::before {
  content: "";
  position: absolute;
  inset: 0;
  z-index: 1;
  pointer-events: none;
  opacity: .36;
  background:
    linear-gradient(rgba(17, 17, 20, .06) 1px, transparent 1px),
    linear-gradient(90deg, rgba(17, 17, 20, .06) 1px, transparent 1px);
  background-size: 48px 48px;
  mask-image: linear-gradient(90deg, #000 0 46%, transparent 70%);
}

.community-promo__media {
  position: absolute;
  inset: 0;
  z-index: 0;
}

.community-promo__media::after {
  content: "";
  position: absolute;
  inset: 0;
  background: linear-gradient(90deg, var(--community-promo-paper) 0%, rgba(241, 237, 230, .98) 30%, rgba(241, 237, 230, .72) 49%, rgba(241, 237, 230, .02) 72%, rgba(17, 17, 20, .18) 100%);
}

.community-promo__media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.community-promo__content {
  position: relative;
  z-index: 2;
  display: flex;
  min-height: inherit;
  flex-direction: column;
  justify-content: center;
  max-width: min(680px, 53vw);
  padding: clamp(2rem, 4.2vw, 4.5rem);
}

.community-promo__kicker {
  display: flex;
  align-items: center;
  gap: .65rem;
  margin: 0 0 .8rem;
  font: 800 .62rem/1.2 "Manrope", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.community-promo__kicker i {
  width: 7px;
  height: 7px;
  flex: none;
  border-radius: 50%;
  background: var(--community-promo-red);
  box-shadow: 0 0 0 6px rgba(227, 6, 19, .11);
}

.community-promo h2 {
  max-width: 11ch;
  margin: 0;
  color: var(--community-promo-ink);
  font: 400 clamp(2.45rem, 4.6vw, 5.1rem)/.88 "Archivo Black", sans-serif;
  letter-spacing: -.06em;
  overflow-wrap: normal;
  text-wrap: balance;
  word-break: normal;
}

.community-promo h2 em {
  color: var(--community-promo-red);
  font-style: normal;
}

.community-promo__intro {
  max-width: 60ch;
  margin: 1rem 0 0;
  color: #39383d;
  font: 600 clamp(.84rem, 1.1vw, 1rem)/1.5 "Manrope", sans-serif;
}

.community-promo__actions {
  display: flex;
  flex-wrap: wrap;
  gap: .55rem;
  margin-top: 1.25rem;
}

.community-promo__button {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: .55rem;
  min-height: 44px;
  padding: 0 1rem;
  border: 1px solid var(--community-promo-ink);
  border-radius: 999px;
  font: 800 .65rem/1 "Manrope", sans-serif;
  letter-spacing: .055em;
  text-transform: uppercase;
  transition: color .2s ease, background-color .2s ease, border-color .2s ease, transform .2s ease;
}

.community-promo__button--primary {
  color: #fff;
  background: var(--community-promo-ink);
}

.community-promo__button--secondary {
  color: var(--community-promo-ink);
  background: rgba(241, 237, 230, .76);
}

.community-promo__button:hover { transform: translateY(-2px); }
.community-promo__button--primary:hover { color: #fff; background: var(--community-promo-red); border-color: var(--community-promo-red); }
.community-promo__button--secondary:hover { color: var(--community-promo-ink); background: #fff; }
.community-promo__button:focus-visible { outline: 3px solid var(--community-promo-red); outline-offset: 4px; }

.community-promo__note {
  margin: .7rem 0 0;
  color: #6a6667;
  font: 650 .6rem/1.4 "Manrope", sans-serif;
}

.community-promo__proof {
  position: absolute;
  top: clamp(1.1rem, 2.5vw, 2.4rem);
  right: clamp(1.1rem, 3vw, 3rem);
  z-index: 3;
  display: flex;
  width: clamp(98px, 9.5vw, 142px);
  height: clamp(98px, 9.5vw, 142px);
  align-items: center;
  flex-direction: column;
  justify-content: center;
  color: #fff;
  background: rgba(17, 17, 20, .88);
  border: 1px solid rgba(255, 255, 255, .22);
  border-radius: 50%;
  box-shadow: 0 18px 46px rgba(17, 17, 20, .22);
  backdrop-filter: blur(10px);
  transform: rotate(5deg);
}

.community-promo__proof strong {
  font: 400 clamp(2rem, 3.3vw, 3.4rem)/.9 "Archivo Black", sans-serif;
  letter-spacing: -.06em;
}

.community-promo__proof span {
  max-width: 8ch;
  margin-top: .35rem;
  color: rgba(255, 255, 255, .7);
  font: 800 .48rem/1.3 "Manrope", sans-serif;
  letter-spacing: .1em;
  text-align: center;
  text-transform: uppercase;
}

.community-section {
  --community-ink: #0a0a0a;
  --community-paper: #f4efe4;
  --community-red: #e2131f;
  --community-muted: #b9b1a3;
  position: relative;
  overflow: clip;
  color: var(--community-paper);
  background:
    linear-gradient(90deg, rgba(255,255,255,.028) 1px, transparent 1px) 0 0 / 36px 36px,
    linear-gradient(rgba(255,255,255,.018) 1px, transparent 1px) 0 0 / 36px 36px,
    var(--community-ink);
  border-top: 10px solid var(--community-red);
  padding-block: clamp(4.5rem, 9vw, 9rem);
}

.community-section::before {
  content: "RANWEY / COMUNIDAD / EDICIONES ORIGINALES / RANWEY / COMUNIDAD / EDICIONES ORIGINALES";
  position: absolute;
  inset: 1.1rem 0 auto;
  white-space: nowrap;
  color: rgba(244, 239, 228, .19);
  font: 700 .66rem/1 "Manrope", sans-serif;
  letter-spacing: .38em;
  transform: translateX(-2rem);
  pointer-events: none;
}

.community-masthead {
  display: grid;
  grid-template-columns: minmax(0, 1.4fr) minmax(18rem, .6fr);
  gap: clamp(2rem, 6vw, 7rem);
  align-items: end;
  padding-bottom: clamp(2.5rem, 5vw, 5rem);
  border-bottom: 1px solid rgba(244, 239, 228, .36);
}

.community-section .section__label {
  color: var(--community-red);
  font-family: "Manrope", sans-serif;
  font-weight: 800;
  letter-spacing: .22em;
}

.community-masthead__title {
  max-width: 12ch;
  margin: .9rem 0 0;
  color: var(--community-paper);
  font-family: "Archivo Black", sans-serif;
  font-size: clamp(3.2rem, 8.5vw, 8.6rem);
  font-weight: 400;
  line-height: .84;
  letter-spacing: -.065em;
  text-transform: uppercase;
}

.community-masthead__title span {
  color: transparent;
  -webkit-text-stroke: clamp(1px, .16vw, 2px) var(--community-paper);
}

.community-masthead__copy {
  border-left: 5px solid var(--community-red);
  padding-left: 1.4rem;
}

.community-masthead__copy p {
  margin: 0 0 1.4rem;
  color: #d8d0c3;
  font: 600 clamp(1rem, 1.5vw, 1.22rem)/1.6 "Manrope", sans-serif;
}

.community-store-link {
  display: inline-flex;
  gap: .6rem;
  align-items: center;
  color: var(--community-paper);
  border-bottom: 2px solid var(--community-red);
  padding-bottom: .35rem;
  font: 800 .76rem/1 "Manrope", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
}

.community-store-link:hover {
  color: var(--community-red);
}

.community-auth-callout {
  display: grid;
  grid-template-columns: auto 1fr auto;
  gap: clamp(1rem, 3vw, 3rem);
  align-items: center;
  margin-top: 2.5rem;
  padding: clamp(1.25rem, 3vw, 2.3rem);
  color: var(--community-ink);
  background: var(--community-paper);
  border: 1px solid var(--community-paper);
  box-shadow: 12px 12px 0 var(--community-red);
}

.community-auth-callout[hidden],
.community-dashboard[hidden] {
  display: none !important;
}

.community-auth-callout h3,
.community-panel-head h3,
.community-dialog-head h2 {
  margin: 0;
  font-family: "Archivo Black", sans-serif;
  font-weight: 400;
  letter-spacing: -.035em;
  text-transform: uppercase;
}

.community-auth-callout p {
  max-width: 62ch;
  margin: .5rem 0 0;
  color: #4b4740;
  font: 600 .9rem/1.55 "Manrope", sans-serif;
}

.community-edition,
.community-kicker {
  display: inline-block;
  color: var(--community-red);
  font: 800 .64rem/1.2 "Manrope", sans-serif;
  letter-spacing: .2em;
  text-transform: uppercase;
}

.community-dashboard {
  margin-top: clamp(2.2rem, 5vw, 4rem);
}

.community-summary {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr)) minmax(0, 1.35fr);
  border: 1px solid rgba(244, 239, 228, .34);
}

.community-summary article {
  min-width: 0;
  min-height: 10.5rem;
  padding: 1.4rem;
  border-right: 1px solid rgba(244, 239, 228, .34);
}

.community-summary article:last-child {
  border-right: 0;
}

.community-summary span,
.community-summary small {
  display: block;
  color: var(--community-muted);
  font: 800 .65rem/1.4 "Manrope", sans-serif;
  letter-spacing: .16em;
  text-transform: uppercase;
}

.community-summary strong {
  display: block;
  margin: 1rem 0 .65rem;
  color: var(--community-paper);
  font: 400 clamp(1.45rem, 2vw, 2.65rem)/.95 "Archivo Black", sans-serif;
  font-variant-numeric: tabular-nums;
  letter-spacing: -.055em;
  white-space: nowrap;
}

.community-summary__balance {
  position: relative;
  background: var(--community-red);
}

.community-summary__balance span,
.community-summary__balance small,
.community-summary__balance strong {
  color: #fff;
}

.community-panel-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: end;
  margin-top: clamp(2.5rem, 6vw, 5rem);
  padding-bottom: 1rem;
  border-bottom: 3px solid var(--community-paper);
}

.community-panel-head h3 {
  margin-top: .4rem;
  color: var(--community-paper);
  font-size: clamp(1.4rem, 3vw, 2.5rem);
}

.community-refresh,
.community-cancel,
.community-submit,
.community-design-card__action {
  min-height: 44px;
  border: 0;
  border-radius: 0;
  padding: .82rem 1rem;
  font: 800 .7rem/1 "Manrope", sans-serif;
  letter-spacing: .12em;
  text-transform: uppercase;
  cursor: pointer;
}

.community-refresh,
.community-cancel {
  color: var(--community-paper);
  background: transparent;
  border: 1px solid rgba(244,239,228,.5);
}

.community-refresh:hover,
.community-cancel:hover {
  border-color: var(--community-red);
  color: var(--community-red);
}

.community-status-message {
  margin: 1rem 0;
  color: var(--community-muted);
  font: 600 .84rem/1.5 "Manrope", sans-serif;
}

.community-status-message.is-error {
  color: #ff8790;
}

.community-design-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 1px;
  background: rgba(244, 239, 228, .26);
  border: 1px solid rgba(244, 239, 228, .26);
}

.community-design-card {
  position: relative;
  min-width: 0;
  padding: 0;
  color: var(--community-ink);
  background: var(--community-paper);
}

.community-design-card__visual {
  position: relative;
  aspect-ratio: 4 / 5;
  overflow: hidden;
  background: #d9d2c6;
}

.community-design-card__visual img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform .45s cubic-bezier(.2,.8,.2,1);
}

.community-design-card:hover .community-design-card__visual img {
  transform: scale(1.025);
}

.community-design-card__number {
  position: absolute;
  inset: 1rem auto auto 1rem;
  padding: .35rem .5rem;
  color: var(--community-paper);
  background: var(--community-ink);
  font: 800 .64rem/1 "Manrope", sans-serif;
  letter-spacing: .12em;
}

.community-design-card__state {
  position: absolute;
  inset: auto 0 0;
  padding: .8rem 1rem;
  color: #fff;
  background: var(--community-red);
  font: 800 .67rem/1 "Manrope", sans-serif;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.community-design-card__state[data-state="sin_compra"],
.community-design-card__state[data-state="pausado"] {
  background: #45413b;
}

.community-design-card__state[data-state="publicado"] {
  background: #117343;
}

.community-design-card__state[data-state="rechazado"] {
  background: #75161c;
}

.community-design-card__body {
  padding: 1.2rem;
}

.community-design-card__editorial {
	display: inline-flex;
	align-items: center;
	width: fit-content;
	padding: .34rem .58rem;
	border: 1px solid currentColor;
	font-size: .68rem;
	font-weight: 800;
	letter-spacing: .08em;
	color: #7d1924;
}

.community-design-card__order {
  display: block;
  width: fit-content;
  min-height: 0 !important;
  margin: .45rem 0 .25rem !important;
  color: #151515 !important;
  font: 800 .68rem/1.25 "Manrope", sans-serif !important;
  letter-spacing: .06em;
}

.community-design-card__body h4 {
  display: -webkit-box;
  overflow: hidden;
  margin: .25rem 0 .55rem;
  font: 400 1.12rem/1.15 "Archivo Black", sans-serif;
  letter-spacing: -.025em;
  text-transform: uppercase;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}

.community-design-card__body p {
  min-height: 2.8em;
  margin: 0 0 1rem;
  color: #5a554d;
  font: 600 .78rem/1.4 "Manrope", sans-serif;
}

.community-design-card__metrics {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  margin: 0 0 1rem;
  border-block: 1px solid rgba(16, 16, 16, .18);
}

.community-design-card__metrics > div {
  min-width: 0;
  padding: .75rem 0;
}

.community-design-card__metrics > div + div {
  padding-left: .75rem;
  border-left: 1px solid rgba(16, 16, 16, .18);
}

.community-design-card__metrics > div:nth-child(3) {
  grid-column: 1 / -1;
  padding-left: 0;
  border-top: 1px solid rgba(16, 16, 16, .18);
  border-left: 0;
}

.community-design-card__metrics dt,
.community-design-card__metrics small {
  display: block;
  color: #5a554d;
  font: 700 .58rem/1.25 "Manrope", sans-serif;
  letter-spacing: .08em;
  text-transform: uppercase;
}

.community-design-card__metrics dd {
  overflow-wrap: anywhere;
  margin: .2rem 0;
  color: var(--community-ink);
  font: 400 clamp(.95rem, 3vw, 1.15rem)/1 "Archivo Black", sans-serif;
}

.community-design-card__action {
  width: 100%;
  color: #fff;
  background: var(--community-ink);
}

.community-design-card__action:hover {
  background: var(--community-red);
}

.community-design-card__action[disabled] {
  color: #7a746b;
  background: #d4cdc1;
  cursor: not-allowed;
}

.community-design-card__link {
  display: block;
  padding: .8rem 0 0;
  color: #28241f;
  font: 800 .68rem/1 "Manrope", sans-serif;
  text-decoration: underline;
  text-underline-offset: .24rem;
}

.community-bank-state {
  color: var(--community-muted);
  font: 700 .7rem/1.4 "Manrope", sans-serif;
}

.community-table-wrap {
  overflow-x: auto;
  border: 1px solid rgba(244,239,228,.3);
  border-top: 0;
}

.community-table {
  width: 100%;
  min-width: 620px;
  border-collapse: collapse;
  color: var(--community-paper);
  font-family: "Manrope", sans-serif;
  text-align: left;
}

.community-table th,
.community-table td {
  padding: 1rem;
  border-bottom: 1px solid rgba(244,239,228,.18);
}

.community-table th {
  color: var(--community-muted);
  font-size: .64rem;
  letter-spacing: .15em;
  text-transform: uppercase;
}

.community-table td {
  font-size: .84rem;
}

.community-submit-dialog {
  width: min(760px, calc(100vw - 2rem));
  max-height: calc(100vh - 2rem);
  margin: auto;
  padding: 0;
  color: #101010;
  background: #f4efe4;
  border: 0;
  border-top: 10px solid #e2131f;
  border-radius: 0;
  box-shadow: 18px 18px 0 rgba(226,19,31,.75);
}

.community-submit-dialog::backdrop {
  background: rgba(0,0,0,.8);
  backdrop-filter: blur(4px);
}

.community-submit-dialog form {
  padding: clamp(1.3rem, 4vw, 2.7rem);
}

.community-dialog-head {
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  padding-bottom: 1.3rem;
  border-bottom: 3px solid #101010;
}

.community-dialog-head h2 {
  margin-top: .35rem;
  font-size: clamp(1.7rem, 4vw, 3rem);
}

.community-dialog-close {
  width: 44px;
  height: 44px;
  flex: 0 0 auto;
  color: #101010;
  background: transparent;
  border: 1px solid #101010;
  border-radius: 0;
  font: 400 1.8rem/1 "Manrope", sans-serif;
  cursor: pointer;
}

.community-field {
  display: grid;
  gap: .45rem;
  margin-top: 1rem;
  color: #24211d;
  font: 800 .72rem/1.3 "Manrope", sans-serif;
  letter-spacing: .05em;
  text-transform: uppercase;
}

.community-field small {
  color: #6d665d;
  font-weight: 600;
  letter-spacing: 0;
  text-transform: none;
}

.community-field input {
  width: 100%;
  min-height: 48px;
  padding: .75rem .85rem;
  color: #101010;
  background: rgba(255,255,255,.5);
  border: 1px solid #5b554e;
  border-radius: 0;
  font: 600 1rem/1.2 "Manrope", sans-serif;
  text-transform: none;
}

.community-legal-documents {
  display: grid;
  gap: .65rem;
  margin-top: 1.25rem;
  padding: .9rem 1rem;
  border: 1px solid #777066;
}

.community-legal-documents a {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: .45rem 1rem;
  color: #101010;
  font: 750 .82rem/1.4 "Manrope", sans-serif;
  text-decoration: underline;
  text-underline-offset: .18rem;
}

.community-legal-documents a[hidden],
.community-legal-documents p[hidden] {
  display: none;
}

.community-legal-documents a span,
.community-legal-documents p {
  margin: 0;
  color: #5d574f;
  font: 650 .72rem/1.4 "Manrope", sans-serif;
}

.community-onboarding {
  margin: 1.5rem 0 0;
  padding: 1rem;
  border: 1px solid #777066;
}

.community-onboarding[hidden] {
  display: none;
}

.community-onboarding legend {
  padding: 0 .6rem;
  font: 400 1rem/1 "Archivo Black", sans-serif;
  text-transform: uppercase;
}

.community-onboarding > p,
.community-dialog-note,
.community-dialog-message {
  color: #5d574f;
  font: 600 .8rem/1.5 "Manrope", sans-serif;
}

.community-form-grid {
  display: grid;
  grid-template-columns: repeat(2, minmax(0, 1fr));
  gap: 0 1rem;
}

.community-field--wide {
  grid-column: 1 / -1;
}

.community-consent {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: .7rem;
  align-items: start;
  margin-top: 1.2rem;
  font: 650 .78rem/1.5 "Manrope", sans-serif;
}

.community-consent input {
  width: 20px;
  height: 20px;
  accent-color: #e2131f;
}

.community-dialog-note {
  margin-top: 1.2rem;
  padding-left: .8rem;
  border-left: 4px solid #e2131f;
}

.community-dialog-actions {
  display: flex;
  justify-content: flex-end;
  gap: .7rem;
  margin-top: 1.4rem;
}

.community-cancel {
  color: #101010;
  border-color: #676159;
}

.community-submit {
  color: #fff;
  background: #e2131f;
}

.community-submit:hover {
  background: #101010;
}

.community-submit:disabled {
  opacity: .55;
  cursor: wait;
}

.community-dialog-message {
  min-height: 1.5em;
  margin: .8rem 0 0;
  color: #8c1119;
}

.community-refresh:focus-visible,
.community-design-card__action:focus-visible,
.community-submit:focus-visible,
.community-cancel:focus-visible,
.community-dialog-close:focus-visible,
.community-field input:focus-visible,
.community-store-link:focus-visible {
  outline: 3px solid #ff3340;
  outline-offset: 3px;
}

@media (max-width: 980px) {
  .community-masthead {
    grid-template-columns: 1fr;
  }

  .community-masthead__copy {
    max-width: 38rem;
  }

  .community-summary {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .community-summary article {
    border-bottom: 1px solid rgba(244,239,228,.34);
  }

  .community-summary article:nth-child(even) {
    border-right: 0;
  }

  .community-summary .community-summary__balance {
    grid-column: 1 / -1;
    border-right: 0;
    border-bottom: 0;
  }

  .community-design-grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 680px) {
  .community-promo {
    width: calc(100% - 1rem);
    min-height: 0;
    margin-top: 4.75rem;
    border-radius: 1.35rem;
  }

  .community-promo::before { display: none; }

  .community-promo__media {
    position: relative;
    inset: auto;
    height: 150px;
  }

  .community-promo__media::after {
    background: linear-gradient(180deg, transparent 45%, rgba(17, 17, 20, .18));
  }

  .community-promo__media img { object-position: 68% center; }

  .community-promo__content {
    max-width: none;
    min-height: 0;
    padding: 1.5rem 1.15rem 1.65rem;
    background: var(--community-promo-paper);
  }

  .community-promo h2 {
    max-width: 12ch;
    font-size: clamp(2.2rem, 10.5vw, 3.2rem);
    line-height: .92;
  }

  .community-promo__intro { font-size: .8rem; }
  .community-promo__actions { align-items: stretch; flex-direction: column; }
  .community-promo__button { width: 100%; }
  .community-promo__proof { top: .7rem; right: .7rem; width: 88px; height: 88px; }
  .community-promo__proof strong { font-size: 1.9rem; }
  .community-promo__proof span { font-size: .42rem; }

  .community-section {
    padding-block: 4.5rem;
  }

  .community-masthead__title {
    max-width: 100%;
    font-size: clamp(2.5rem, 13.2vw, 4.8rem);
    white-space: nowrap;
  }

  .community-masthead__title span {
    display: block;
    max-width: 100%;
    font-size: clamp(1.9rem, 9.6vw, 4rem);
    letter-spacing: -.08em;
    white-space: nowrap;
  }

  .community-auth-callout {
    grid-template-columns: 1fr;
    box-shadow: 7px 7px 0 var(--community-red);
  }

  .community-summary,
  .community-design-grid,
  .community-form-grid {
    grid-template-columns: 1fr;
  }

  .community-summary article,
  .community-summary article:nth-child(2) {
    min-height: 8.5rem;
    border-right: 0;
    border-bottom: 1px solid rgba(244,239,228,.34);
  }

  .community-summary article:last-child {
    border-bottom: 0;
  }

  .community-summary .community-summary__balance {
    grid-column: auto;
  }

  .community-panel-head {
    align-items: start;
  }

  .community-panel-head h3 {
    font-size: 1.35rem;
  }

  .community-submit-dialog {
    width: calc(100vw - 1rem);
    max-height: calc(100vh - 1rem);
    box-shadow: 6px 6px 0 rgba(226,19,31,.75);
  }

  .community-dialog-actions {
    flex-direction: column-reverse;
  }

  .community-dialog-actions button {
    width: 100%;
  }
}

@media (max-width: 420px) {
  .community-design-card__metrics {
    grid-template-columns: 1fr;
  }

  .community-design-card__metrics > div + div,
  .community-design-card__metrics > div:nth-child(3) {
    grid-column: auto;
    padding-left: 0;
    border-top: 1px solid rgba(16, 16, 16, .18);
    border-left: 0;
  }
}

@media (prefers-reduced-motion: reduce) {
  .community-promo__button,
  .community-design-card__visual img {
    transition: none;
  }
}
