.aa-generated-content,
.entry-content {
  overflow-wrap: anywhere;
  word-break: normal;
}

.aa-generated-content img,
.entry-content img,
.aa-generated-content iframe,
.entry-content iframe,
.aa-generated-content video,
.entry-content video {
  max-width: 100%;
  height: auto;
}

.aa-generated-content pre,
.entry-content pre,
.aa-generated-content code,
.entry-content code {
  max-width: 100%;
  overflow-x: auto;
  white-space: pre-wrap;
}

.aa-table-wrap {
  width: 100%;
  max-width: 100%;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
  margin: 16px 0;
}

.aa-table {
  width: 100%;
  min-width: 560px;
  border-collapse: collapse;
  margin: 0;
}
.aa-table th,
.aa-table td {
  border: 1px solid #e5e7eb;
  padding: 8px 12px;
  text-align: left;
  vertical-align: top;
  white-space: normal;
  overflow-wrap: anywhere;
}
.aa-table thead th {
  background: #f9fafb;
  font-weight: 600;
}
.aa-table tbody tr:nth-child(odd) td {
  background: #fafafa;
}
.aa-content-image {
  margin: 16px 0;
  text-align: center;
}
.aa-content-image img {
  max-width: 100%;
  height: auto;
  border-radius: 6px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}
.aa-content-image figcaption {
  font-size: 12px;
  color: #6b7280;
  margin-top: 6px;
}

.aa-writer-format {
  margin: 0;
}

.aa-writer-format .aa-format-excerpt {
  font-size: 1.03rem;
  line-height: 1.65;
  color: #334155;
  border-left: 3px solid #cbd5e1;
  padding-left: 12px;
  margin: 8px 0 18px;
}

.aa-contract-section {
  margin: 0 0 20px;
}

.aa-contract-section > h2 {
  margin: 0 0 10px;
}

.aa-format-how-to-guide .aa-contract-section > h2,
.aa-format-how_to_guide .aa-contract-section > h2 {
  border-left: 4px solid #2563eb;
  padding-left: 10px;
}

.aa-format-comparison .aa-contract-section > h2,
.aa-format-comparison_abc .aa-contract-section > h2 {
  border-left: 4px solid #0f766e;
  padding-left: 10px;
}

.aa-format-listicle .aa-contract-section > h2,
.aa-format-top_list .aa-contract-section > h2 {
  border-left: 4px solid #9333ea;
  padding-left: 10px;
}

.aa-format-product-review .aa-contract-section > h2,
.aa-format-product_review .aa-contract-section > h2 {
  border-left: 4px solid #b45309;
  padding-left: 10px;
}

@media (max-width: 768px) {
  .aa-table {
    min-width: 480px;
  }
}
