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

/* COOKIE-BANNER */
/* CookieYes kompakter und typografisch kleiner */
.cky-consent-container .cky-consent-bar {
  max-width: 320px !important;
  min-width: 260px !important;
  padding: 10px 10px 6px !important;
  border-radius: 12px !important;
  background: #f6e0c9 !important;
  border: 1px solid #e2c19e !important;
  box-shadow: 0 8px 22px rgba(123, 67, 33, 0.14) !important;
}

.cky-notice-title {
  font-size: 17px !important;
  line-height: 1.2 !important;
  font-weight: 700 !important;
  color: #6e3a1f !important;
  margin-bottom: 8px !important;
}

.cky-notice-des,
.cky-notice-des p,
.cky-consent-bar .cky-notice-des {
  font-size: 12.5px !important;
  line-height: 1.45 !important;
  color: #7c5a46 !important;
}

.cky-notice-btn-wrapper {
  margin-top: 10px !important;
  gap: 6px !important;
}

.cky-btn {
  min-height: 34px !important;
  padding: 6px  !important;
  border-radius: 8px !important;
  font-size: 12.5px !important;
  font-weight: 600 !important;
  box-shadow: none !important;
}

/* Akzeptieren */
.cky-btn-accept {
  background: #ea5b00 !important;
  color: #fffaf5 !important;
  border: 1px solid #ea5b00 !important;
}

.cky-btn-accept:hover {
  background: #cf4f00 !important;
  border-color: #cf4f00 !important;
}

/* Ablehnen + Verwalten */
.cky-btn-reject,
.cky-btn-customize {
  background: #fdf3e8 !important;
  color: #7a4325 !important;
  border: 1px solid #d7ab84 !important;
}

.cky-btn-reject:hover,
.cky-btn-customize:hover {
  background: #f5e3d0 !important;
  border-color: #c89166 !important;
}

.cky-notice-des a,
.cky-policy {
  color: #c65410 !important;
  text-decoration: none !important;
}

.cky-notice-des a:hover,
.cky-policy:hover {

	/* COOKIE-FOTO */
	/* Linker Textbereich im CookieYes-Banner */
.cky-consent-container,
.cky-notice-container {
  max-width: 460px !important;
  padding: 10px 12px !important;
  border: none !important;
  border-radius: 0 !important;
  box-shadow: none !important;
  background: #fff !important;
}

/* Bild links im Textbereich */
.cky-notice-des {
  display: flex !important;
  align-items: flex-start !important;
  gap: 10px !important;
}

.cky-notice-des::before {
  content: "";
  display: block;
  flex: 0 0 44px;
  width: 44px;
  height: 44px;
  background: url("https://friday-orange-club.de/wp-content/uploads/2026/05/cookie-cat-zeichnung.png") no-repeat center center;
  background-size: contain;
  margin-top: 2px;
}

/* Text kleiner und kompakter */
.cky-consent-container .cky-title,
.cky-notice-container .cky-title {
  font-size: 18px !important;
  line-height: 1.2 !important;
  margin: 0 0 6px 0 !important;
}

.cky-consent-container p,
.cky-notice-container p,
.cky-notice-des {
  font-size: 13px !important;
  line-height: 1.3 !important;
  margin: 0 !important;
  padding: 0 !important;
}