/*
Theme Name: Hello Elementor Child
Description: Hello Elementor Child Theme for Színvarázs Ajándék Műhely
Author: Elementor Team / Custom
Author URI: https://elementor.com/
Template: hello-elementor
Version: 1.0.1
Text Domain: hello-elementor-child
*/

:root {
  --bg-header: #ffffff;
  --text-color: #263341;
  --accent-color: #49b69c;
  --announcement-bg: #9a177e;
  --announcement-text: #ffffff;
}

/* Alapvető elrendezés */
.site-header {
  background: var(--bg-header);
  border-bottom: 1px solid rgba(38, 51, 65, 0.1);
}

.announcement-bar {
  background: var(--announcement-bg);
  color: var(--announcement-text);
  text-align: center;
  padding: 8px 0;
  font-size: 0.9rem;
}

.header-main .container {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 20px;
  max-width: 1200px;
  margin: 0 auto;
}

.main-navigation ul {
  list-style: none;
  display: flex;
  gap: 20px;
}

.main-navigation a {
  text-decoration: none;
  color: var(--text-color);
  font-weight: 500;
}

.header-actions {
  display: flex;
  gap: 15px;
}

.header-actions a {
  color: var(--text-color);
  text-decoration: none;
}
