.awy-product-page {
  --d: #0d1922;
  --d2: #152534;
  --d3: #1c3043;
  --bl: #087cc1;
  --blh: #066293;
  --yl: #f4b400;
  --ylh: #d99d00;
  --bg: #f5f6f8;
  --bgb: #ebf3fa;
  --w: #ffffff;
  --t: #13212d;
  --mu: #5b6978;
  --br: #dde3e9;
  --mw: 1240px;
  --r: 6px;
  --sh: 0 1px 3px rgba(0, 0, 0, 0.04), 0 8px 28px rgba(13, 25, 34, 0.1);
  --shs: 0 1px 2px rgba(0, 0, 0, 0.03), 0 4px 12px rgba(13, 25, 34, 0.06);
  color: var(--t);
  background: var(--w);
  line-height: 1.6;
  -webkit-font-smoothing: antialiased;
}

.awy-product-page *,
.awy-product-page *::before,
.awy-product-page *::after {
  box-sizing: border-box;
}

.awy-product-page img {
  max-width: 100%;
  height: auto;
  display: block;
}

.awy-product-page button,
.awy-product-page input,
.awy-product-page select,
.awy-product-page textarea {
  font: inherit;
}

.awy-wrap {
  width: min(var(--mw), calc(100% - 48px));
  margin: 0 auto;
}

.awy-bc {
  background: var(--bg);
  padding: 12px 0;
  font-size: 12.5px;
  color: var(--mu);
}

.awy-bc a {
  color: var(--mu);
  text-decoration: none;
  transition: color 0.2s;
}

.awy-bc a:hover {
  color: var(--bl);
}

.awy-bc span {
  margin: 0 7px;
  opacity: 0.5;
}

.awy-bc .cur {
  color: var(--d);
  font-weight: 600;
  opacity: 1;
}

.awy-sec {
  padding: 80px 0;
}

.awy-sec-lg {
  padding: 96px 0;
}

.awy-s-bg {
  background: var(--bg);
}

.awy-s-bgb {
  background: var(--bgb);
}

.awy-s-dk {
  background: var(--d);
  color: var(--w);
}

.awy-eyebrow {
  display: inline-flex;
  align-items: center;
  gap: 8px;
  font-size: 11.5px;
  font-weight: 700;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  color: var(--bl);
}

.awy-eyebrow::before {
  content: "";
  width: 28px;
  height: 2px;
  background: var(--yl);
  border-radius: 1px;
}

.awy-s-dk .awy-eyebrow {
  color: var(--yl);
}

.awy-sttl {
  font-size: 34px;
  font-weight: 700;
  margin-top: 14px;
  line-height: 1.22;
  color: var(--d);
}

.awy-s-dk .awy-sttl {
  color: var(--w);
}

.awy-sdesc {
  margin-top: 14px;
  font-size: 15px;
  color: var(--mu);
  line-height: 1.65;
  max-width: 680px;
}

.awy-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 6px;
  padding: 13px 28px;
  font-size: 14px;
  font-weight: 700;
  border-radius: var(--r);
  letter-spacing: 0.03em;
  cursor: pointer;
  border: none;
  transition: all 0.2s;
  white-space: nowrap;
}

.awy-btn-pr {
  background: var(--bl);
  color: var(--w);
}

.awy-btn-pr:hover {
  background: var(--blh);
  transform: translateY(-1px);
  box-shadow: 0 4px 14px rgba(8, 124, 193, 0.25);
}

.awy-btn-ol {
  background: var(--w);
  color: var(--d);
  border: 1.5px solid var(--br);
  padding: 11.5px 26px;
}

.awy-btn-ol:hover {
  border-color: var(--bl);
  color: var(--bl);
}

.awy-btn-sm {
  padding: 7px 15px;
  font-size: 12px;
  font-weight: 600;
  border-radius: 4px;
}

.awy-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 13px;
  font-weight: 600;
  color: var(--bl);
  cursor: pointer;
  background: none;
  border: none;
  padding: 6px 0;
  transition: color 0.2s;
}

.awy-link:hover {
  color: var(--blh);
}

.awy-link svg {
  width: 14px;
  height: 14px;
}

.awy-ph {
  padding: 44px 0 68px;
  background: var(--w);
  overflow: hidden;
}

.awy-ph-g {
  display: grid;
  grid-template-columns: 1.15fr 1fr;
  gap: 52px;
  align-items: start;
}

.awy-ph-main {
  background: #f1f4f7;
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  box-shadow: var(--shs);
}

.awy-ph-main img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 24px;
}

.awy-ph-row {
  display: flex;
  align-items: center;
  gap: 10px;
}

.awy-ph-ths {
  display: flex;
  gap: 10px;
  margin-top: 14px;
  align-items: center;
}

.awy-ph-th {
  width: 84px;
  height: 64px;
  border-radius: 5px;
  overflow: hidden;
  cursor: pointer;
  border: 2px solid transparent;
  background: #f1f4f7;
  flex-shrink: 0;
  transition: border-color 0.2s;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awy-ph-th img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awy-ph-th.is-ac {
  border-color: var(--yl);
  box-shadow: 0 0 0 2px rgba(244, 180, 0, 0.15);
}

.awy-ph-va {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--bl);
  margin-left: auto;
  align-self: center;
  white-space: nowrap;
  text-decoration: none;
}

.awy-ph-info {
  display: flex;
  flex-direction: column;
  gap: 22px;
}

.awy-ph-cat {
  display: inline-block;
  font-size: 11px;
  font-weight: 700;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: var(--bl);
  background: var(--bgb);
  padding: 7px 16px;
  border-radius: 4px;
  align-self: flex-start;
}

.awy-ph-ttl {
  font-size: 38px;
  font-weight: 800;
  line-height: 1.15;
  color: var(--d);
  letter-spacing: -0.02em;
}

.awy-ph-desc {
  font-size: 15px;
  color: var(--mu);
  line-height: 1.65;
}

.awy-ph-tags {
  display: flex;
  flex-wrap: wrap;
  gap: 8px;
}

.awy-ph-tag {
  display: inline-flex;
  align-items: center;
  gap: 6px;
  padding: 6px 14px;
  background: var(--bg);
  border: 1px solid var(--br);
  border-radius: 4px;
  font-size: 12px;
  font-weight: 600;
  color: var(--t);
}

.awy-ph-tag::before {
  content: "";
  width: 6px;
  height: 6px;
  border-radius: 50%;
  background: var(--yl);
  flex-shrink: 0;
}

.awy-ph-specs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 1px;
  background: var(--br);
  border-radius: 8px;
  overflow: hidden;
}

.awy-ph-sp {
  display: flex;
  flex-direction: column;
  gap: 3px;
  background: var(--bg);
  padding: 18px 20px;
}

.awy-ph-sp-l {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--mu);
}

.awy-ph-sp-v {
  font-size: 20px;
  font-weight: 700;
  color: var(--d);
}

.awy-ph-pts {
  display: flex;
  flex-direction: column;
  gap: 7px;
}

.awy-ph-pt {
  display: flex;
  align-items: flex-start;
  gap: 8px;
  font-size: 13px;
  color: var(--t);
  line-height: 1.5;
}

.awy-ph-pt svg {
  width: 15px;
  height: 15px;
  color: var(--yl);
  flex-shrink: 0;
  margin-top: 2.5px;
}

.awy-ph-ctas {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
  margin-top: 2px;
}

.awy-an {
  position: sticky;
  top: 68px;
  z-index: 60;
  background: var(--w);
  border-top: 1px solid var(--br);
  border-bottom: 1px solid var(--br);
}

.awy-an-in {
  display: flex;
  align-items: center;
  overflow-x: auto;
  scrollbar-width: none;
}

.awy-an-in::-webkit-scrollbar {
  display: none;
}

.awy-an-a {
  display: block;
  padding: 15px 20px;
  font-size: 13px;
  font-weight: 600;
  color: var(--mu);
  white-space: nowrap;
  border-bottom: 3px solid transparent;
  transition: color 0.2s, border-color 0.2s;
  flex-shrink: 0;
  text-decoration: none;
}

.awy-an-a:hover,
.awy-an-a.is-ac {
  color: var(--d);
  border-bottom-color: var(--bl);
}

.awy-ov-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.awy-ov-c p {
  color: var(--mu);
  font-size: 15px;
  line-height: 1.72;
  margin-top: 14px;
}

.awy-ov-img {
  background: var(--bg);
  border-radius: 8px;
  overflow: hidden;
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
  box-shadow: var(--shs);
}

.awy-ov-img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  padding: 20px;
}

.awy-ov-cards {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 38px;
}

.awy-ov-card {
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
  padding: 28px 22px 24px;
  text-align: center;
  transition: box-shadow 0.25s;
}

.awy-ov-card:hover,
.awy-sp-hc:hover,
.awy-sp-step:hover,
.awy-rp-card:hover {
  box-shadow: var(--sh);
}

.awy-ov-card-ic {
  width: 52px;
  height: 52px;
  margin: 0 auto 14px;
  background: var(--bgb);
  border-radius: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--bl);
}

.awy-ov-card-ic svg {
  width: 22px;
  height: 22px;
}

.awy-ov-card-ttl {
  font-size: 14px;
  font-weight: 700;
  color: var(--d);
  margin-bottom: 6px;
}

.awy-ov-card-desc {
  font-size: 12.5px;
  color: var(--mu);
  line-height: 1.55;
}

.awy-wg-grid,
.awy-dg-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
  margin-top: 34px;
}

.awy-wg-item,
.awy-dg-item {
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  cursor: pointer;
  background: #dde4ed;
  aspect-ratio: 4 / 3;
  transition: transform 0.3s, box-shadow 0.3s;
}

.awy-dg-item {
  padding: 14px;
  background: #ffffff;
}

.awy-wg-item:hover,
.awy-dg-item:hover {
  transform: scale(1.02);
  box-shadow: var(--sh);
}

.awy-wg-item img,
.awy-dg-item img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awy-dg-item img {
  object-fit: contain;
}

.awy-wg-cap,
.awy-dg-lbl {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  background: linear-gradient(transparent, rgba(13, 25, 34, 0.85));
  color: var(--w);
}

.awy-wg-cap {
  padding: 20px 16px 14px;
}

.awy-wg-cap-lb,
.awy-dg-lbl {
  font-size: 13px;
  font-weight: 700;
}

.awy-dg-lbl {
  padding: 10px 12px 8px;
  font-weight: 600;
}

.awy-wg-cta,
.awy-sp-side {
  text-align: center;
  margin-top: 44px;
  padding: 42px 28px;
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
}

.awy-wg-cta h3,
.awy-sp-side h4 {
  font-size: 20px;
  font-weight: 700;
  margin-bottom: 8px;
}

.awy-wg-cta p,
.awy-sp-side p {
  font-size: 14px;
  color: var(--mu);
  margin-bottom: 18px;
}

.awy-sp-hl {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  gap: 12px;
  margin: 28px 0 40px;
}

.awy-sp-hc {
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
  padding: 22px 16px;
  text-align: center;
}

.awy-sp-hlbl {
  font-size: 10.5px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.07em;
  color: var(--mu);
  margin-bottom: 6px;
}

.awy-sp-hlv {
  font-size: 21px;
  font-weight: 700;
  color: var(--d);
}

.awy-sp-tbl {
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
  overflow: hidden;
  margin-bottom: 18px;
}

.awy-sp-tbl table {
  width: 100%;
  border-collapse: collapse;
}

.awy-sp-tbl thead th {
  background: var(--d);
  color: var(--w);
  font-size: 13px;
  font-weight: 700;
  padding: 14px 22px;
  text-align: left;
  letter-spacing: 0.04em;
}

.awy-sp-tbl tbody td {
  padding: 13px 22px;
  font-size: 14px;
  border-bottom: 1px solid var(--br);
}

.awy-sp-tbl .spn {
  background: var(--bg);
  font-weight: 600;
  color: var(--d);
  width: 45%;
}

.awy-sp-tbl .spv {
  color: var(--t);
}

.awy-sp-tbl .spv.hl {
  background: var(--bgb);
  font-weight: 600;
}

.awy-sp-tbl tbody tr:last-child td {
  border-bottom: none;
}

.awy-cfg-g {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 56px;
  align-items: center;
}

.awy-cfg-c p {
  color: #8b9cad;
  font-size: 15px;
  line-height: 1.72;
  margin-top: 14px;
}

.awy-cfg-list {
  display: flex;
  flex-direction: column;
  gap: 15px;
  margin-top: 26px;
}

.awy-cfg-item {
  display: flex;
  align-items: flex-start;
  gap: 12px;
  font-size: 14px;
  color: var(--w);
  font-weight: 500;
}

.awy-cfg-item svg {
  width: 18px;
  height: 18px;
  color: var(--yl);
  flex-shrink: 0;
  margin-top: 1px;
}

.awy-cfg-imgs {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 12px;
}

.awy-cfg-img {
  border-radius: 8px;
  overflow: hidden;
  background: var(--d3);
  aspect-ratio: 4 / 3;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awy-cfg-img img,
.awy-rp-img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.awy-sp-steps {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 16px;
  margin-top: 32px;
}

.awy-sp-step {
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
  padding: 28px 22px 24px;
  text-align: center;
}

.awy-sp-step-n {
  width: 40px;
  height: 40px;
  border-radius: 50%;
  background: var(--bgb);
  color: var(--bl);
  font-weight: 800;
  font-size: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 14px;
}

.awy-sp-step h4 {
  font-size: 14px;
  font-weight: 700;
  margin-bottom: 6px;
}

.awy-sp-step p {
  font-size: 12.5px;
  color: var(--mu);
  line-height: 1.55;
}

.awy-faq-g {
  display: flex;
  flex-direction: column;
  margin-top: 32px;
}

.awy-faq-i {
  border: 1px solid var(--br);
  border-radius: 8px;
  margin-bottom: 10px;
  overflow: hidden;
  background: var(--w);
  transition: box-shadow 0.25s;
}

.awy-faq-q {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px 26px;
  cursor: pointer;
  font-size: 15px;
  font-weight: 600;
  color: var(--d);
  gap: 16px;
}

.awy-faq-ic {
  width: 22px;
  height: 22px;
  flex-shrink: 0;
  transition: transform 0.3s;
  color: var(--mu);
}

.awy-faq-i.is-op .awy-faq-ic {
  transform: rotate(45deg);
}

.awy-faq-a {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}

.awy-faq-i.is-op .awy-faq-a {
  max-height: 320px;
}

.awy-faq-ac {
  padding: 0 26px 22px;
  font-size: 14px;
  color: var(--mu);
  line-height: 1.72;
}

.awy-rp-g {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
  margin-top: 32px;
}

.awy-rp-card {
  background: var(--w);
  border: 1px solid var(--br);
  border-radius: 8px;
  overflow: hidden;
  transition: box-shadow 0.3s, transform 0.3s;
}

.awy-rp-card:hover {
  transform: translateY(-3px);
}

.awy-rp-img {
  background: var(--bg);
  aspect-ratio: 4 / 3;
  overflow: hidden;
}

.awy-rp-body {
  padding: 22px;
}

.awy-rp-name {
  font-size: 17px;
  font-weight: 700;
  color: var(--d);
  margin-bottom: 6px;
}

.awy-rp-desc {
  font-size: 12.5px;
  color: var(--mu);
  margin-bottom: 12px;
  line-height: 1.55;
}

.awy-rp-specs {
  display: flex;
  flex-wrap: wrap;
  gap: 6px;
  margin-bottom: 16px;
}

.awy-rp-spec {
  font-size: 11px;
  color: var(--mu);
  background: var(--bg);
  padding: 4px 10px;
  border-radius: 4px;
}

.awy-rp-act {
  display: flex;
  gap: 8px;
}

.awy-iq-g {
  display: grid;
  grid-template-columns: 42fr 58fr;
  gap: 56px;
  align-items: start;
}

.awy-iq-l p {
  color: #8b9cad;
  font-size: 14px;
  line-height: 1.72;
  margin-top: 14px;
}

.awy-iq-cl {
  display: flex;
  flex-direction: column;
  gap: 11px;
  margin-top: 22px;
  padding: 0;
  list-style: none;
}

.awy-iq-cl li {
  display: flex;
  align-items: flex-start;
  gap: 9px;
  font-size: 13.5px;
  color: var(--w);
}

.awy-iq-cl li svg {
  width: 16px;
  height: 16px;
  color: var(--yl);
  flex-shrink: 0;
  margin-top: 2px;
}

.awy-iq-ct {
  margin-top: 28px;
  padding-top: 24px;
  border-top: 1px solid rgba(255, 255, 255, 0.08);
}

.awy-iq-ct p {
  font-size: 13px;
  color: #8b9cad;
  margin-top: 0;
  margin-bottom: 4px;
}

.awy-iq-form {
  background: var(--w);
  border-radius: 8px;
  padding: 38px 34px;
  box-shadow: var(--sh);
}

.awy-iq-form h3 {
  font-size: 21px;
  font-weight: 700;
  margin-bottom: 24px;
  color: var(--d);
}

.awy-fg {
  margin-bottom: 16px;
}

.awy-fg label {
  display: block;
  font-size: 13px;
  font-weight: 600;
  color: var(--d);
  margin-bottom: 5px;
}

.awy-fg label .req {
  color: var(--bl);
}

.awy-fi {
  width: 100%;
  padding: 12px 15px;
  font-size: 14px;
  border: 1px solid var(--br);
  border-radius: 6px;
  color: var(--t);
  background: var(--bg);
  transition: border-color 0.2s, box-shadow 0.2s;
  outline: none;
}

.awy-fi:focus {
  border-color: var(--bl);
  background: var(--w);
  box-shadow: 0 0 0 3px rgba(8, 124, 193, 0.1);
}

.awy-ft {
  resize: vertical;
  min-height: 90px;
}

.awy-fs {
  width: 100%;
  padding: 15px 28px;
  background: var(--bl);
  color: var(--w);
  font-size: 14px;
  font-weight: 700;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  letter-spacing: 0.03em;
  transition: all 0.2s;
  margin-top: 6px;
}

.awy-fs:hover {
  background: var(--blh);
  box-shadow: 0 4px 16px rgba(8, 124, 193, 0.25);
}

.awy-lb {
  display: none;
  position: fixed;
  inset: 0;
  z-index: 200;
  background: rgba(13, 25, 34, 0.96);
  align-items: center;
  justify-content: center;
}

.awy-lb.is-op {
  display: flex;
}

.awy-lb-w {
  position: relative;
  max-width: 92vw;
  max-height: 88vh;
}

.awy-lb-w img {
  max-width: 92vw;
  max-height: 78vh;
  object-fit: contain;
  border-radius: 4px;
}

.awy-lb-cap {
  text-align: center;
  color: var(--w);
  font-size: 14px;
  padding: 14px 0 6px;
  font-weight: 600;
}

.awy-lb-cl {
  position: absolute;
  top: -48px;
  right: 0;
  width: 42px;
  height: 42px;
  background: none;
  border: none;
  color: var(--w);
  font-size: 32px;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0.8;
}

.awy-lb-nv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 46px;
  height: 46px;
  background: rgba(255, 255, 255, 0.08);
  border: 1px solid rgba(255, 255, 255, 0.15);
  border-radius: 50%;
  color: var(--w);
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}

.awy-lb-nv.prv {
  left: -60px;
}

.awy-lb-nv.nxt {
  right: -60px;
}

.awy-tc {
  text-align: center;
}

.awy-mt28 {
  margin-top: 28px;
}

@media (max-width: 1099px) {
  .awy-ph-g,
  .awy-ov-g,
  .awy-cfg-g,
  .awy-iq-g {
    grid-template-columns: 1fr;
    gap: 36px;
  }

  .awy-ph-ttl {
    font-size: 30px;
  }

  .awy-ov-cards,
  .awy-sp-steps,
  .awy-rp-g {
    grid-template-columns: repeat(2, 1fr);
  }

  .awy-wg-grid,
  .awy-dg-grid {
    grid-template-columns: repeat(2, 1fr);
  }

  .awy-sp-hl {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 767px) {
  .awy-wrap {
    width: min(var(--mw), calc(100% - 28px));
  }

  .awy-btn,
  .awy-ph-va {
    white-space: normal;
    text-align: center;
  }

  .awy-bc {
    font-size: 11px;
    overflow-x: auto;
    white-space: nowrap;
  }

  .awy-sec {
    padding: 52px 0;
  }

  .awy-sec-lg {
    padding: 60px 0;
  }

  .awy-sttl {
    font-size: 25px;
  }

  .awy-sdesc {
    font-size: 14px;
  }

  .awy-ph {
    padding: 20px 0 44px;
  }

  .awy-ph-g {
    gap: 24px;
  }

  .awy-ph-ttl {
    font-size: 24px;
  }

  .awy-ph-row {
    flex-direction: column;
    align-items: flex-start;
  }

  .awy-ph-ths {
    overflow-x: auto;
    margin-left: -14px;
    margin-right: -14px;
    padding: 0 14px;
  }

  .awy-ph-th {
    width: 70px;
    height: 52px;
  }

  .awy-ph-ctas {
    flex-direction: column;
  }

  .awy-ph-ctas .awy-btn,
  .awy-ph-ctas .awy-btn-ol {
    width: 100%;
  }

  .awy-ph-main img {
    padding: 18px;
  }

  .awy-md-card,
  .awy-wg-card,
  .awy-rp-card {
    min-width: 0;
  }

  .awy-ph-sp {
    padding: 14px 14px;
  }

  .awy-ph-sp-v {
    font-size: 17px;
  }

  .awy-an-a {
    padding: 13px 15px;
    font-size: 12px;
  }

  .awy-ov-cards,
  .awy-sp-steps,
  .awy-rp-g {
    grid-template-columns: 1fr;
  }

  .awy-wg-grid,
  .awy-dg-grid,
  .awy-cfg-imgs {
    grid-template-columns: repeat(2, 1fr);
    gap: 8px;
  }

  .awy-sp-hl {
    grid-template-columns: 1fr 1fr;
    gap: 8px;
  }

  .awy-sp-hlv {
    font-size: 17px;
  }

  .awy-sp-tbl {
    overflow-x: auto;
  }

  .awy-sp-tbl thead th,
  .awy-sp-tbl tbody td {
    padding: 10px 14px;
    font-size: 12px;
    white-space: nowrap;
  }

  .awy-iq-form {
    padding: 26px 20px;
  }

  .awy-lb-nv {
    width: 38px;
    height: 38px;
  }

  .awy-lb-nv.prv {
    left: 10px;
  }

  .awy-lb-nv.nxt {
    right: 10px;
  }

  .awy-lb-cl {
    top: -42px;
  }
}
