.et-article .et-category {
  display: inline-block;
  background: #F4AD45;
  color: #ffffff;
  font-size: 0.75em;
  font-weight: bold;
  padding: 3px 12px;
  border-radius: 4px;
  margin-bottom: 10px;
  letter-spacing: 0.06em;
}
.et-article .et-h1 {
  font-size: 1.6em;
  font-weight: bold;
  color: #443031;
  border-bottom: 3px solid #F4AD45;
  padding-bottom: 12px;
  margin: 0 0 24px;
  line-height: 1.5;
}
.et-article h2 {
  background: linear-gradient(90deg, #443031 0%, #6b4a4b 100%);
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 6px;
  margin: 40px 0 16px;
}
.et-article h3 {
  color: #443031;
  font-size: 1.05em;
  font-weight: bold;
  padding: 8px 0 8px 14px;
  border-left: 4px solid #F4AD45;
  margin: 28px 0 12px;
}
.et-article table {
  width: 100%;
  border-collapse: collapse;
  margin: 24px 0;
  font-size: 0.95em;
}
.et-article table th {
  background: #443031;
  color: #ffffff;
  padding: 12px 16px;
  text-align: left;
  font-weight: bold;
}
.et-article table td {
  padding: 11px 16px;
  border-bottom: 1px solid #f0e0c0;
  vertical-align: top;
}
.et-article table tr:nth-child(even) td {
  background: #fffbf2;
}
.et-article ul {
  padding-left: 1.4em;
  margin: 12px 0;
}
.et-article ul li {
  padding: 4px 0;
  line-height: 1.8;
}
.et-article ol {
  padding-left: 1.6em;
  margin: 12px 0;
}
.et-article ol li {
  padding: 4px 0;
  line-height: 1.8;
}
.et-article .point-box {
  background: #fffbf2;
  border: 1px solid #F4AD45;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 24px 0;
}
.et-article .point-box p {
  margin: 0;
  font-size: 0.95em;
  line-height: 1.8;
}
.et-article .et-checklist {
  background: #fffbf2;
  border: 2px solid #F4AD45;
  border-radius: 8px;
  padding: 20px 24px;
  margin: 32px 0;
}
.et-article .et-checklist h3 {
  color: #443031;
  border-left: 4px solid #F4AD45;
  padding-left: 12px;
  margin: 0 0 14px;
}
.et-article .et-checklist ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
.et-article .et-checklist ul li::before {
  content: "☑ ";
  color: #F4AD45;
  font-weight: bold;
}
.et-article .et-checklist ul li {
  padding: 5px 0;
  line-height: 1.8;
}
.et-article .et-faq {
  margin: 40px 0;
}
.et-article .et-h2-faq {
  background: linear-gradient(90deg, #443031 0%, #6b4a4b 100%);
  color: #ffffff;
  font-size: 1.2em;
  font-weight: bold;
  padding: 13px 20px;
  border-radius: 6px;
  margin: 0 0 16px;
}
.et-article .et-faq-item {
  border: 1px solid #f0e0c0;
  border-radius: 8px;
  padding: 16px 20px;
  margin-bottom: 12px;
  background: #ffffff;
}
.et-article .et-faq-q {
  color: #F4AD45;
  font-weight: bold;
  font-size: 0.97em;
  margin: 0 0 8px;
  line-height: 1.6;
}
.et-article .et-faq-a {
  color: #444;
  font-size: 0.92em;
  line-height: 1.8;
  margin: 0;
}
.et-article .et-step-box {
  margin: 24px 0;
}
.et-article .et-step-item {
  display: flex;
  align-items: flex-start;
  gap: 14px;
  margin-bottom: 14px;
  padding: 16px;
  background: #fffbf2;
  border-radius: 8px;
}
.et-article .et-step-num {
  background: #F4AD45;
  color: #ffffff;
  font-size: 0.82em;
  font-weight: bold;
  min-width: 34px;
  height: 34px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
}
.et-article .et-step-text {
  line-height: 1.75;
  font-size: 0.95em;
}