/* 
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 */

cookieyes colors
/* =========================
   CookieYes: primary color -> #F59E0B
   (перекрываем инлайновые стили через !important)
   ========================= */

html, body{
  --cky-accent:#CCA974;
}


/* 1) Основные кнопки "Přijmout vše" (в баннере и в окне настроек) */
.cky-consent-container .cky-btn-accept,
.cky-preference-center .cky-btn-accept{
  background-color: var(--cky-accent) !important;
  border-color: var(--cky-accent) !important;
  color: #000 !important;
}

/* 2) Вторичные кнопки (outline) */
.cky-consent-container .cky-btn-reject,
.cky-consent-container .cky-btn-customize,
.cky-preference-center .cky-btn-reject,
.cky-preference-center .cky-btn-preferences{
  color: var(--cky-accent) !important;
  border-color: var(--cky-accent) !important;
  background-color: transparent !important;
}

/* 3) Ссылка/кнопка "Zobrazit více" */
.cky-preference-center .cky-show-desc-btn{
  color: var(--cky-accent) !important;
}

/* 4) Если где-то в CookieYes есть элементы, которые берут "primary" из переменной */
.cky-consent-container,
.cky-preference-center{
  --cky-primary-color: var(--cky-accent);
}

/* 5) (опционально) фокус/обводка для доступности в том же цвете */
.cky-consent-container .cky-btn:focus,
.cky-preference-center .cky-btn:focus{
  outline: 2px solid var(--cky-accent) !important;
  outline-offset: 2px;
}