/* Modern report styles */
.jsi-wrap { max-width: 1100px; margin: 0 auto; padding: 1rem 1.25rem; color:#222; }
.jsi-hero { text-align:center; margin: 10px 0 8px; }
.jsi-hero .custom-logo-link img { height: 80px; width:auto; }
.jsi-hero-title { font-size: 30px; margin: 6px 0 0; color:#003A70; font-weight:800; }
.jsi-hero-tag { color:#5f6b7a; margin-top: 4px; }
.jsi-score { display:inline-block; background:#003A70; color:#fff; padding:10px 16px; border-radius:14px; font-weight:700; margin: 10px 0 18px; }
.jsi-grid-2 { display:grid; grid-template-columns: 1.2fr 0.8fr; gap: 24px; align-items:start; }
@media (max-width: 900px){ .jsi-grid-2 { grid-template-columns: 1fr; } }
.jsi-checklist { margin:0; padding-left: 1.1rem; }
.jsi-checklist li { margin: 6px 0; }
.jsi-block { background:#f6f8fb; padding: 14px; border-radius: 12px; }
.jsi-table { width:100%; border-collapse: collapse; margin-top: 8px; font-size: 15px; }
.jsi-table thead th { background:#f0f3f8; text-align:left; padding:10px 12px; border-bottom:1px solid #e3e7ef; }
.jsi-table tbody td { padding:10px 12px; border-bottom:1px solid #eef1f6; }
.jsi-table tbody tr:nth-child(even) td { background:#fbfcfe; }
.jsi-button { background:#003A70; color:#fff; border-radius: 10px; padding: 10px 16px; font-weight:700; text-decoration:none; }
@media print {
  body * { visibility: hidden; }
  .jsi-wrap, .jsi-wrap * { visibility: visible; }
  .jsi-wrap { position: absolute; left: 0; top: 0; width: 100%; }
  .jsi-actions, nav, header.site-header, footer.site-footer 
}

/* ✅ Checkbox + Label Alignment */
.jsi-leadscoring {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 1.5rem;
}

.jsi-leadscoring-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.jsi-leadscoring-inline input[type="checkbox"] {
  margin: 0;
  transform: translateY(1px); /* better vertical alignment */
}

/* ✅ Export Section Layout */
.jsi-export {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding-top: 1rem;
  border-top: 1px solid #dbe2ea;
}

/* ✅ Export Heading */
.jsi-export-heading,
.jsi-export-title {
  font-size: 1.125rem;
  font-weight: 600;
  margin-bottom: 0.5rem;
  color: #333;
}
/* ✅ Lead Scoring Section Container */
.jsi-leadscoring {
  background-color: #f8f9fa;
  padding: 1.25rem;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
  margin-top: 2rem; /* slightly more breathing room */
}

/* ✅ Checkbox + Label stays as-is */
.jsi-leadscoring-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.jsi-leadscoring-inline input[type="checkbox"] {
  margin: 0;
  transform: translateY(1px);
}

/* ✅ Report Button Styling */
.jsi-report-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #007b5e;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  margin-top: 1rem;
}

.jsi-report-button:hover {
  background-color: #00664c;
  transform: translateY(-1px);
}

.jsi-icon {
  font-size: 1rem;
  line-height: 1;
}

/* ✅ Export Options Container */
.jsi-export-options {
  margin-top: 2rem;
  padding: 1.25rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0, 0, 0, 0.08);
}

/* ✅ Button Group Layout */
.jsi-button-group {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: flex-start;
}

/* ✅ Export Buttons */
.jsi-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.625rem 1.125rem;
  font-size: 0.875rem;
  font-weight: 500;
  color: #fff;
  background-color: #0056b3;
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
}

.jsi-button:hover {
  background-color: #004494;
  transform: translateY(-1px);
}

/* ✅ Icon Styling */
.jsi-icon {
  font-size: 1rem;
  line-height: 1;
}
/* ✅ Logo image sizing */
.elementor-widget-image img {
  width: 50px;
  height: auto;
}

/* ✅ Hide page title */
.page .entry-title {
  display: none;
}

/* ✅ Hide burger menu globally */
.menu-toggle,
.elementor-menu-toggle {
  display: none !important;
}

/* ✅ Tagline styling */
.tagline {
  font-size: 18px;
  font-weight: 600;
  color: #1e3a8a;
  margin-left: 20px;
}

/* ✅ CTA button styling */
.cta-button {
  background-color: #1A73E8;
  color: #fff;
  padding: 10px 20px;
  text-decoration: none;
  border-radius: 6px;
  font-weight: bold;
  margin-left: 20px;
  display: inline-block;
  transition: background-color 0.3s ease;
}

.cta-button:hover {
  background-color: #0d5ec2;
}

/* ✅ Mobile layout adjustments */
@media (max-width: 768px) {
  .site-header {
    flex-direction: column;
    text-align: center;
  }

  .tagline {
    margin: 10px 0;
    font-size: 16px;
  }

  .cta-button {
    margin-top: 10px;
    margin-left: 0;
  }
}

/* ✅ Hide header only on results page */
.page-id-364 header.site-header {
  display: none !important;
}

.page-id-364 .site {
  margin-top: 0 !important;
}

/* ✅ Lead scoring section */
.lead-scoring-wrapper {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

.lead-scoring-inline {
  display: flex;
  align-items: center;
  gap: 8px;
  font-weight: 600;
  white-space: nowrap;
  margin: 0;
  padding: 0;
}

.lead-scoring-inline input[type="checkbox"] {
  vertical-align: middle;
  transform: translateY(-1px);
  margin: 0;
}

/* ✅ Scoped button styling (avoid global override) */
.jsi-report-button {
  background-color: #007b5e;
  color: #fff;
  padding: 10px 20px;
  border-radius: 6px;
  font-weight: 600;
  width: fit-content;
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  margin-top: 0.5rem;
}

.jsi-report-button:hover {
  background-color: #00664c;
  transform: translateY(-1px);
}
/* ✅ Lead Scoring Section */
.jsi-leadscoring {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 1rem;
  margin-top: 2rem;
  padding: 1.25rem;
  background-color: #f8f9fa;
  border-radius: 8px;
  box-shadow: 0 1px 3px rgba(0,0,0,0.08);
}

/* ✅ Checkbox + Label */
.jsi-leadscoring-inline {
  display: flex;
  align-items: center;
  gap: 0.5rem;
  font-weight: 600;
  white-space: nowrap;
}

.jsi-leadscoring-inline input[type="checkbox"] {
  margin: 0;
  transform: translateY(1px); /* better vertical alignment */
}

/* ✅ Report Button */
.jsi-report-button {
  display: inline-flex;
  align-items: center;
  gap: 0.5rem;
  padding: 0.75rem 1.25rem;
  font-size: 0.875rem;
  font-weight: 600;
  color: #fff;
  background-color: #007b5e; /* JustSearchIt green */
  border: none;
  border-radius: 6px;
  cursor: pointer;
  transition: background-color 0.3s ease, transform 0.2s ease;
  text-decoration: none;
  margin-top: 1rem;
}

.jsi-report-button:hover {
  background-color: #00664c;
  transform: translateY(-1px);
}

/* ✅ Icon Styling */
.jsi-icon {
  font-size: 1rem;
  line-height: 1;
}