/* Contenedor principal del artículo */
.article-column {
  background: #fff;
  border: 1px solid #e5e7eb;
  border-radius: 10px;
  padding: 16px 18px;
  max-width: 920px;
}

/* Encabezado (título y meta) */
.article-column h2.selfServiceArticleHeaderDetail {
  font-size: 22px;
  font-weight: 700;
  color: #111827;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  gap: 12px;
}

/* Meta (fecha y tipo) */
.article-column .meta ul {
  display: flex;
  align-items: center;
  gap: 14px;
  list-style: none;
  margin: 0;
  padding: 0;
  color: #6b7280;
  font-size: 13px;
}

.article-column .meta ul li {
  display: flex;
  align-items: center;
  gap: 6px;
}

.article-column .meta ul li.article-type {
  padding: 2px 8px;
  border: 1px solid #e5e7eb;
  border-radius: 999px;
  background: #f9fafb;
}

/* Subtítulos de sección */
.article-column h3.slds-section__title {
  font-size: 18px;
  font-weight: 600;
  color: #111827;
  margin: 6px 0 8px;
  display: flex;
  align-items: center;
  gap: 8px;
}

/* Tablas de datos (項目, 支払方法, etc.) */
.article-column table {
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 14px;
}

.article-column table tr {
  border-top: 1px solid #e5e7eb;
}

.article-column table td {
  padding: 10px;
}

.article-column table td:first-child {
  width: 28%;
  background: #f9fafb;
  font-weight: 600;
}

/* Contenido de respuesta */
.article-column .slds-rich-text-editor__output {
  font-size: 15px;
  line-height: 1.7;
  color: #111827;
}

.article-column .slds-rich-text-editor__output h3 {
  margin: 0 0 8px;
  font-size: 16px;
  font-weight: bold;
}
