.seo-dashboard-wrapper {
  margin: 24px auto;
  max-width: 100%;
  padding: 20px 16px;
  background-color: #fce1c6;
  border: 2px solid #a32a2a;
  border-radius: 4px;
  font-family: Arial, sans-serif;
}

.seo-dashboard-wrapper .seo-content-block {
  text-align: center;
  margin-bottom: 24px;
  padding-bottom: 18px;
  border-bottom: 1px solid rgba(163, 42, 42, 0.25);
}

.seo-dashboard-wrapper .seo-content-block:last-child {
  margin-bottom: 0;
  padding-bottom: 0;
  border-bottom: none;
}

.seo-dashboard-wrapper .seo-block-title {
  color: #0000b3; 
  font-size: 1rem;
  font-weight: bold;
  text-transform: uppercase;
  margin: 0 0 12px 0;
  letter-spacing: 0.3px;
}

.seo-dashboard-wrapper .seo-block-desc {
  color: #000000;
  font-size: 0.85rem;
  line-height: 1.6;
  margin: 0 auto;
  max-width: 1150px;
  white-space: pre-line;
}

/* List Target Styles */
.seo-dashboard-wrapper .seo-block-list {
  list-style-type: none;
  padding: 0;
  margin: 12px auto 0 auto;
  max-width: 1150px;
  text-align: left;
}

.seo-dashboard-wrapper .seo-list-item {
  color: #000000;
  font-size: 0.85rem;
  line-height: 1.6;
  margin-bottom: 8px;
  position: relative;
  padding-left: 15px;
}

.seo-dashboard-wrapper .seo-list-item::before {
  content: "•";
  color: #a32a2a;
  font-weight: bold;
  position: absolute;
  left: 0;
  top: 0;
}