:root {
  --color-bg: #0e0e0e;
  --color-nav: #1b1c1d;
  --color-red: #e50539;
  --color-green: #28a909;
  --color-text: #e8e8e8;
  --color-text-dim: #a0a0a0;
  --color-border: #2a2a2a;
  --color-card: #1a1a1a;
  --font-main: "Inter", sans-serif;
}

* {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  background-color: var(--color-bg);
  color: var(--color-text);
  line-height: 1.6;
  font-size: 16px;
  overflow-x: hidden;
}

.kp3n7dx2 {
  max-width: 1280px;
  margin: 0 auto;
  padding: 0 24px;
}

.bx7k4np9 {
  background-color: var(--color-nav);
  position: sticky;
  top: 0;
  z-index: 1000;
  border-bottom: 2px solid var(--color-border);
  backdrop-filter: blur(10px);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.4);
}

.mz5q2vw8 {
  display: grid;
  grid-template-columns: auto 1fr auto;
  align-items: center;
  gap: 32px;
  padding: 16px 0;
}

.yn2k6dw4 {
  display: flex;
  align-items: center;
}

.yn2k6dw4 img {
  height: 40px;
  width: auto;
  object-fit: contain;
}

.dx8m4kt7 {
  display: flex;
  align-items: center;
  gap: 32px;
}

.qh5n9wx2 {
  display: flex;
  gap: 8px;
  list-style: none;
  align-items: center;
}

.zn4p8kx3 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  color: var(--color-text);
  text-decoration: none;
  border-radius: 8px;
  transition: all 0.3s ease;
  font-weight: 500;
  font-size: 15px;
}

.zn4p8kx3:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: var(--color-red);
}

.jx7m2bv5 {
  width: 18px;
  height: 18px;
}

.km8x4nq7 {
  position: relative;
}

.ht9k3vx2 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  color: var(--color-text);
  cursor: pointer;
  transition: all 0.3s ease;
  font-family: var(--font-main);
  font-size: 15px;
}

.ht9k3vx2:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

.wp2n8kx5 {
  width: 16px;
  height: 16px;
  transition: transform 0.3s ease;
}

.vq4k7nx9 {
  position: absolute;
  top: calc(100% + 8px);
  right: 0;
  background-color: var(--color-nav);
  border: 1px solid var(--color-border);
  border-radius: 8px;
  list-style: none;
  min-width: 180px;
  opacity: 0;
  visibility: hidden;
  transform: translateY(-10px);
  transition: all 0.3s ease;
  box-shadow: 0 8px 24px rgba(0, 0, 0, 0.4);
}

.vq4k7nx9.kx3m7pw5 {
  opacity: 1;
  visibility: visible;
  transform: translateY(0);
}

.gp8x4kw2 {
  display: block;
  padding: 12px 16px;
  color: var(--color-text);
  text-decoration: none;
  transition: all 0.3s ease;
}

.gp8x4kw2:hover {
  background-color: rgba(229, 5, 57, 0.1);
  color: var(--color-red);
}

.qw7m3pn5 {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 10px 16px;
  background-color: rgba(40, 169, 9, 0.1);
  border-radius: 8px;
  color: var(--color-green);
  font-size: 14px;
  font-weight: 600;
}

.tx6k9wm4 {
  color: var(--color-text);
}

.pw5n8kx7 {
  display: flex;
  gap: 12px;
  align-items: center;
}

.hm4k7wx9 {
  padding: 12px 24px;
  border-radius: 8px;
  text-decoration: none;
  font-weight: 600;
  font-size: 15px;
  transition: all 0.3s ease;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  border: none;
  cursor: pointer;
  font-family: var(--font-main);
}

.qt8n2px5 {
  background-color: transparent;
  color: var(--color-red);
  border: 2px solid var(--color-red);
}

.qt8n2px5:hover {
  background-color: var(--color-red);
  color: white;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(229, 5, 57, 0.4);
}

.bv3x6kw8 {
  background-color: var(--color-green);
  color: white;
  border: 2px solid var(--color-green);
}

.bv3x6kw8:hover {
  background-color: #20900a;
  transform: translateY(-2px);
  box-shadow: 0 8px 20px rgba(40, 169, 9, 0.4);
}

.fn9k3vx2 {
  display: none;
  flex-direction: column;
  gap: 6px;
  background: transparent;
  border: none;
  cursor: pointer;
  padding: 8px;
}

.fn9k3vx2 span {
  width: 28px;
  height: 3px;
  background-color: var(--color-text);
  border-radius: 2px;
  transition: all 0.3s ease;
}

.fn9k3vx2.kx3m7pw5 span:nth-child(1) {
  transform: rotate(45deg) translate(8px, 8px);
}

.fn9k3vx2.kx3m7pw5 span:nth-child(2) {
  opacity: 0;
}

.fn9k3vx2.kx3m7pw5 span:nth-child(3) {
  transform: rotate(-45deg) translate(8px, -8px);
}

.xv8k4pn7 {
  background: linear-gradient(135deg, rgba(229, 5, 57, 0.1) 0%, rgba(40, 169, 9, 0.1) 100%);
  padding: 80px 0;
  position: relative;
  overflow: hidden;
}

.xv8k4pn7::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: url("/hero-banner.jpg") center / cover no-repeat;
  opacity: 0.15;
  z-index: 0;
}

.nm5w8kx3 {
  position: relative;
  z-index: 1;
}

.cw6k9px2 {
  max-width: 800px;
  margin: 0 auto;
  text-align: center;
}

.dq3x7km5 {
  font-size: 56px;
  font-weight: 800;
  margin-bottom: 24px;
  background: linear-gradient(135deg, var(--color-red) 0%, var(--color-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  line-height: 1.2;
}

.tv9n4kx8 {
  font-size: 20px;
  color: var(--color-text-dim);
  margin-bottom: 40px;
  line-height: 1.8;
}

.ym8k4xq3 {
  padding: 16px 32px;
  font-size: 18px;
}

.mx5k8wv2 {
  width: 20px;
  height: 20px;
}

.kx7m4pw9 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
  margin-top: 60px;
}

.jw8n5kx4 {
  display: flex;
  align-items: center;
  gap: 16px;
  padding: 24px;
  background-color: var(--color-card);
  border-radius: 12px;
  border: 1px solid var(--color-border);
}

.jw8n5kx4 svg {
  width: 40px;
  height: 40px;
  color: var(--color-red);
  flex-shrink: 0;
}

.bq5x8kw3 {
  font-size: 24px;
  font-weight: 700;
  color: var(--color-green);
}

.nv4k7px2 {
  font-size: 13px;
  color: var(--color-text-dim);
}

.qw8x9zm4 {
  background-color: var(--color-bg);
}

.vh9m2kx5 {
  max-width: 1000px;
  margin: 0 auto;
  padding: 60px 24px;
}

.pk7n4wx8 {
  background-color: var(--color-card);
  border-radius: 12px;
  padding: 24px;
  margin-bottom: 40px;
  border: 1px solid var(--color-border);
}

.xw5k9pv2 {
  display: grid;
  grid-template-columns: auto 1fr;
  gap: 20px;
  align-items: start;
}

.nk8m3qx7 {
  width: 64px;
  height: 64px;
  background: linear-gradient(135deg, var(--color-red) 0%, var(--color-green) 100%);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
}

.nk8m3qx7 svg {
  width: 32px;
  height: 32px;
  color: white;
}

.vm3k8wx5 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 8px;
}

.qx4n7kw2 {
  font-size: 14px;
  color: var(--color-text-dim);
  line-height: 1.6;
  margin-bottom: 12px;
}

.kw9m5px8 {
  color: var(--color-red);
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 14px;
  font-weight: 600;
  transition: all 0.3s ease;
}

.kw9m5px8:hover {
  color: var(--color-green);
}

.kw9m5px8 svg {
  width: 16px;
  height: 16px;
}

.nt6k8wq1 h1 {
  font-size: 36px;
  font-weight: 800;
  margin-bottom: 24px;
  line-height: 1.3;
}

.nt6k8wq1 h2 {
  font-size: 28px;
  font-weight: 700;
  margin-top: 40px;
  margin-bottom: 20px;
  line-height: 1.3;
}

.nt6k8wq1 h3 {
  font-size: 22px;
  font-weight: 600;
  margin-top: 32px;
  margin-bottom: 16px;
}

.nt6k8wq1 p {
  margin-bottom: 16px;
  line-height: 1.8;
}

.nt6k8wq1 ul,
.nt6k8wq1 ol {
  margin: 20px 0;
  padding-left: 32px;
}

.nt6k8wq1 li {
  margin-bottom: 12px;
  line-height: 1.8;
}

.nt6k8wq1 a {
  color: var(--color-red);
  text-decoration: none;
  transition: color 0.3s ease;
}

.nt6k8wq1 a:hover {
  color: var(--color-green);
  text-decoration: underline;
}

.nt6k8wq1 strong {
  font-weight: 700;
  color: var(--color-green);
}

.nt6k8wq1 table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  background-color: var(--color-card);
  border-radius: 12px;
  overflow: hidden;
}

.nt6k8wq1 table th,
.nt6k8wq1 table td {
  padding: 16px;
  text-align: left;
  border: 1px solid var(--color-border);
}

.nt6k8wq1 table th {
  background-color: rgba(229, 5, 57, 0.1);
  font-weight: 700;
}

.zx8k5nw7 {
  margin-top: 60px;
}

.km7w4px9 {
  font-size: 32px;
  font-weight: 800;
  margin-bottom: 24px;
  text-align: center;
  background: linear-gradient(135deg, var(--color-red) 0%, var(--color-green) 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
}

.bv9k3xw5 {
  background-color: var(--color-card);
  border-radius: 12px;
  padding: 32px;
  border: 1px solid var(--color-border);
}

.qm4x8kw7 {
  overflow-x: auto;
  margin-top: 24px;
}

.pv7n3kx9 {
  width: 100%;
  border-collapse: collapse;
  background-color: var(--color-card);
}

.pv7n3kx9 th,
.pv7n3kx9 td {
  padding: 16px;
  text-align: left;
  border: 1px solid var(--color-border);
}

.pv7n3kx9 th {
  background-color: rgba(229, 5, 57, 0.1);
  font-weight: 700;
  color: var(--color-red);
}

.pv7n3kx9 tbody tr {
  transition: all 0.3s ease;
}

.pv7n3kx9 tbody tr:hover {
  background-color: rgba(40, 169, 9, 0.05);
}

.wx4k7nm8 td:nth-child(1) {
  font-weight: 700;
  color: var(--color-green);
}

.wx4k7nm8 td:nth-child(3),
.wx4k7nm8 td:nth-child(4) {
  font-weight: 700;
  color: var(--color-red);
}

.vm9k4xw7 {
  margin-top: 24px;
}

.wx5n7kp3 {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  border-radius: 12px;
  background-color: #000;
}

.px4k9wn7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: none;
}

.qx7k4mw9 {
  position: relative;
}

.gx9k2pw5 {
  padding-bottom: 75%;
}

.mx8k5nq2 {
  border: 2px solid var(--color-border);
}

.jx5k9wm3 {
  justify-content: center;
  margin-top: 24px;
}

.nw7k4px8 {
  display: grid;
  gap: 16px;
}

.kx9m5qw4 {
  background-color: rgba(255, 255, 255, 0.02);
  border: 1px solid var(--color-border);
  border-radius: 12px;
  overflow: hidden;
  transition: all 0.3s ease;
}

.kx9m5qw4:hover {
  border-color: var(--color-red);
}

.qx3k7nw9 {
  border-left: 4px solid var(--color-green);
}

.vw8k2px5 {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 24px;
  background: transparent;
  border: none;
  color: var(--color-text);
  cursor: pointer;
  text-align: left;
  transition: all 0.3s ease;
  font-family: var(--font-main);
}

.vw8k2px5:hover {
  background-color: rgba(229, 5, 57, 0.05);
}

.tx7k4mw9 {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
}

.bx4k7mw2 {
  width: 24px;
  height: 24px;
  flex-shrink: 0;
  transition: transform 0.3s ease;
  color: var(--color-red);
}

.mx5k8pw7 {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.qx5k9nw2 {
  max-height: 1000px;
}

.mx5k8pw7 > div {
  padding: 0 24px 24px;
}

.mx5k8pw7 p {
  margin-bottom: 12px;
  line-height: 1.8;
  color: var(--color-text-dim);
}

.wx7k5pn4 {
  background-color: var(--color-nav);
  margin-top: 80px;
  padding: 60px 0 40px;
  border-top: 2px solid var(--color-border);
}

.ft9k3xw6 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 40px;
  margin-bottom: 40px;
}

.gm5k8wx7 {
  font-size: 18px;
  font-weight: 700;
  margin-bottom: 16px;
  color: var(--color-green);
}

.nw8k4px9 {
  list-style: none;
  display: grid;
  gap: 12px;
}

.pw8k5mx3 {
  margin: 16px 0;
}

.pw8k5mx3 img {
  height: 30px;
  width: auto;
  opacity: 0.8;
  transition: opacity 0.3s ease;
}

.pw8k5mx3 img:hover {
  opacity: 1;
}

.mx7k4pw8 {
  margin-bottom: 40px;
}

.vx9k2pw5 {
  display: flex;
  flex-wrap: wrap;
  gap: 16px;
  margin-top: 16px;
}

.vx9k2pw5 img {
  height: 36px;
  width: auto;
  opacity: 0.7;
  transition: all 0.3s ease;
  filter: grayscale(100%);
}

.vx9k2pw5 img:hover {
  opacity: 1;
  filter: grayscale(0%);
}

.bw5k9px7 {
  padding-top: 40px;
  border-top: 1px solid var(--color-border);
  text-align: center;
}

.wx3k7mv2 {
  font-size: 13px;
  margin-top: 12px;
  opacity: 0.6;
}

.qw5k8nx7 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(135deg, var(--color-red) 0%, #c70432 100%);
  z-index: 999;
  transform: translateY(0);
  transition: transform 0.4s ease;
  box-shadow: 0 -4px 20px rgba(0, 0, 0, 0.5);
}

.qw5k8nx7.vx3k8mw9 {
  transform: translateY(100%);
}

.bx9k5mw3 {
  display: grid;
  grid-template-columns: 1fr auto;
  align-items: center;
  gap: 24px;
  padding: 20px 24px;
}

.tx8k4pw7 .vm3k8wx5 {
  font-size: 20px;
  font-weight: 700;
  color: white;
  margin-bottom: 4px;
}

.tx8k4pw7 .nv4k7px2 {
  color: rgba(255, 255, 255, 0.9);
  font-size: 14px;
}

.nx8k4mw5 {
  background: transparent;
  border: none;
  color: white;
  cursor: pointer;
  padding: 8px;
  transition: all 0.3s ease;
}

.nx8k4mw5 svg {
  width: 24px;
  height: 24px;
}

.nx8k4mw5:hover {
  opacity: 0.7;
  transform: rotate(90deg);
}

.qw5k8nx7 .bv3x6kw8 {
  background-color: white;
  color: var(--color-red);
  border-color: white;
}

.qw5k8nx7 .bv3x6kw8:hover {
  background-color: var(--color-green);
  color: white;
  border-color: var(--color-green);
}

.wp-block-group,
.elementor-widget-container {
  display: block;
}

.yoast-breadcrumbs {
  display: none;
}

@media (max-width: 1024px) {
  .kx7m4pw9 {
    grid-template-columns: 1fr;
    gap: 16px;
  }

  .ft9k3xw6 {
    grid-template-columns: 1fr;
    gap: 32px;
  }

  .dq3x7km5 {
    font-size: 42px;
  }
}

@media (max-width: 768px) {
  .mz5q2vw8 {
    grid-template-columns: auto 1fr;
    gap: 16px;
  }

  .dx8m4kt7 {
    position: fixed;
    top: 72px;
    left: 0;
    right: 0;
    background-color: var(--color-nav);
    flex-direction: column;
    gap: 0;
    padding: 24px;
    transform: translateX(-100%);
    transition: transform 0.3s ease;
    max-height: calc(100vh - 72px);
    overflow-y: auto;
    border-bottom: 2px solid var(--color-border);
  }

  .dx8m4kt7.kx3m7pw5 {
    transform: translateX(0);
  }

  .qh5n9wx2 {
    flex-direction: column;
    width: 100%;
    gap: 0;
  }

  .wt2k7pv6 {
    width: 100%;
  }

  .zn4p8kx3 {
    width: 100%;
    padding: 16px;
    border-bottom: 1px solid var(--color-border);
  }

  .km8x4nq7,
  .qw7m3pn5 {
    width: 100%;
    margin-top: 16px;
  }

  .ht9k3vx2 {
    width: 100%;
    justify-content: space-between;
  }

  .vq4k7nx9 {
    position: static;
    transform: none;
    opacity: 1;
    visibility: visible;
    margin-top: 8px;
    border: none;
    background: transparent;
    display: none;
  }

  .vq4k7nx9.kx3m7pw5 {
    display: block;
  }

  .pw5n8kx7 {
    gap: 8px;
  }

  .fn9k3vx2 {
    display: flex;
  }

  .xv8k4pn7 {
    padding: 60px 0;
  }

  .dq3x7km5 {
    font-size: 36px;
  }

  .tv9n4kx8 {
    font-size: 18px;
  }

  .vh9m2kx5 {
    padding: 40px 24px;
  }

  .km7w4px9 {
    font-size: 28px;
  }

  .bv9k3xw5 {
    padding: 24px 16px;
  }

  .pv7n3kx9 th,
  .pv7n3kx9 td {
    padding: 12px 8px;
    font-size: 14px;
  }

  .bx9k5mw3 {
    grid-template-columns: 1fr;
    gap: 16px;
    text-align: center;
  }

  .tx8k4pw7 .vm3k8wx5 {
    font-size: 18px;
  }

  .xw5k9pv2 {
    grid-template-columns: 1fr;
    text-align: center;
  }

  .nk8m3qx7 {
    margin: 0 auto;
  }
}

@media (max-width: 480px) {
  .dq3x7km5 {
    font-size: 28px;
  }

  .pw5n8kx7 {
    flex-direction: column;
    width: 100%;
  }

  .hm4k7wx9 {
    width: 100%;
    justify-content: center;
  }

  .ym8k4xq3 {
    padding: 14px 24px;
    font-size: 16px;
  }
}

.qx9m4kw7,
.bv8n3px5,
.tx4k9mw6 {
  display: none;
}

/* =========================
   PLUS page styles (#plus)
   ========================= */

#plus {
    max-width: 1000px;
    margin: 0 auto;
    padding: 32px 24px;
    background: rgba(255,255,255,0.02);
    border: 1px solid rgba(255,255,255,0.08);
    border-radius: 16px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.35);}

/* typography inside plus */
#plus h1, #plus h2, #plus h3 {
    line-height: 1.25;
    margin: 28px 0 14px;
    font-weight: 800;
}

#plus h2 { font-size: 28px; }
#plus h3 { font-size: 20px; font-weight: 700; color: #e50539; }

#plus p {
    margin: 0 0 14px;
    color: rgba(232,232,232,0.92);
    line-height: 1.85;
}

#plus a {
    color: #e50539;
    text-decoration: none;
}

#plus a:hover { text-decoration: underline; }

#plus ul, #plus ol {
    margin: 14px 0 18px;
    padding-left: 22px;
}

#plus table {
    width: 100%;
    border-collapse: collapse;
    margin: 18px 0 22px;
    overflow: hidden;
    border-radius: 12px;
    background: rgba(255,255,255,0.02);
}

#plus th, #plus td {
    padding: 14px 12px;
    border: 1px solid rgba(255,255,255,0.08);
}

#plus th {
    background: rgba(229,5,57,0.12);
    color: #fff;
    font-weight: 700;
}
/* MOBILE: make Aviator iframe fit its real visible height (no пустота) */
@media (max-width: 768px) {

    /* прибираємо "відео-обгортку" */
    #demo .wx5n7kp3 {
        position: relative !important;
        padding-bottom: 0 !important;
        height: clamp(420px, 70vh, 620px) !important; /* підбери якщо треба */
        overflow: hidden;
        border-radius: 12px;
        background: #000;
    }

    /* iframe стає звичайним блоком і займає рівно висоту контейнера */
    #demo .wx5n7kp3 .px4k9wn7 {
        position: absolute !important;
        inset: 0 !important;
        width: 100% !important;
        height: 100% !important;
        display: block;
        border: 0;
    }

    /* кнопка під грою на всю ширину */
    #demo .pw5n8kx7 a {
        width: 100%;
        justify-content: center;
    }
}
/* ===== MOBILE HEADER FIX ===== */
@media (max-width: 768px) {
    /* контейнер хедера — один рядок */
    .bx7k4np9 .mz5q2vw8{
        display: grid;
        grid-template-columns: 44px 1fr auto; /* burger | logo | optional */
        align-items: center;
        gap: 12px;
        padding: 12px 0;
    }

    /* бургер зліва, без фону */
    .fn9k3vx2{
        display: flex;
        order: 1;
        justify-self: start;
        width: 44px;
        height: 44px;
        padding: 10px;
        border-radius: 10px;
        background: transparent;
    }
    .fn9k3vx2 span{
        background: #fff;
    }

    /* логотип по центру (або зліва) */
    .rj4t8px1{
        order: 2;
        justify-self: start;
    }
    .yn2k6dw4 img{
        height: 34px;
        width: auto;
    }

    /* кнопки з хедера прибираємо (щоб не ламали верстку) */
    .pw5n8kx7{
        display: none;
    }

    /* меню (nav) відкривається поверх і має нормальний top */
    .dx8m4kt7{
        top: 64px;                 /* під висоту хедера */
        padding: 16px;
        border-radius: 0 0 16px 16px;
    }

    /* online бейдж у меню — красиво на всю ширину */
    .qw7m3pn5{
        width: 100%;
        margin-top: 12px;
        justify-content: center;
    }

    /* Додаємо кнопки внизу меню (через ::after) — без зміни HTML */
    .dx8m4kt7::after{
        content: "";
        display: block;
        height: 12px;
    }
}
/* desktop / mobile buttons switch */
.pw5n8kx7--mobile { display: none; }

@media (max-width: 768px) {

    .mz5q2vw8{
        grid-template-columns: 44px 1fr auto;
        gap: 12px;
        align-items: center;
    }

    .pw5n8kx7--desktop{
        display: none !important;
    }

    .pw5n8kx7--mobile{
        display: grid;
        grid-template-columns: 1fr 1fr;
        gap: 10px;
        margin-top: 14px;
        padding-top: 14px;
        border-top: 1px solid rgba(255,255,255,0.12);
    }

    .pw5n8kx7--mobile .hm4k7wx9{
        width: 100%;
        justify-content: center;
        padding: 12px 10px;
    }
}

