/*
Theme Name: ToolsGrove
Theme URI: https://toolsgrove.com/
Description: GeneratePress child theme for the site blog index, archives, search results and single posts.
Author: Webpress Hub
Author URI: https://webpresshub.net/
Template: generatepress
Version: 1.1.5
Text Domain: toolsgrove-gp-child
*/




/* =========================================
   ToolsGrove Global Typography
   Headings: Sora
   Body/UI: Inter
========================================= */

@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Sora:wght@600;700;800&display=swap');

/* Body / Default Website Font */
html,
body,
button,
input,
textarea,
select {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif !important;
}

/* Paragraphs, Links, Lists & General Text */
p,
a,
li,
span,
label,
input,
textarea,
select,
button {
    font-family: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;
}

/* All Headings */
h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: "Sora", "Inter", sans-serif !important;
    letter-spacing: -0.035em;
}

/* Main Headings */
h1 {
    font-weight: 800;
}

h2 {
    font-weight: 700;
}

h3,
h4,
h5,
h6 {
    font-weight: 700;
}

/* Buttons */
button,
input[type="button"],
input[type="submit"],
input[type="reset"],
.wp-element-button,
.wp-block-button__link {
    font-family: "Inter", sans-serif !important;
    font-weight: 600;
}


/* Tool Description Headings */
.ts-prose h2,
.ts-prose h3,
.ts-prose h4 {
    display: flex;
    align-items: center;
    gap: 10px;
    color: #0f172a;
    line-height: 1.3;
}

/* H2 */
.ts-prose h2 {
    font-size: 22px !important;
    font-weight: 700;
    margin: 30px 0 16px;
}

/* H3 */
.ts-prose h3 {
    font-size: 19px !important;
    font-weight: 600;
    margin: 24px 0 12px;
}

/* H4 */
.ts-prose h4 {
    font-size: 17px !important;
    font-weight: 600;
    margin: 20px 0 10px;
}

/* Green Line */
.ts-prose h2::before,
.ts-prose h3::before,
.ts-prose h4::before {
    content: '';
    display: inline-block;
    width: 3px;
    background: #059669;
    border-radius: 3px;
    flex-shrink: 0;
}

/* Different Line Heights */
.ts-prose h2::before {
    height: 26px;
}

.ts-prose h3::before {
    height: 21px;
}

.ts-prose h4::before {
    height: 18px;
}






























.toolsuite-tool-container input {
border-color: var(--ts-primary) !important;
	border-radius:5px;
}

.toolsuite-tool-container select {
border-color: var(--ts-primary) !important;
	border-radius:5px;
}

.toolsuite-tool-container * {
    border-color: var(--ts-primary) !important;
}

.toolsuite-tool-container button:hover {
    border-color: var(--ts-primary);
}

.toolsuite-tool-container .btn-primary{
	color: white !important;
}

.toolsuite-tool-container .tab-btn.active{
	color: white !important;
}




/* ==========================================================================
   ToolSuite Pro - Universal Global Tool Stylesheet (style.css)
   Modern, Stylish, Neat, Clean, Advanced SaaS Light Theme UI for All Tools
   Uses Parent Website CSS Variables: --ts-primary, --ts-accent, --ts-btn-color
   ========================================================================== */

@import url('https://fonts.googleapis.com/css2?family=Plus+Jakarta+Sans:wght@400;500;600;700;800&family=JetBrains+Mono:wght@500;600;700&display=swap');

/* --------------------------------------------------------------------------
   1. Root Variables & Universal Typography
   -------------------------------------------------------------------------- */
:root {
  --ts-primary: #4f46e5;
  --ts-accent: #6366f1;
  --ts-btn-color: #4f46e5;
}

.toolsuite-tool-container {
  font-family: 'Plus Jakarta Sans', 'Inter', system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, sans-serif !important;
  width: 100% !important;
  max-width: 100% !important;
  background: #ffffff !important;
  color: #0f172a !important;
  padding: 8px !important;
  border-radius: 16px !important;
  border: none !important;
  box-shadow: none !important;
  box-sizing: border-box !important;
  line-height: 1.5 !important;
  -webkit-font-smoothing: antialiased !important;
  -moz-osx-font-smoothing: grayscale !important;
}

.toolsuite-tool-container * {
  box-sizing: border-box !important;
}

/* --------------------------------------------------------------------------
   2. Tool Header & Titles
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-header {
  display: none !important;
}

.toolsuite-tool-container .ts-title h2,
.toolsuite-tool-container h2 {
  font-size: 20px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  letter-spacing: -0.025em !important;
  margin-bottom: 4px !important;
}

.toolsuite-tool-container .ts-title p,
.toolsuite-tool-container p {
  font-size: 13.5px !important;
  color: #64748b !important;
  margin-top: 2px !important;
  line-height: 1.5 !important;
}

/* --------------------------------------------------------------------------
   3. KPI Grid & Metric Cards
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-kpi-grid {
  display: grid !important;
  grid-template-columns: repeat(auto-fit, minmax(170px, 1fr)) !important;
  gap: 14px !important;
  margin-bottom: 20px !important;
}

.toolsuite-tool-container .ts-kpi-card {
  padding: 16px 18px !important;
  border-radius: 14px !important;
  border: 1px solid #e2e8f0 !important;
  background: linear-gradient(180deg, #ffffff 0%, #f8fafc 100%) !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.03) !important;
  position: relative !important;
  overflow: hidden !important;
}

.toolsuite-tool-container .ts-kpi-card::before {
  content: '' !important;
  position: absolute !important;
  top: 0 !important;
  left: 0 !important;
  right: 0 !important;
  height: 3px !important;
  background: linear-gradient(90deg, var(--ts-primary, #4f46e5) 0%, var(--ts-accent, #3b82f6) 100%) !important;
  opacity: 0 !important;
  transition: opacity 0.2s ease !important;
}

.toolsuite-tool-container .ts-kpi-card:hover {
  transform: translateY(-2px) !important;
  border-color: #cbd5e1 !important;
  background: #ffffff !important;
  box-shadow: 0 10px 20px -5px rgba(79, 70, 229, 0.08), 0 4px 6px -2px rgba(15, 23, 42, 0.03) !important;
}

.toolsuite-tool-container .ts-kpi-card:hover::before {
  opacity: 1 !important;
}

.toolsuite-tool-container .ts-kpi-label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.06em !important;
  color: #64748b !important;
  margin-bottom: 6px !important;
  display: flex !important;
  align-items: center !important;
  gap: 6px !important;
}

.toolsuite-tool-container .ts-kpi-value {
  font-size: 22px !important;
  font-weight: 800 !important;
  font-family: 'JetBrains Mono', Consolas, Monaco, monospace !important;
  color: #0f172a !important;
  letter-spacing: -0.02em !important;
}

/* --------------------------------------------------------------------------
   4. File Upload & Drag-and-Drop Dropzones
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-dropzone {
  border: 2px dashed var(--ts-accent, #818cf8) !important;
  border-radius: 16px !important;
  padding: 36px 24px !important;
  text-align: center !important;
  cursor: pointer !important;
  background: linear-gradient(180deg, #f5f3ff 0%, #eef2ff 100%) !important;
  transition: all 0.25s cubic-bezier(0.16, 1, 0.3, 1) !important;
  margin-bottom: 20px !important;
  position: relative !important;
  box-shadow: inset 0 2px 4px 0 rgba(79, 70, 229, 0.03) !important;
}

.toolsuite-tool-container .ts-dropzone:hover,
.toolsuite-tool-container .ts-dropzone.drag-over {
  border-color: var(--ts-primary, #4f46e5) !important;
  background: #eef2ff !important;
  transform: translateY(-2px) !important;
  box-shadow: 0 12px 28px -8px rgba(79, 70, 229, 0.2) !important;
}

.toolsuite-tool-container .ts-drop-icon {
  font-size: 32px !important;
  margin-bottom: 12px !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  width: 56px !important;
  height: 56px !important;
  border-radius: 14px !important;
  background: #ffffff !important;
  box-shadow: 0 4px 12px rgba(79, 70, 229, 0.12) !important;
}

.toolsuite-tool-container .ts-drop-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 4px !important;
  letter-spacing: -0.01em !important;
}

.toolsuite-tool-container .ts-drop-sub {
  font-size: 13px !important;
  color: #64748b !important;
}

.toolsuite-tool-container input[type="file"] {
  cursor: pointer !important;
}

/* --------------------------------------------------------------------------
   5. Cards, Panels & Layout Containers
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-card,
.toolsuite-tool-container .ts-panel {
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 22px !important;
  background: #ffffff !important;
  margin-bottom: 20px !important;
  box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.03), 0 4px 12px -2px rgba(15, 23, 42, 0.02) !important;
  transition: border-color 0.2s ease !important;
}

.toolsuite-tool-container .ts-card:hover,
.toolsuite-tool-container .ts-panel:hover {
  border-color: #cbd5e1 !important;
}

.toolsuite-tool-container .ts-card-title {
  font-size: 15px !important;
  font-weight: 700 !important;
  color: #0f172a !important;
  margin-bottom: 16px !important;
  display: flex !important;
  align-items: center !important;
  gap: 8px !important;
  letter-spacing: -0.01em !important;
}

.toolsuite-tool-container .ts-workspace {
  display: grid !important;
  grid-template-columns: 320px 1fr !important;
  gap: 20px !important;
}

/* --------------------------------------------------------------------------
   6. Form Controls: Labels, Inputs, Selects & Textareas
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-label,
.toolsuite-tool-container label {
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  color: #475569 !important;
  margin-bottom: 6px !important;
  display: block !important;
}

.toolsuite-tool-container .ts-input,
.toolsuite-tool-container .ts-select,
.toolsuite-tool-container input[type="text"],
.toolsuite-tool-container input[type="number"],
.toolsuite-tool-container input[type="date"],
.toolsuite-tool-container input[type="email"],
.toolsuite-tool-container input[type="password"],
.toolsuite-tool-container select {
  width: 100% !important;
  height: 42px !important;
  padding: 0 14px !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f8fafc !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  outline: none !important;
  margin-bottom: 14px !important;
  transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.toolsuite-tool-container .ts-textarea,
.toolsuite-tool-container textarea {
  width: 100% !important;
  min-height: 100px !important;
  padding: 12px 14px !important;
  border-radius: 10px !important;
  border: 1px solid #e2e8f0 !important;
  background-color: #f8fafc !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  color: #0f172a !important;
  outline: none !important;
  line-height: 1.5 !important;
  margin-bottom: 14px !important;
  transition: all 0.15s cubic-bezier(0.16, 1, 0.3, 1) !important;
  resize: vertical !important;
}

.toolsuite-tool-container .ts-input:hover,
.toolsuite-tool-container .ts-select:hover,
.toolsuite-tool-container .ts-textarea:hover,
.toolsuite-tool-container input:hover,
.toolsuite-tool-container select:hover,
.toolsuite-tool-container textarea:hover {
  border-color: #cbd5e1 !important;
  background-color: #ffffff !important;
}

.toolsuite-tool-container .ts-input:focus,
.toolsuite-tool-container .ts-select:focus,
.toolsuite-tool-container .ts-textarea:focus,
.toolsuite-tool-container input:focus,
.toolsuite-tool-container select:focus,
.toolsuite-tool-container textarea:focus {
  border-color: var(--ts-accent, #6366f1) !important;
  background-color: #ffffff !important;
  box-shadow: 0 0 0 3px rgba(99, 102, 241, 0.15) !important;
}

.toolsuite-tool-container input:disabled,
.toolsuite-tool-container select:disabled,
.toolsuite-tool-container button:disabled {
  opacity: 0.6 !important;
  cursor: not-allowed !important;
}

/* --------------------------------------------------------------------------
   7. Buttons & Action Bars
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-btn,
.toolsuite-tool-container button {
  min-height: 40px !important;
  padding: 0 18px !important;
  border-radius: 10px !important;
  font-size: 13px !important;
  font-weight: 600 !important;
  font-family: inherit !important;
  cursor: pointer !important;
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  gap: 8px !important;
  border: 1px solid transparent !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
  text-decoration: none !important;
  user-select: none !important;
  background-color: var(--ts-btn-color, #4f46e5) !important;
  color: #ffffff !important;
}

.toolsuite-tool-container .ts-btn-primary,
.toolsuite-tool-container button.ts-btn-primary {
  background-color: var(--ts-btn-color, #4f46e5) !important;
  background: var(--ts-btn-color, #4f46e5) !important;
  color: #ffffff !important;
  border: 1px solid var(--ts-btn-color, #4f46e5) !important;
  box-shadow: 0 2px 8px rgba(0, 0, 0, 0.12), inset 0 1px 0 rgba(255, 255, 255, 0.2) !important;
}

.toolsuite-tool-container .ts-btn-primary:hover:not(:disabled),
.toolsuite-tool-container button.ts-btn-primary:hover:not(:disabled),
.toolsuite-tool-container button:not(.ts-btn-outline):hover:not(:disabled) {
  background-color: var(--ts-btn-color, #4f46e5) !important;
  background: var(--ts-btn-color, #4f46e5) !important;
  opacity: 0.9 !important;
  color: #ffffff !important;
  border-color: var(--ts-btn-color, #4f46e5) !important;
  transform: translateY(-1px) !important;
  box-shadow: 0 4px 14px rgba(0, 0, 0, 0.18) !important;
}

.toolsuite-tool-container .ts-btn-outline,
.toolsuite-tool-container button.ts-btn-outline {
  background: #ffffff !important;
  border: 1px solid #e2e8f0 !important;
  color: #334155 !important;
  box-shadow: 0 1px 2px 0 rgba(15, 23, 42, 0.03) !important;
}

.toolsuite-tool-container .ts-btn-outline:hover:not(:disabled),
.toolsuite-tool-container button.ts-btn-outline:hover:not(:disabled) {
  background: #f8fafc !important;
  border-color: #cbd5e1 !important;
  color: #334155 !important;
  transform: translateY(-1px) !important;
}

.toolsuite-tool-container .ts-btn-sm {
  min-height: 32px !important;
  padding: 0 12px !important;
  font-size: 12px !important;
  border-radius: 8px !important;
}

.toolsuite-tool-container .ts-actions-bar,
.toolsuite-tool-container .ts-actions {
  display: flex !important;
  gap: 10px !important;
  align-items: center !important;
  flex-wrap: wrap !important;
  margin: 16px 0 !important;
}

/* --------------------------------------------------------------------------
   8. Tables & Data Lists
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-table-wrapper {
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  overflow: hidden !important;
  background: #ffffff !important;
  margin-bottom: 20px !important;
  box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.03) !important;
}

.toolsuite-tool-container table {
  width: 100% !important;
  border-collapse: separate !important;
  border-spacing: 0 !important;
  font-size: 13px !important;
}

.toolsuite-tool-container th {
  background: #f8fafc !important;
  color: #475569 !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 0.05em !important;
  padding: 12px 16px !important;
  border-bottom: 1px solid #e2e8f0 !important;
  text-align: left !important;
}

.toolsuite-tool-container td {
  padding: 12px 16px !important;
  border-bottom: 1px solid #f1f5f9 !important;
  color: #1e293b !important;
}

.toolsuite-tool-container tr:last-child td {
  border-bottom: none !important;
}

.toolsuite-tool-container tr:hover td {
  background: #f8fafc !important;
}

/* --------------------------------------------------------------------------
   9. Result Sections & Preview Papers
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .result-box,
.toolsuite-tool-container .res-section {
  background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 14px !important;
  padding: 20px !important;
  margin-top: 16px !important;
}

.toolsuite-tool-container .result-value {
  font-size: 26px !important;
  font-weight: 800 !important;
  color: var(--ts-primary, #4f46e5) !important;
  font-family: 'JetBrains Mono', monospace !important;
}

.toolsuite-tool-container .ts-preview-paper,
.toolsuite-tool-container .ts-resume-paper {
  background: #ffffff !important;
  box-shadow: 0 12px 30px -5px rgba(15, 23, 42, 0.08), 0 4px 10px -2px rgba(15, 23, 42, 0.03) !important;
  border: 1px solid #e2e8f0 !important;
  border-radius: 12px !important;
  padding: 32px !important;
  margin: 0 auto !important;
}

/* --------------------------------------------------------------------------
   10. Progress, Loading, Success & Error States
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-progress-bar {
  height: 8px !important;
  background: #e2e8f0 !important;
  border-radius: 999px !important;
  overflow: hidden !important;
  margin: 16px 0 !important;
}

.toolsuite-tool-container .ts-progress-fill {
  height: 100% !important;
  background: linear-gradient(90deg, var(--ts-primary, #4f46e5) 0%, var(--ts-accent, #3b82f6) 100%) !important;
  border-radius: 999px !important;
  transition: width 0.35s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

/* Alert Notices & Indicators */
.toolsuite-tool-container .pass,
.toolsuite-tool-container .status-success,
.toolsuite-tool-container .ts-notice.success {
  background: #f0fdf4 !important;
  color: #15803d !important;
  border: 1px solid #bbf7d0 !important;
  border-left: 4px solid #16a34a !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 12px 0 !important;
}

.toolsuite-tool-container .fail,
.toolsuite-tool-container .status-error,
.toolsuite-tool-container .ts-notice.error {
  background: #fef2f2 !important;
  color: #b91c1c !important;
  border: 1px solid #fecaca !important;
  border-left: 4px solid #dc2626 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 12px 0 !important;
}

.toolsuite-tool-container .warn,
.toolsuite-tool-container .status-warning,
.toolsuite-tool-container .ts-notice.warning {
  background: #fffbeb !important;
  color: #b45309 !important;
  border: 1px solid #fde68a !important;
  border-left: 4px solid #d97706 !important;
  border-radius: 10px !important;
  padding: 12px 16px !important;
  font-size: 13px !important;
  font-weight: 500 !important;
  margin: 12px 0 !important;
}

/* --------------------------------------------------------------------------
   11. Badges, Tabs & Segmented Controls
   -------------------------------------------------------------------------- */
.toolsuite-tool-container .ts-badge {
  display: inline-flex !important;
  align-items: center !important;
  padding: 3px 10px !important;
  border-radius: 999px !important;
  font-size: 11px !important;
  font-weight: 700 !important;
  background: #eef2ff !important;
  color: var(--ts-primary, #4f46e5) !important;
  border: 1px solid #e0e7ff !important;
}

/* Modern SaaS Segmented Control Pill Tabs */
.toolsuite-tool-container .ts-tabs {
  display: flex !important;
  gap: 4px !important;
  background: #f1f5f9 !important;
  padding: 4px !important;
  border-radius: 12px !important;
  border: 1px solid #e2e8f0 !important;
  margin-bottom: 20px !important;
}

.toolsuite-tool-container .ts-tab {
  padding: 8px 16px !important;
  font-size: 12px !important;
  font-weight: 600 !important;
  color: #64748b !important;
  border: none !important;
  background: transparent !important;
  cursor: pointer !important;
  border-radius: 8px !important;
  transition: all 0.2s cubic-bezier(0.16, 1, 0.3, 1) !important;
}

.toolsuite-tool-container .ts-tab:hover {
  color: #0f172a !important;
  background: rgba(255, 255, 255, 0.6) !important;
}

.toolsuite-tool-container .ts-tab.active {
  color: var(--ts-primary, #4f46e5) !important;
  background: #ffffff !important;
  box-shadow: 0 1px 3px 0 rgba(15, 23, 42, 0.08) !important;
  font-weight: 700 !important;
}

.toolsuite-tool-container .swatch {
  width: 36px !important;
  height: 36px !important;
  border-radius: 10px !important;
  border: 1px solid rgba(0, 0, 0, 0.12) !important;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.05) !important;
}

/* --------------------------------------------------------------------------
   12. Responsive Breakdown
   -------------------------------------------------------------------------- */
@media (max-width: 900px) {
  .toolsuite-tool-container .ts-workspace {
    grid-template-columns: 1fr !important;
  }
}

@media (max-width: 640px) {
  .toolsuite-tool-container {
    padding: 12px !important;
  }
  .toolsuite-tool-container .ts-kpi-grid {
    grid-template-columns: 1fr 1fr !important;
  }
  .toolsuite-tool-container .ts-dropzone {
    padding: 24px 16px !important;
  }
}
