/* gnmfy550rwsy | v2.95 */
/* ========================================
   澳门旅游攻略网站 - 主样式表
   ======================================== */

/* CSS变量定义 */
:root {
  --color-primary: #c8102e;
  --color-primary-dark: #9a0c23;
  --color-secondary: #1a5276;
  --color-secondary-light: #2980b9;
  --color-accent: #d4a017;
  --color-accent-light: #f0c040;
  --color-bg: #faf9f6;
  --color-bg-alt: #f0ede6;
  --color-text: #2c2c2c;
  --color-text-light: #666666;
  --color-text-muted: #999999;
  --color-white: #ffffff;
  --color-border: #e0ddd5;
  --color-shadow: rgba(0,0,0,0.08);
  --font-main: "Noto Sans SC", "PingFang SC", "Microsoft YaHei", sans-serif;
  --font-heading: "Noto Serif SC", "STSong", "SimSun", serif;
  --max-width: 1200px;
  --radius: 8px;
  --radius-lg: 16px;
  --transition: all 0.3s ease;
}

/* 重置与基础 */
*, *::before, *::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}
/* upb4y */
html {
  font-size: 16px;
  scroll-behavior: smooth;
}

body {
  font-family: var(--font-main);
  color: var(--color-text);
  background-color: var(--color-bg);
  line-height: 1.8;
  -webkit-font-smoothing: antialiased;
}

img {
  max-width: 100%;
  height: auto;
  display: block;
}

a {
  color: var(--color-secondary);
  text-decoration: none;
  transition: var(--transition);
}

a:hover {
  color: var(--color-primary);
}

ul, ol {
  list-style: none;
}

/* 干扰标签区块 - 肉眼不可见 */
.st-b5h1xr {
  position: absolute;
  width: 1px;
  height: 1px;
  overflow: hidden;
  clip: rect(0,0,0,0);
  white-space: nowrap;
  border: 0;
  padding: 0;
  margin: -1px;
}

/* 容器 */
._nmh1oi {
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
}

/* ========== 导航栏 ========== */
.gugvczjsk {
  background: var(--color-white);
  border-bottom: 3px solid var(--color-primary);
  padding: 0;
  z-index: 100;
  position: relative;
}
/* 1lelp9h */
.el-64wvcu {
  display: flex;
  align-items: center;
  justify-content: space-between;
  max-width: var(--max-width);
  margin: 0 auto;
  padding: 0 20px;
  min-height: 68px;
}
/* 6x98ru48b */
._ixex3jy {
  display: flex;
  align-items: center;
  gap: 10px;
  font-family: var(--font-heading);
  font-size: 1.4rem;
  font-weight: 700;
  color: var(--color-primary);
}

._ixex3jy .rjfr30m5e {
  width: 40px;
  height: 40px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.2rem;
}

._1j7a1um4 {
  display: flex;
  gap: 0;
}

._1j7a1um4 a {
  display: block;
  padding: 22px 18px;
  color: var(--color-text);
  font-size: 0.95rem;
  font-weight: 500;
  position: relative;
}

._1j7a1um4 a::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 3px;
  background: var(--color-accent);
  transition: var(--transition);
}

._1j7a1um4 a:hover::after,
._1j7a1um4 a.active::after {
  width: 70%;
}

._1j7a1um4 a:hover {
  color: var(--color-primary);
  background: var(--color-bg-alt);
}

/* 移动端菜单按钮 */
.st-4w9n23 {
  display: none;
  background: none;
  border: none;
  cursor: pointer;
  padding: 8px;
}
/* gccu10 */
.st-4w9n23 span {
  display: block;
  width: 26px;
  height: 3px;
  background: var(--color-text);
  margin: 5px 0;
  border-radius: 2px;
  transition: var(--transition);
}

/* ========== 英雄横幅 ========== */
.tw-jpkjfz {
  position: relative;
  height: 520px;
  overflow: hidden;
  background: var(--color-secondary);
}

.css-3x2fn4 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  transition: opacity 1s ease;
}

.css-3x2fn4.active {
  opacity: 1;
}
/* vle3a8 */
.css-3x2fn4 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

._3vn3e7 {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(0,0,0,0.15) 0%, rgba(0,0,0,0.55) 100%);
  display: flex;
  align-items: center;
  justify-content: center;
}

.z8y36xz {
  text-align: center;
  color: var(--color-white);
  padding: 20px;
}

.z8y36xz h1 {
  font-family: var(--font-heading);
  font-size: 2.8rem;
  margin-bottom: 16px;
  text-shadow: 2px 2px 8px rgba(0,0,0,0.4);
  letter-spacing: 2px;
}

.z8y36xz p {
  font-size: 1.15rem;
  max-width: 600px;
  margin: 0 auto 24px;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.3);
}
/* s9y1se */
._fvkszzu {
  display: inline-block;
  padding: 12px 36px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50px;
  font-size: 1rem;
  font-weight: 600;
  transition: var(--transition);
  box-shadow: 0 4px 15px rgba(200,16,46,0.3);
}

._fvkszzu:hover {
  background: var(--color-primary-dark);
  color: var(--color-white);
  transform: translateY(-2px);
  box-shadow: 0 6px 20px rgba(200,16,46,0.4);
}

.sc-gbsbda {
  position: absolute;
  bottom: 24px;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 10px;
  z-index: 10;
}

.sc-gbsbda span {
  width: 12px;
  height: 12px;
  border-radius: 50%;
  background: rgba(255,255,255,0.5);
  cursor: pointer;
  transition: var(--transition);
}
/* d16b7q */
.sc-gbsbda span.active {
  background: var(--color-white);
  transform: scale(1.2);
}
/* yngxjiy3m */
/* ========== 区块标题 ========== */
._0fd3syy8 {
  text-align: center;
  margin-bottom: 40px;
}

._0fd3syy8 h2 {
  font-family: var(--font-heading);
  font-size: 2rem;
  color: var(--color-text);
  margin-bottom: 10px;
  position: relative;
  display: inline-block;
}

._0fd3syy8 h2 span {
  color: var(--color-primary);
}
/* izssaa6 */
._0fd3syy8 h2::after {
  content: '';
  display: block;
  width: 60px;
  height: 3px;
  background: var(--color-accent);
  margin: 12px auto 0;
  border-radius: 2px;
}

._0fd3syy8 p {
  color: var(--color-text-light);
  font-size: 1rem;
  max-width: 600px;
  margin: 0 auto;
}

/* ========== 通用区块 ========== */
.cixbxk9g {
  padding: 60px 0;
}

.css-7sfd3f {
  background: var(--color-bg-alt);
}
/* 5rqspvj */
/* ========== 区域版块（澳门半岛/氹仔/路环） ========== */
._5upnpuk {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.zqup0sdhm {
  position: relative;
  border-radius: var(--radius-lg);
  overflow: hidden;
  box-shadow: 0 4px 20px var(--color-shadow);
  transition: var(--transition);
  cursor: pointer;
}

.zqup0sdhm:hover {
  transform: translateY(-6px);
  box-shadow: 0 8px 30px rgba(0,0,0,0.15);
}

.zqup0sdhm img {
  width: 100%;
  height: 260px;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.zqup0sdhm:hover img {
  transform: scale(1.05);
}

.sc-9txrbo {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 20px;
  background: linear-gradient(transparent, rgba(0,0,0,0.7));
  color: var(--color-white);
}

.sc-9txrbo h3 {
  font-family: var(--font-heading);
  font-size: 1.4rem;
  margin-bottom: 6px;
}

.sc-9txrbo p {
  font-size: 0.9rem;
  opacity: 0.9;
}

/* ========== 景点卡片 ========== */
.qvwxwalph {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(280px, 1fr));
  gap: 24px;
}
/* r492xn3 */
.st-te19hn {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px var(--color-shadow);
  transition: var(--transition);
}
/* o98wl */
.st-te19hn:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}
/* mb8thw48e */
.jxs9zou2 {
  position: relative;
  height: 200px;
  overflow: hidden;
}

.jxs9zou2 img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.st-te19hn:hover .jxs9zou2 img {
  transform: scale(1.08);
}

._1ij7jzrh {
  position: absolute;
  top: 12px;
  left: 12px;
  background: var(--color-primary);
  color: var(--color-white);
  padding: 4px 12px;
  border-radius: 20px;
  font-size: 0.8rem;
  font-weight: 600;
}

.st-n0fe1g {
  padding: 18px;
}

.st-n0fe1g h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--color-text);
}

.st-n0fe1g p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.6;
  margin-bottom: 12px;
}
/* rzi7 */
._u2kv7a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.tw-abfcqr {
  color: var(--color-primary);
  font-weight: 600;
  font-size: 0.9rem;
}

.tw-abfcqr:hover {
  color: var(--color-primary-dark);
}
/* tln5x */
/* ========== 美食区块 ========== */
._0xcgzutq {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

.pyseqtbxz {
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 12px var(--color-shadow);
  transition: var(--transition);
  display: flex;
  flex-direction: column;
}
/* y1ht */
.pyseqtbxz:hover {
  transform: translateY(-4px);
  box-shadow: 0 6px 24px rgba(0,0,0,0.12);
}

.el-r66y2d {
  height: 200px;
  overflow: hidden;
}

.el-r66y2d img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: transform 0.5s ease;
}

.pyseqtbxz:hover .el-r66y2d img {
  transform: scale(1.08);
}

._lf0p5jos {
  padding: 18px;
  flex: 1;
  display: flex;
  flex-direction: column;
}

._lf0p5jos h3 {
  font-size: 1.15rem;
  margin-bottom: 8px;
  color: var(--color-text);
}

._lf0p5jos p {
  font-size: 0.9rem;
  color: var(--color-text-light);
  line-height: 1.6;
  flex: 1;
}

._9mjsrx {
  display: flex;
  align-items: center;
  gap: 4px;
  margin-top: 12px;
  color: var(--color-accent);
  font-size: 0.9rem;
}

/* ========== 资讯滚动 ========== */
.tw-b7xgdv {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 20px;
}

.css-kyr1ci {
  display: flex;
  gap: 16px;
  background: var(--color-white);
  padding: 16px;
  border-radius: var(--radius);
  box-shadow: 0 2px 8px var(--color-shadow);
  transition: var(--transition);
}

.css-kyr1ci:hover {
  box-shadow: 0 4px 16px rgba(0,0,0,0.1);
}
/* o6l8f */
.cliopatk8 {
  flex-shrink: 0;
  width: 60px;
  text-align: center;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: var(--radius);
  padding: 8px;
}

.cliopatk8 ._43tjmxh {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
}
/* zkiu4 */
.cliopatk8 .el-sbxrdn {
  font-size: 0.75rem;
}

.tw-z6uf7z h4 {
  font-size: 1rem;
  margin-bottom: 6px;
  color: var(--color-text);
}

.tw-z6uf7z p {
  font-size: 0.85rem;
  color: var(--color-text-light);
  line-height: 1.5;
}

/* ========== 用户评论 ========== */
._402c3uw8 {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 24px;
}

._irpjj6wo {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 24px;
  box-shadow: 0 2px 12px var(--color-shadow);
  position: relative;
}

._irpjj6wo::before {
  content: '\201C';
  font-size: 4rem;
  color: var(--color-primary);
  opacity: 0.15;
  position: absolute;
  top: 8px;
  left: 16px;
  font-family: Georgia, serif;
  line-height: 1;
}

.css-b6uoqm {
  color: var(--color-accent);
  margin-bottom: 12px;
  font-size: 1rem;
}

._heh1de {
  font-size: 0.95rem;
  color: var(--color-text-light);
  line-height: 1.7;
  margin-bottom: 16px;
  font-style: italic;
}

.jbsl3ntvu {
  display: flex;
  align-items: center;
  gap: 10px;
}

._pvlbdm {
  width: 42px;
  height: 42px;
  border-radius: 50%;
  background: var(--color-primary);
  color: var(--color-white);
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 700;
  font-size: 1rem;
}

.w96lycr3ql .el-6568g3 {
  font-weight: 600;
  font-size: 0.9rem;
  color: var(--color-text);
}

.w96lycr3ql .t1fwwd1re {
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

/* ========== FAQ ========== */
.mltv9h1j {
  max-width: 800px;
  margin: 0 auto;
}

._j1vssz4 {
  background: var(--color-white);
  border-radius: var(--radius);
  margin-bottom: 12px;
  box-shadow: 0 2px 8px var(--color-shadow);
  overflow: hidden;
}

.st-23m8fr {
  padding: 18px 24px;
  font-weight: 600;
  font-size: 1rem;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: var(--transition);
}
/* bpr33u */
.st-23m8fr:hover {
  background: var(--color-bg-alt);
}

.st-23m8fr .sc-5rek0g {
  transition: transform 0.3s ease;
  font-size: 0.8rem;
  color: var(--color-text-muted);
}

._j1vssz4.open .st-23m8fr .sc-5rek0g {
  transform: rotate(180deg);
}

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

._j1vssz4.open .st-honc6s {
  max-height: 500px;
}

.st-r0s4oy {
  padding: 0 24px 18px;
  font-size: 0.95rem;
  color: var(--color-text-light);
  line-height: 1.7;
}
/* tjt8 */
/* ========== 面包屑导航 ========== */
.css-pmv93b {
  padding: 14px 0;
  font-size: 0.85rem;
  color: var(--color-text-muted);
}

.css-pmv93b a {
  color: var(--color-text-light);
}

.css-pmv93b a:hover {
  color: var(--color-primary);
}

.css-pmv93b span {
  margin: 0 6px;
}

/* ========== 内页通用 ========== */
.bq02648hx9 {
  background: var(--color-secondary);
  color: var(--color-white);
  padding: 50px 0 40px;
  text-align: center;
}

.bq02648hx9 h1 {
  font-family: var(--font-heading);
  font-size: 2.2rem;
  margin-bottom: 10px;
}

.bq02648hx9 p {
  font-size: 1rem;
  opacity: 0.85;
  max-width: 600px;
  margin: 0 auto;
}

.css-371apz {
  padding: 40px 0 60px;
}

.css-371apz h2 {
  font-family: var(--font-heading);
  font-size: 1.6rem;
  color: var(--color-text);
  margin: 32px 0 16px;
  padding-left: 14px;
  border-left: 4px solid var(--color-primary);
}

.css-371apz h3 {
  font-size: 1.2rem;
  color: var(--color-secondary);
  margin: 24px 0 12px;
}

.css-371apz p {
  margin-bottom: 16px;
  line-height: 1.8;
  color: var(--color-text);
}

.css-371apz ._f1y0j6 {
  width: 100%;
  border-collapse: collapse;
  margin: 20px 0;
  background: var(--color-white);
  border-radius: var(--radius);
  overflow: hidden;
  box-shadow: 0 2px 8px var(--color-shadow);
}

.css-371apz ._f1y0j6 th,
.css-371apz ._f1y0j6 td {
  padding: 12px 16px;
  text-align: left;
  border-bottom: 1px solid var(--color-border);
}

.css-371apz ._f1y0j6 th {
  background: var(--color-secondary);
  color: var(--color-white);
  font-weight: 600;
}
/* gw1mvrx9k */
.css-371apz ._f1y0j6 tr:last-child td {
  border-bottom: none;
}

.css-371apz ._f1y0j6 tr:hover td {
  background: var(--color-bg-alt);
}

.jnn84ks92 {
  width: 100%;
  height: 400px;
  object-fit: cover;
  border-radius: var(--radius-lg);
  margin-bottom: 24px;
}

.jaqiavi82 {
  display: grid;
  grid-template-columns: 2fr 1fr;
  gap: 40px;
}

.ab8ua52ev {
  position: relative;
}

.ekgwg5n {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 20px;
  box-shadow: 0 2px 12px var(--color-shadow);
  margin-bottom: 20px;
}

.ekgwg5n h3 {
  font-size: 1.1rem;
  color: var(--color-text);
  margin-bottom: 12px;
  padding-bottom: 8px;
  border-bottom: 2px solid var(--color-primary);
}

.ekgwg5n ul li {
  padding: 8px 0;
  border-bottom: 1px solid var(--color-border);
  font-size: 0.9rem;
}

.ekgwg5n ul li:last-child {
  border-bottom: none;
}

.ekgwg5n ul li a {
  color: var(--color-text-light);
}

.ekgwg5n ul li a:hover {
  color: var(--color-primary);
}

/* ========== 行程路线 ========== */
.qjrnxn7pn {
  background: var(--color-white);
  border-radius: var(--radius);
  padding: 24px;
  margin-bottom: 24px;
  box-shadow: 0 2px 12px var(--color-shadow);
}

.qjrnxn7pn h3 {
  color: var(--color-primary);
  font-size: 1.2rem;
  margin-bottom: 12px;
}

.bejsuridyx {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  margin-top: 12px;
}

.sqj4q1sim {
  display: flex;
  align-items: center;
  gap: 8px;
  background: var(--color-bg-alt);
  padding: 8px 16px;
  border-radius: 20px;
  font-size: 0.9rem;
}

.sqj4q1sim ._kinqbm8o {
  width: 24px;
  height: 24px;
  background: var(--color-primary);
  color: var(--color-white);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.75rem;
  font-weight: 700;
}

/* ========== 页脚 ========== */
._zvozr2 {
  background: #1a1a2e;
  color: #cccccc;
  padding: 50px 0 0;
}

.el-zx4xmn {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr;
  gap: 40px;
  margin-bottom: 40px;
}

._hjvd96 h4 {
  color: var(--color-white);
  font-size: 1.1rem;
  margin-bottom: 16px;
  position: relative;
  padding-bottom: 10px;
}

._hjvd96 h4::after {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 40px;
  height: 2px;
  background: var(--color-primary);
}

._hjvd96 p {
  font-size: 0.9rem;
  line-height: 1.7;
  margin-bottom: 12px;
}

._hjvd96 ul li {
  margin-bottom: 8px;
}

._hjvd96 ul li a {
  color: #cccccc;
  font-size: 0.9rem;
  transition: var(--transition);
}
/* icwm6 */
._hjvd96 ul li a:hover {
  color: var(--color-accent);
  padding-left: 4px;
}

.st-4cig6r {
  display: flex;
  gap: 12px;
  margin-top: 16px;
}

.st-4cig6r a {
  width: 38px;
  height: 38px;
  border-radius: 50%;
  background: rgba(255,255,255,0.1);
  color: #cccccc;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.9rem;
  transition: var(--transition);
}

.st-4cig6r a:hover {
  background: var(--color-primary);
  color: var(--color-white);
}

.o73tka6 {
  border-top: 1px solid rgba(255,255,255,0.1);
  padding: 20px 0;
  text-align: center;
  font-size: 0.85rem;
}

.o73tka6 a {
  color: #cccccc;
}

.o73tka6 a:hover {
  color: var(--color-accent);
}

.kiz0inkuh {
  margin-top: 8px;
  font-size: 0.8rem;
  color: #999;
}
/* jzuhr13xau */
/* ========== 动画 ========== */
._aclvz6i {
  opacity: 0;
  transform: translateY(20px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

._aclvz6i.visible {
  opacity: 1;
  transform: translateY(0);
}

.tw-2idifb {
  opacity: 0;
  transform: translateX(-30px);
  transition: opacity 0.6s ease, transform 0.6s ease;
}

.tw-2idifb.visible {
  opacity: 1;
  transform: translateX(0);
}

/* ========== 响应式设计 ========== */
@media (max-width: 992px) {
  ._5upnpuk {
    grid-template-columns: 1fr;
  }
/* e3a62em */  
  ._0xcgzutq {
    grid-template-columns: repeat(2, 1fr);
  }
  
  ._402c3uw8 {
    grid-template-columns: 1fr;
  }
  
  .tw-b7xgdv {
    grid-template-columns: 1fr;
  }
/* mhyafby06 */  
  .el-zx4xmn {
    grid-template-columns: repeat(2, 1fr);
  }
/* ehlgqsh0qc */  
  .jaqiavi82 {
    grid-template-columns: 1fr;
  }
  
  .tw-jpkjfz {
    height: 400px;
  }
/* 8zoqjlub */  
  .z8y36xz h1 {
    font-size: 2rem;
  }
}

@media (max-width: 768px) {
  ._1j7a1um4 {
    display: none;
    position: absolute;
    top: 68px;
    left: 0;
    width: 100%;
    background: var(--color-white);
    flex-direction: column;
    box-shadow: 0 4px 20px var(--color-shadow);
    z-index: 99;
  }
  
  ._1j7a1um4.open {
    display: flex;
  }
/* vzhm */  
  ._1j7a1um4 a {
    padding: 14px 20px;
    border-bottom: 1px solid var(--color-border);
  }
  
  .st-4w9n23 {
    display: block;
  }
  
  .tw-jpkjfz {
    height: 320px;
  }
  
  .z8y36xz h1 {
    font-size: 1.6rem;
  }
  
  .z8y36xz p {
    font-size: 0.95rem;
  }
/* k93l4 */  
  .cixbxk9g {
    padding: 40px 0;
  }
  
  ._0fd3syy8 h2 {
    font-size: 1.5rem;
  }
/* pga9yvmn7 */  
  ._0xcgzutq {
    grid-template-columns: 1fr;
  }
  
  .qvwxwalph {
    grid-template-columns: 1fr;
  }
  
  .el-zx4xmn {
    grid-template-columns: 1fr;
  }
  
  .bq02648hx9 h1 {
    font-size: 1.6rem;
  }
  
  .jnn84ks92 {
    height: 240px;
  }
}

@media (max-width: 480px) {
  html {
    font-size: 14px;
  }
  
  .tw-jpkjfz {
    height: 260px;
  }
  
  ._nmh1oi {
    padding: 0 15px;
  }
}

/* ameamso0y8dfsy61 */
