/* BreederWorks Match — public marketplace shell */
:root {
  --match-bg: #f6f0e8;
  --match-bg-accent: linear-gradient(145deg, #f6f0e8 0%, #ebe4d8 45%, #e8dfd2 100%);
  --match-ink: #1c120c;
  --match-muted: #5c4f45;
  --match-line: rgba(44, 24, 16, 0.12);
  --match-rust: #8b3a1f;
  --match-rust-deep: #5c2614;
  --match-forest: #1f3d2f;
  --match-sand: #fffaf3;
  --match-card: #fffdf8;
  --match-shadow: 0 18px 48px rgba(28, 18, 12, 0.08);
  --match-radius: 14px;
  --match-font-display: "Libre Baskerville", Georgia, "Times New Roman", serif;
  --match-font-body: "Nunito Sans", system-ui, sans-serif;
}

*,
*::before,
*::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body.match-body {
  margin: 0;
  min-height: 100vh;
  font-family: var(--match-font-body);
  font-size: 1.02rem;
  line-height: 1.55;
  color: var(--match-ink);
  background: var(--match-bg-accent);
  -webkit-font-smoothing: antialiased;
}

.match-skip {
  position: absolute;
  left: -999px;
  top: 0.5rem;
  padding: 0.5rem 1rem;
  background: var(--match-forest);
  color: #fff;
  z-index: 100;
}
.match-skip:focus {
  left: 0.5rem;
}

.match-header {
  position: sticky;
  top: 0;
  z-index: 50;
  background: rgba(246, 240, 232, 0.92);
  backdrop-filter: blur(12px);
  border-bottom: 1px solid var(--match-line);
}

.match-header-inner {
  max-width: 1120px;
  margin: 0 auto;
  padding: 0.85rem 1.25rem;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 1rem;
}

.match-brand {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  text-decoration: none;
  color: inherit;
}

.match-brand-logo {
  height: 36px;
  width: auto;
  display: block;
}

.match-brand-tag {
  font-family: var(--match-font-display);
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: 0.02em;
  color: var(--match-rust);
}

.match-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.35rem 1.1rem;
  margin-left: auto;
}

.match-nav a {
  color: var(--match-muted);
  text-decoration: none;
  font-weight: 600;
  font-size: 0.95rem;
}
.match-nav a:hover,
.match-nav a[aria-current="page"] {
  color: var(--match-rust-deep);
}

.match-header-hub {
  font-size: 0.9rem;
  padding: 0.45rem 0.85rem;
}

#match-main {
  max-width: 1120px;
  margin: 0 auto;
  padding: 2rem 1.25rem 4rem;
}

.match-hero {
  display: grid;
  gap: 1.5rem;
  padding: 2.5rem 0 2rem;
}

@media (min-width: 880px) {
  .match-hero {
    grid-template-columns: 1.1fr 0.9fr;
    align-items: end;
  }
}

.match-hero h1 {
  font-family: var(--match-font-display);
  font-size: clamp(2rem, 4vw, 2.85rem);
  line-height: 1.15;
  margin: 0 0 0.75rem;
  color: var(--match-rust-deep);
}

.match-hero-lead {
  font-size: 1.1rem;
  color: var(--match-muted);
  margin: 0 0 1.25rem;
  max-width: 38ch;
}

.match-hero-panel {
  background: var(--match-card);
  border-radius: var(--match-radius);
  box-shadow: var(--match-shadow);
  border: 1px solid var(--match-line);
  padding: 1.35rem 1.35rem 1.5rem;
  transform: rotate(-0.4deg);
}

.match-stats {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 0.75rem;
  text-align: center;
}

.match-stat-num {
  font-family: var(--match-font-display);
  font-size: 1.75rem;
  font-weight: 700;
  color: var(--match-forest);
  display: block;
}
.match-stat-label {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.08em;
  color: var(--match-muted);
}

.match-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.65rem;
  margin-top: 1rem;
}

.match-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 0.35rem;
  padding: 0.65rem 1.15rem;
  border-radius: 999px;
  font-family: var(--match-font-body);
  font-weight: 700;
  font-size: 0.95rem;
  text-decoration: none;
  border: 1px solid transparent;
  cursor: pointer;
  transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.match-btn-primary {
  background: var(--match-rust);
  color: #fff;
  border-color: var(--match-rust-deep);
}
.match-btn-primary:hover {
  background: var(--match-rust-deep);
}

.match-btn-ghost {
  background: transparent;
  color: var(--match-rust-deep);
  border-color: rgba(44, 24, 16, 0.22);
}
.match-btn-ghost:hover {
  background: rgba(255, 255, 255, 0.65);
}

.match-section-title {
  font-family: var(--match-font-display);
  font-size: 1.55rem;
  margin: 2.5rem 0 0.75rem;
  color: var(--match-rust-deep);
}

.match-section-intro {
  color: var(--match-muted);
  margin: 0 0 1.25rem;
  max-width: 60ch;
}

.match-grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
}

.match-card {
  background: var(--match-card);
  border-radius: var(--match-radius);
  border: 1px solid var(--match-line);
  box-shadow: 0 10px 28px rgba(28, 18, 12, 0.05);
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 100%;
}

.match-card-media {
  aspect-ratio: 4/3;
  background: #e5ddd4;
  position: relative;
  overflow: hidden;
}
.match-card-media img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}
.match-card-body {
  padding: 1rem 1.1rem 1.15rem;
  display: flex;
  flex-direction: column;
  gap: 0.35rem;
  flex: 1;
}
.match-card-body h3 {
  font-family: var(--match-font-display);
  font-size: 1.15rem;
  margin: 0;
}
.match-card-meta {
  font-size: 0.88rem;
  color: var(--match-muted);
}
.match-card p {
  margin: 0;
  font-size: 0.92rem;
  color: var(--match-muted);
  flex: 1;
}

.match-pill {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  padding: 0.2rem 0.55rem;
  border-radius: 999px;
  background: rgba(31, 61, 47, 0.1);
  color: var(--match-forest);
}

.match-note {
  padding: 0.85rem 1rem;
  border-radius: 10px;
  background: rgba(139, 58, 31, 0.08);
  border: 1px solid rgba(139, 58, 31, 0.2);
  color: var(--match-rust-deep);
  font-size: 0.95rem;
}

.match-search-form {
  display: grid;
  gap: 0.75rem;
  margin-bottom: 1.5rem;
}

@media (min-width: 720px) {
  .match-search-form.match-search-inline {
    grid-template-columns: 1fr 1fr auto;
    align-items: end;
  }
}

.match-field label {
  display: block;
  font-size: 0.82rem;
  font-weight: 600;
  margin-bottom: 0.35rem;
  color: var(--match-muted);
}

.match-field input,
.match-field select,
.match-field textarea {
  width: 100%;
  padding: 0.55rem 0.65rem;
  border-radius: 10px;
  border: 1px solid var(--match-line);
  font-family: var(--match-font-body);
  font-size: 1rem;
  background: #fff;
}

.match-muted {
  color: var(--match-muted);
}

.match-split {
  display: grid;
  gap: 2rem;
}
@media (min-width: 900px) {
  .match-split {
    grid-template-columns: 1fr 1fr;
  }
}

.match-footer {
  border-top: 1px solid var(--match-line);
  margin-top: 3rem;
  padding: 2.5rem 1.25rem;
  background: rgba(255, 255, 255, 0.35);
}

.match-footer-inner {
  max-width: 1120px;
  margin: 0 auto;
  text-align: center;
}

.match-footer-lead {
  font-family: var(--match-font-display);
  font-size: 1.1rem;
  margin: 0 0 0.5rem;
}

.match-footer-links {
  margin: 0.5rem 0;
  font-size: 0.95rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  gap: 0.25rem 0.45rem;
}
.match-footer-sep {
  color: var(--match-muted);
  font-weight: 400;
}
.match-footer-links a {
  color: var(--match-rust);
  text-decoration: none;
  font-weight: 600;
}
.match-footer-links a:hover {
  text-decoration: underline;
}

.match-footer-copy {
  font-size: 0.82rem;
  color: var(--match-muted);
  margin: 1rem 0 0;
}

.match-detail-hero {
  display: grid;
  gap: 1.25rem;
  margin-bottom: 2rem;
}
@media (min-width: 800px) {
  .match-detail-hero {
    grid-template-columns: minmax(0, 1.1fr) minmax(0, 0.9fr);
    align-items: start;
  }
}

.match-gallery {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
  gap: 0.5rem;
}
.match-gallery img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--match-line);
}

.match-list-plain {
  list-style: none;
  padding: 0;
  margin: 0;
}
.match-list-plain li {
  padding: 0.5rem 0;
  border-bottom: 1px solid var(--match-line);
}

.match-loading {
  color: var(--match-muted);
  font-style: italic;
}

.match-error {
  color: #8b1f1f;
  font-weight: 600;
}

.match-landing-grid {
  display: grid;
  gap: 1rem;
  margin: 2rem 0 0;
}
@media (min-width: 860px) {
  .match-landing-grid {
    grid-template-columns: repeat(3, minmax(0, 1fr));
  }
}

.match-landing-card {
  background: var(--match-card);
  border: 1px solid var(--match-line);
  border-radius: var(--match-radius);
  padding: 1.25rem 1.35rem;
  box-shadow: 0 10px 28px rgba(28, 18, 12, 0.05);
  display: flex;
  flex-direction: column;
  gap: 0.65rem;
  min-height: 100%;
}
.match-landing-card h2 {
  font-family: var(--match-font-display);
  font-size: 1.2rem;
  margin: 0;
  color: var(--match-rust-deep);
}
.match-landing-card p {
  margin: 0;
  font-size: 0.95rem;
  color: var(--match-muted);
  flex: 1;
}

.match-steps {
  counter-reset: mstep;
  list-style: none;
  padding: 0;
  margin: 0 0 2rem;
}
.match-steps > li {
  counter-increment: mstep;
  position: relative;
  padding: 1.25rem 0 1.25rem 3rem;
  border-bottom: 1px solid var(--match-line);
}
.match-steps > li::before {
  content: counter(mstep);
  position: absolute;
  left: 0;
  top: 1.1rem;
  width: 2rem;
  height: 2rem;
  border-radius: 50%;
  background: var(--match-forest);
  color: #fff;
  font-weight: 700;
  font-size: 0.9rem;
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-faq-toolbar {
  margin-bottom: 1.25rem;
}

.match-faq-list {
  display: flex;
  flex-direction: column;
  gap: 0.5rem;
}

.match-faq-item {
  border: 1px solid var(--match-line);
  border-radius: 12px;
  background: var(--match-card);
  overflow: hidden;
}

.match-faq-item summary {
  cursor: pointer;
  padding: 0.85rem 1rem;
  font-family: var(--match-font-display);
  font-weight: 700;
  font-size: 1.02rem;
  list-style: none;
  display: flex;
  justify-content: space-between;
  gap: 1rem;
  align-items: flex-start;
}
.match-faq-item summary::-webkit-details-marker {
  display: none;
}
.match-faq-item summary::after {
  content: "+";
  font-weight: 700;
  color: var(--match-rust);
  flex-shrink: 0;
}
.match-faq-item[open] summary::after {
  content: "–";
}

.match-faq-body {
  padding: 0 1rem 1rem;
  color: var(--match-muted);
  font-size: 0.95rem;
  border-top: 1px solid var(--match-line);
}
.match-faq-body p:first-child {
  margin-top: 0.75rem;
}
.match-faq-kicker {
  font-size: 0.78rem;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: var(--match-muted);
  margin-bottom: 0.35rem;
}

.match-faq-group-h {
  font-family: var(--match-font-display);
  font-size: 1.2rem;
  margin: 2rem 0 0.75rem;
  color: var(--match-rust-deep);
}
.match-faq-group-h:first-child {
  margin-top: 0;
}

.match-faq-answer p {
  margin: 0.5rem 0 0;
}
.match-faq-answer p:first-child {
  margin-top: 0.75rem;
}

.match-find-form {
  display: grid;
  gap: 0.75rem;
  grid-template-columns: repeat(auto-fill, minmax(160px, 1fr));
  align-items: end;
  margin-bottom: 1.5rem;
}
.match-find-form .match-btn {
  height: fit-content;
}

.match-find-form--wide {
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
}
.match-field--full {
  grid-column: 1 / -1;
}

.match-journey-nav {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem 1.25rem;
  margin: 0 0 1.75rem;
  font-size: 0.88rem;
  font-weight: 600;
  color: var(--match-muted);
}
.match-journey-step-indicator.is-active {
  color: var(--match-rust-deep);
}
.match-journey-step-indicator[aria-current="step"] {
  color: var(--match-forest);
}

.match-journey-panel {
  margin-bottom: 2rem;
}
.match-journey-panel--hidden {
  display: none;
}

.match-suggested-breeds .match-card--pick {
  cursor: pointer;
  transition: box-shadow 0.15s ease, transform 0.15s ease;
}
.match-suggested-breeds .match-card--pick:hover {
  box-shadow: 0 14px 36px rgba(28, 18, 12, 0.12);
  transform: translateY(-2px);
}

.match-typeahead-wrap {
  position: relative;
}
.match-typeahead-list {
  position: absolute;
  left: 0;
  right: 0;
  top: 100%;
  z-index: 40;
  margin: 0.2rem 0 0;
  padding: 0.25rem 0;
  list-style: none;
  max-height: 240px;
  overflow-y: auto;
  background: var(--match-card);
  border: 1px solid var(--match-line);
  border-radius: 10px;
  box-shadow: var(--match-shadow);
}
.match-typeahead-list li {
  padding: 0.45rem 0.75rem;
  cursor: pointer;
  font-size: 0.95rem;
}
.match-typeahead-list li:hover,
.match-typeahead-list li:focus {
  background: rgba(31, 61, 47, 0.08);
}

.match-selected-breed {
  margin: 0.75rem 0 0;
  font-size: 1rem;
}

.match-chips {
  display: flex;
  flex-wrap: wrap;
  gap: 0.45rem;
  margin-top: 0.65rem;
  min-height: 1.5rem;
}
.match-chip {
  display: inline-flex;
  align-items: center;
  gap: 0.35rem;
  padding: 0.25rem 0.5rem 0.25rem 0.65rem;
  border-radius: 999px;
  background: rgba(31, 61, 47, 0.12);
  border: 1px solid var(--match-line);
  font-size: 0.88rem;
  font-weight: 600;
}
.match-chip-remove {
  border: none;
  background: transparent;
  cursor: pointer;
  font-size: 1.1rem;
  line-height: 1;
  padding: 0 0.15rem;
  color: var(--match-rust);
}
.match-chip-remove:hover {
  color: var(--match-rust-deep);
}

/* —— Breeder profile (rich imagery) —— */
.match-breeder-profile {
  margin-top: 0.25rem;
}

.match-breeder-hero {
  display: grid;
  gap: 1.75rem;
  margin-bottom: 2.5rem;
  padding-bottom: 2rem;
  border-bottom: 1px solid var(--match-line);
}

@media (min-width: 900px) {
  .match-breeder-hero {
    grid-template-columns: minmax(0, 1fr) minmax(280px, 0.95fr);
    gap: 2.25rem;
    align-items: start;
  }
}

.match-breeder-title {
  font-family: var(--match-font-display);
  font-size: clamp(1.85rem, 3.5vw, 2.65rem);
  line-height: 1.12;
  margin: 0.35rem 0 0.25rem;
  color: var(--match-rust-deep);
}

.match-breeder-ak {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 600;
  color: var(--match-muted);
}

.match-breeder-loc {
  margin: 0.25rem 0 0;
  font-size: 1.02rem;
  color: var(--match-muted);
}

.match-breeder-quickstats {
  display: flex;
  flex-wrap: wrap;
  gap: 0.75rem 1.25rem;
  margin: 1.15rem 0 1rem;
}

.match-breeder-stat {
  background: var(--match-card);
  border: 1px solid var(--match-line);
  border-radius: 12px;
  padding: 0.65rem 1rem;
  min-width: 7rem;
  box-shadow: 0 8px 20px rgba(28, 18, 12, 0.05);
}

.match-breeder-stat__val {
  display: block;
  font-family: var(--match-font-display);
  font-size: 1.65rem;
  font-weight: 700;
  color: var(--match-forest);
  line-height: 1.1;
}

.match-breeder-stat__lbl {
  font-size: 0.72rem;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: var(--match-muted);
}

.match-breeder-desc {
  margin: 1rem 0 0;
  max-width: 58ch;
  color: var(--match-ink);
}

.match-breeder-desc p {
  margin: 0 0 0.65rem;
}

.match-breeder-desc p:last-child {
  margin-bottom: 0;
}

.match-breeder-contact {
  margin: 1rem 0 0;
  font-size: 0.98rem;
}

.match-breeder-contact__link {
  color: var(--match-rust);
  font-weight: 600;
  text-decoration: none;
}

.match-breeder-contact__link:hover {
  text-decoration: underline;
}

.match-breeder-contact__sep {
  margin: 0 0.35rem;
  color: var(--match-muted);
}

.match-breeder-actions {
  margin-top: 1.25rem;
}

.match-breeder-hero__visual {
  position: relative;
}

.match-breeder-mosaic {
  display: flex;
  flex-direction: column;
  gap: 0.55rem;
}

.match-breeder-mosaic__hero {
  border-radius: calc(var(--match-radius) + 4px);
  overflow: hidden;
  border: 1px solid var(--match-line);
  box-shadow: var(--match-shadow);
  aspect-ratio: 16 / 10;
  background: linear-gradient(145deg, #e8dfd2, #d4c9b8);
}

.match-breeder-mosaic__hero img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.match-breeder-mosaic__grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 0.45rem;
}

@media (max-width: 520px) {
  .match-breeder-mosaic__grid {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

.match-breeder-mosaic__cell {
  border-radius: 10px;
  overflow: hidden;
  aspect-ratio: 1;
  border: 1px solid var(--match-line);
  background: #e5ddd4;
}

.match-breeder-mosaic__cell img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.match-breeder-mosaic--empty {
  min-height: 220px;
  border-radius: calc(var(--match-radius) + 4px);
  border: 1px dashed var(--match-line);
  background:
    linear-gradient(165deg, rgba(31, 61, 47, 0.06) 0%, transparent 50%),
    linear-gradient(145deg, #ebe4d8, #ddd4c8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.match-breeder-mosaic__placeholder {
  font-size: 0.9rem;
  font-weight: 600;
  color: var(--match-muted);
  letter-spacing: 0.02em;
}

.match-breeder-section {
  margin-bottom: 2.75rem;
}

.match-breeder-section-lead {
  margin-top: -0.35rem;
  margin-bottom: 1.1rem;
}

.match-card-media--empty {
  background: linear-gradient(160deg, #e8e2d8, #dcd4c8);
  min-height: 8rem;
}

.match-card--breed .match-card-breed-link {
  display: flex;
  flex-direction: column;
  flex: 1;
  min-height: 100%;
  text-decoration: none;
  color: inherit;
}

.match-card--breed .match-card-breed-link:hover .match-card-body h3 {
  color: var(--match-rust);
}

.match-assoc-list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}

.match-assoc-card {
  display: flex;
  gap: 1rem;
  align-items: flex-start;
  padding: 1rem 1.15rem;
  background: var(--match-card);
  border-radius: var(--match-radius);
  border: 1px solid var(--match-line);
  box-shadow: 0 8px 22px rgba(28, 18, 12, 0.05);
}

.match-assoc-logo {
  flex-shrink: 0;
  width: 72px;
  height: 72px;
  border-radius: 12px;
  overflow: hidden;
  border: 1px solid var(--match-line);
  background: #fff;
}

.match-assoc-logo img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  display: block;
}

.match-assoc-logo--empty {
  background: linear-gradient(145deg, #e8e2d8, #dcd4c8);
}

.match-assoc-body {
  flex: 1;
  min-width: 0;
}

.match-assoc-name {
  font-family: var(--match-font-display);
  font-size: 1.2rem;
  font-weight: 700;
  color: var(--match-rust-deep);
  text-decoration: none;
}

a.match-assoc-name:hover {
  color: var(--match-rust);
  text-decoration: underline;
}

.match-assoc-desc {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: var(--match-muted);
}

.match-review-stack {
  display: flex;
  flex-direction: column;
  gap: 1.25rem;
}

.match-review-card {
  margin: 0;
  padding: 1.15rem 1.25rem;
  background: var(--match-card);
  border-radius: var(--match-radius);
  border: 1px solid var(--match-line);
  border-left: 4px solid rgba(31, 61, 47, 0.35);
  box-shadow: 0 8px 22px rgba(28, 18, 12, 0.05);
}

.match-review-photos {
  display: flex;
  gap: 0.4rem;
  margin-bottom: 0.75rem;
  flex-wrap: wrap;
}

.match-review-photos img {
  width: 64px;
  height: 64px;
  object-fit: cover;
  border-radius: 8px;
  border: 1px solid var(--match-line);
}

.match-review-text {
  margin: 0;
  font-size: 1rem;
  line-height: 1.55;
}

.match-review-meta {
  margin: 0.75rem 0 0;
  font-size: 0.88rem;
  color: var(--match-muted);
}

.match-review-meta cite {
  font-style: normal;
  font-weight: 700;
  color: var(--match-ink);
}

/* —— Browse (search) —— */
.match-browse-filters {
  display: grid;
  gap: 1rem 1.25rem;
  margin-bottom: 0.75rem;
  padding: 1.15rem 1.25rem;
  background: var(--match-card);
  border: 1px solid var(--match-line);
  border-radius: var(--match-radius);
  box-shadow: 0 8px 22px rgba(28, 18, 12, 0.05);
}

@media (min-width: 720px) {
  .match-browse-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr));
    align-items: end;
  }
  .match-browse-filters__actions {
    grid-column: 1 / -1;
    display: flex;
    flex-wrap: wrap;
    gap: 0.65rem;
    align-items: center;
  }
}

@media (min-width: 960px) {
  .match-browse-filters {
    grid-template-columns: repeat(3, minmax(0, 1fr)) auto;
  }
  .match-browse-filters__actions {
    grid-column: auto;
    flex-direction: column;
    align-items: stretch;
    justify-content: end;
  }
}

.match-browse-summary {
  margin: 0 0 1rem;
  font-size: 0.95rem;
}

.match-browse-results {
  min-height: 4rem;
}

.match-browse-more {
  margin: 1.5rem 0 0;
  text-align: center;
}
