/* AEO Audit Styles */
.aeoaudi-wrap { font-family: system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif; padding: 20px; font-size: 15px;}
.aeoaudi-card { max-width: 1100px; margin: 20px auto; background: #fff; border-radius: 10px; padding: 20px; box-shadow: 0 6px 18px rgba(0,0,0,0.08); }
.aeoaudi-title { font-size: 22px; margin-bottom: 8px; }
.aeoaudi-sub { color: #666; margin-bottom: 14px; }
.aeoaudi-btn { background: #0ea37a; color: #fff; border: none; padding: 10px 16px; border-radius: 6px; cursor: pointer; font-weight: 600; }
.aeoaudi-btn:hover { background: #0c8f68; }
.aeoaudi-spinner { width: 28px; height: 28px; border-radius: 50%; border: 3px solid rgba(0,0,0,0.08); border-top-color: #0ea37a; display: none; animation: spin 1s linear infinite; }
@keyframes spin { to { transform: rotate(360deg); } }
.aeoaudi-results { margin-top: 20px; }
.aeoaudi-score { font-size: 18px; font-weight: 700; margin-bottom: 12px; }
.aeoaudi-table { width: 100%; border-collapse: collapse; }
.aeoaudi-table th, .aeoaudi-table td { padding: 12px; border-bottom: 1px solid #eee; text-align: left; }
.aeoaudi-table thead th { background: #f8fdfc; font-size: 15px;}
.aeoaudi-pass { background: #ecfdf5; color: #065f46; }
.aeoaudi-fail { background: #fef2f2; color: #991b1b; }
.aeoaudit-score {
  font-size: 16px;
  padding: 8px 12px;
  background: #f5f7fa;
  border-left: 4px solid #4CAF50;
  margin-bottom: 10px;
  border-radius: 4px;
}

.aeoaudit-status {
  color: #555;
  margin-left: 6px;
}
.circle-wrap {
  width: 120px;
  margin: 10px auto;
  text-align: center;
}

.circle {
  width: 120px;
  height: 120px;
  background: #e6e2e7;
  border-radius: 50%;
  position: relative;
}

.mask, .fill {
  width: 120px;
  height: 120px;
  position: absolute;
  border-radius: 50%;
}

.mask {
  clip: rect(0px, 120px, 120px, 60px);
}

.mask.full, .fill {
  clip: rect(0px, 60px, 120px, 0px);
  background-color: #4caf50;
}

.inside-circle {
  width: 90px;
  height: 90px;
  border-radius: 50%;
  background: white;
  line-height: 90px;
  text-align: center;
  position: absolute;
  top: 15px;
  left: 15px;
  font-weight: bold;
  font-size: 20px;
}

.aeo-pass-info {
  margin-top: 8px;
  font-size: 13px;
  color: #555;
}
#wpfooter
{
	position: relative !important;
}




