
.table-wrapper {
  overflow-x: auto;
  margin: 20px 0;
}

.seo-table {
  width: 100%;
  max-width: 900px;
  border-collapse: collapse;
  font-size: 14px;
}

.seo-table th,
.seo-table td {
  border: 1px solid #ddd;
  padding: 8px 10px;
  text-align: center;
}

.seo-table th {
  background-color: #f5f5f5;
  font-weight: 600;
}

.seo-table tr:nth-child(even) {
  background-color: #fafafa;
}

figure {
  margin: 20px 0;
  text-align: center;
}

figcaption {
  font-size: 14px;
  color: #666;
  margin-top: 8px;
}

.video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 960px;
}

.video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}
