/**
 * 2026 geoseomax - Front CSS
 */
.geoseomax-product-wrapper {
  background: #ffffff;
  border-radius: 8px;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.04);
  padding: 20px;
  margin-top: 25px;
}

.geoseomax-ai-highlight {
  background: #f8fafc;
  border-left: 4px solid #2563eb;
  border-radius: 6px;
  padding: 15px 20px;
}

.geoseomax-direct-answer {
  font-size: 1.05rem;
  line-height: 1.5;
  color: #1e293b;
}

.geoseomax-faq-item {
  border: 1px solid #e2e8f0;
  border-radius: 6px;
  margin-bottom: 10px;
  background: #ffffff;
  transition: all 0.2s ease-in-out;
}

.geoseomax-faq-item:hover {
  border-color: #cbd5e1;
}

.geoseomax-faq-header {
  font-weight: 600;
  font-size: 0.98rem;
  color: #1e293b;
  cursor: pointer;
  padding: 14px 18px;
  background: none;
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.geoseomax-faq-body {
  padding: 15px 18px;
  border-top: 1px solid #f1f5f9;
  background: #fafafa;
  color: #475569;
  line-height: 1.6;
}

.font-size-14 {
  font-size: 14px !important;
  vertical-align: middle;
}
