/* 
Theme Name: Hello Elementor Child
Theme URI: https://github.com/elementor/hello-theme-child/
Description: Hello Elementor Child is a child theme of Hello Elementor, created by Elementor team
Author: Elementor Team
Author URI: https://elementor.com/
Template: hello-elementor
Version: 2.0.0
Text Domain: hello-elementor-child
License: GNU General Public License v3 or later.
License URI: https://www.gnu.org/licenses/gpl-3.0.html
Tags: flexible-header, custom-colors, custom-menu, custom-logo, editor-style, featured-images, rtl-language-support, threaded-comments, translation-ready
*/

/* Add your custom styles here */
:root {
  --color-primary: #00C389;
  --color-primary-hover: #009A6E;
  --color-accent: #FDDA24;
  --color-background: #F7F8FA;
  --color-surface: #FFFFFF;
  --color-border: #E8EDF2;
  --color-text: #1F2937;
  --color-text-secondary: #6B7280;
  --color-success: #22C55E;
  --color-warning: #F59E0B;
  --color-error: #EF4444;
  --font-family: "Onest", system-ui, sans-serif;
  --spacing-lg: 32px;
  --radius-md: 12px;
  
}

ul li::marker {
    color: #00C389;
}

/* =========================================
   Глобальные стили таблиц Happy Travel
========================================= */

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0;
    margin: 30px 0;
    background: #fff;
    border: 1px solid #E8F2EE;
    border-radius: 5px;
    overflow: hidden;
    box-shadow: 0 8px 25px rgba(0,0,0,.05);
    font-size: 16px;
    line-height: 1.6;
}

table th,
table td {
    padding: 18px 22px;
    text-align: left;
    vertical-align: top;
}

table thead th,
table tr:first-child th {
    background: #009A6E;
    color: #fff;
    font-size: 18px;
    font-weight: 600;
    border: none;
}

table tbody tr:nth-child(even) {
    background: #F8FCFB;
}

table tbody tr:hover {
    background: #EDF9F5;
    transition: background .25s ease;
}

table td {
    border-top: 1px solid #E8F2EE;
}

table td:first-child {
    font-weight: 600;
    color: #009A6E;
    width: 220px;
}

table th + th,
table td + td {
    border-left: 1px solid #E8F2EE;
}