/*
Theme Name: MineOro 2026
Theme URI: https://mineoro.com
Description: MineOro Explorations child theme for Hello Elementor, built for Elementor Pro. Full-spectrum mineral exploration support — field-ready, executive-focused.
Author: Coyote6 GraphX
Author URI: https://c6gx.com
Template: hello-elementor
Version: 1.0.0
Text Domain: mineoro2026
Tags: elementor, child-theme, mineral-exploration
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
*/

/* =============================================================
   MINEORO 2026 — CHILD THEME GLOBAL STYLES
   Parent: Hello Elementor
   Designer: Coyote6 GraphX
   ============================================================= */

/* ----- CSS Custom Properties ----- */
:root {
  --color-primary:    #f9a600;   /* MineOro Gold        */
  --color-secondary:  #231f20;   /* Deep Charcoal       */
  --color-tertiary:   #dcd7d8;   /* Warm Silver         */
  --color-black:      #000000;
  --color-white:      #ffffff;

  /* Derived utility tones */
  --color-dark-bg:    #181516;   /* Near-black bg use   */
  --color-mid-bg:     #2e2a2b;   /* Dark section bg     */
  --color-gold-dark:  #c88500;   /* Hover / depth gold  */
  --color-gold-light: #fbbe3f;   /* Light accent gold   */
  --color-text-on-light: #231f20;
  --color-text-on-dark:  #ffffff;
  --color-text-muted: #8a8385;

}

.max-w-800 {
    max-width: 800px;
}
.relative {
    position: relative;
}
.underline-on-hover a {
  text-decoration: none !important;
}
.underline-on-hover a:hover {
  text-decoration: underline !important;
}
.overflow-hidden {
  overflow: hidden;
}
.gform_required_legend {
  display: none;
}