/*
 Theme Name:   Cargo Child - Causas Laborales
 Theme URI:    https://causaslaborales.cl
 Description:  Child theme de Cargo para Mardel & Cía - Abogada Laboralista
 Author:       Mardel & Cía Dev Team
 Author URI:   https://causaslaborales.cl
 Template:     cargo
 Version:      1.0.0
 License:      GNU General Public License v2 or later
 Text Domain:  cargo-child
*/

/* ===========================================
   CUSTOM STYLES - Causas Laborales
   =========================================== */

/* ── Smooth Scroll Global ── */
html {
  scroll-behavior: smooth;
}

/* ── Offset para header fijo ── */
/* Ajustar el valor según la altura real del header */
:target {
  scroll-margin-top: 100px;
}

section[id] {
  scroll-margin-top: 100px;
}
