/*
Theme Name: Walter Schadtler Child
Theme URI: https://waltertescucha.com/
Description: Tema hijo de GeneratePress para Walter Te Escucha. Guarda personalizaciones, ajustes visuales y funciones operativas sin tocar el tema padre.
Author: NAYA Consultores
Author URI: https://nayaconsultores.com/
Template: generatepress
Version: 1.0.0
Text Domain: walter-schadtler-child
Requires at least: 6.0
Requires PHP: 7.4
*/

/* =========================================================
   Walter Schadtler Child Theme - Base mínima
   No colocar aquí layout del CRM.
   El layout CRM vive en:
   /assets/css/wsc-child.css
========================================================= */

:root {
  --wsc-purple: #68289a;
  --wsc-purple-dark: #43205f;
  --wsc-purple-soft: #f4edf8;
  --wsc-orange: #f86600;
  --wsc-orange-soft: #fff0e6;

  --wsc-ink: #1d1b22;
  --wsc-muted: #6f6878;
  --wsc-line: #e7ddec;
  --wsc-bg: #f8f6fa;
  --wsc-card: #ffffff;

  --wsc-radius: 22px;
  --wsc-shadow: 0 18px 48px rgba(67, 32, 95, 0.12);
}

html {
  scroll-behavior: smooth;
}

body {
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.wsc-child-theme {
  color: var(--wsc-ink);
}

body.wsc-child-theme a {
  text-underline-offset: 0.16em;
}

body.wsc-child-theme ::selection {
  background: rgba(104, 40, 154, 0.18);
}


.widget-area .widget {
    padding: 0;
    
}