.elementor-7 .elementor-element.elementor-element-32f0fad{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}:root{--page-title-display:none;}/* Start custom CSS *//* ===== 전체 컨테이너 가로 제한 ===== */
.aliexpress-container {
  max-width: 900px;
  margin: 0 auto;
}

/* ===== AliExpress Guide ===== */
.aliexpress-guide-step { margin-bottom: 38px; }

.aliexpress-guide-step h1 {
  font-size: 26px;
  font-weight: 900;
  color: #E53E3E;
  text-align: center;
  padding: 14px 0;
  background: #fff5f5;
  border-radius: 10px;
  border: 2px solid #E53E3E;
  box-shadow: 0 4px 16px rgba(229,62,62,0.15);
  margin-bottom: 24px;
  letter-spacing: -0.5px;
}

.aliexpress-guide-step h2 {
  font-size: 20px;
  font-weight: 800;
  color: #E53E3E;
  padding: 8px 14px;
  border-left: 6px solid #E53E3E;
  background: #fff5f5;
  margin-bottom: 16px;
  border-radius: 6px;
}

.aliexpress-guide-step h3 {
  font-size: 18px;
  font-weight: 800;
  color: #C73E3A;
  padding-left: 18px;
  border-left: 5px solid #E53E3E;
  letter-spacing: -0.2px;
  margin: 0 0 14px 0;
  background: #fff;
  line-height: 1.5;
}

.aliexpress-guide-step .aliexpress-guide-desc {
  font-size: 16px;
  color: #222;
  line-height: 2.1;
  background: #fef5f5;
  border-radius: 12px;
  padding: 20px 22px;
  border: 1px solid #f5b7b7;
  box-shadow: 0 3px 16px rgba(229,62,62,0.08);
}

/* ===== Card Grid ===== */
.aliexpress-card {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  gap: 20px;
}

.aliexpress-card .item {
  background: #fff;
  border-radius: 12px;
  overflow: hidden;
  box-shadow: 0 4px 14px rgba(0,0,0,0.08);
  transition: transform 0.2s ease, box-shadow 0.2s ease;
  text-align: center;
}

.aliexpress-card .item:hover {
  transform: translateY(-5px);
  box-shadow: 0 6px 20px rgba(0,0,0,0.12);
}

.aliexpress-card .item img {
  width: 100%;
  height: 180px;
  object-fit: cover;
}

.aliexpress-card .item .title {
  font-size: 16px;
  font-weight: 700;
  color: #333;
  padding: 12px 10px 8px 10px;
}

.aliexpress-card .item a {
  text-decoration: none;
  display: block;
  color: inherit;
}

/* ===== Button ===== */
.aliexpress-btn {
  display: inline-block;
  background-color: #E53E3E;
  color: #fff;
  font-size: 15px;
  font-weight: 700;
  padding: 10px 18px;
  border-radius: 8px;
  text-align: center;
  transition: background-color 0.2s ease, transform 0.2s ease;
}

.aliexpress-btn:hover {
  background-color: #c33232;
  transform: translateY(-2px);
}

/* ===== FAQ Accordion ===== */
.aliexpress-faq { margin: 30px auto; }

.aliexpress-faq .faq-item { border-bottom: 1px solid #f0f0f0; }

.aliexpress-faq .faq-question {
  background-color: #fff5f5;
  color: #E53E3E;
  font-size: 16px;
  font-weight: 700;
  padding: 16px 18px;
  cursor: pointer;
  display: flex;
  justify-content: space-between;
  align-items: center;
  border-radius: 6px;
  transition: background-color 0.2s ease;
}

.aliexpress-faq .faq-question:hover { background-color: #ffeaea; }

.aliexpress-faq .faq-question::after {
  content: "＋";
  font-size: 18px;
}

.aliexpress-faq .faq-item.active .faq-question::after { content: "－"; }

.aliexpress-faq .faq-answer {
  max-height: 0;
  overflow: hidden;
  font-size: 15px;
  line-height: 1.8;
  color: #444;
  padding: 0 18px;
  background: #fff;
  border-radius: 0 0 6px 6px;
  transition: max-height 0.3s ease, padding 0.3s ease;
}

.aliexpress-faq .faq-item.active .faq-answer {
  max-height: 500px;
  padding: 14px 18px;
}/* End custom CSS */