/* Digit AI generated article blocks */
.daa-toc {
  background: #f8f9fc;
  border: 1px solid #e0e4ec;
  border-left: 4px solid #A82479;
  border-radius: 8px;
  padding: 16px 20px;
  margin: 20px 0;
}
.daa-toc strong {
  display: block;
  margin-bottom: 10px;
  font-size: 15px;
}
.daa-toc ol {
  margin: 0;
  padding-left: 20px;
}
.daa-toc li {
  margin-bottom: 4px;
  font-size: 14px;
}
.daa-toc a {
  color: #A82479;
  text-decoration: none;
}
.daa-toc a:hover {
  text-decoration: underline;
}

.daa-faq {
  margin-top: 32px;
}
.daa-faq-item {
  border: 1px solid #e0e4ec;
  border-radius: 8px;
  padding: 14px 18px;
  margin-bottom: 10px;
}
.daa-faq-item h3 {
  margin: 0 0 6px;
  font-size: 15px;
  color: #A82479;
}
.daa-faq-item p {
  margin: 0;
  color: #4b5563;
  line-height: 1.7;
}

.daa-video-wrapper {
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 4px 20px rgba(0,0,0,.15);
  margin: 24px 0;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
}
.daa-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.wp-block-table {
  margin: 24px 0;
  overflow-x: auto;
}
.wp-block-table table {
  width: 100%;
  border-collapse: collapse;
}
.wp-block-table th,
.wp-block-table td {
  border: 1px solid #d9dee8;
  padding: 10px 12px;
  text-align: left;
  vertical-align: top;
}
.wp-block-table th {
  background: #f4f6fb;
  font-weight: 700;
}
