/*!*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[2]!./node_modules/.pnpm/next@15.2.4_@babel+core@7.26.10_react-dom@18.3.1_react@18.3.1__react@18.3.1/node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[13].oneOf[5].use[3]!./components/CookieConsent.module.css ***!
  \*****************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************************/
.CookieConsent_cookieContainer__saEs8 {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 50;
}

.CookieConsent_cookieContent__X0AM0 {
  background: rgba(17, 24, 39, 0.95);
  -webkit-backdrop-filter: blur(8px);
          backdrop-filter: blur(8px);
  border-top: 1px solid rgb(55, 65, 81);
  box-shadow: 0 -10px 25px -3px rgba(0, 0, 0, 0.1);
}

.CookieConsent_cookieInner__Y1lCd {
  max-width: 80rem;
  margin: 0 auto;
  padding: 1.5rem 1rem;
}

.CookieConsent_cookieLayout__cG96u {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem;
}

.CookieConsent_cookieText__EiBFH {
  flex: 1;
}

.CookieConsent_cookieButtons__EawJl {
  display: flex;
  flex-direction: column;
  gap: 0.75rem;
  width: 100%;
}

.CookieConsent_cookieButton__pnFSs {
  padding: 0.5rem 1rem;
  border-radius: 0.5rem;
  transition: all 0.2s;
  font-size: 0.875rem;
  white-space: nowrap;
  text-align: center;
  cursor: pointer;
  border: none;
  font-family: inherit;
}

.CookieConsent_cookieButtonCustomize__tm6FZ {
  color: rgb(209, 213, 219);
  border: 1px solid rgb(75, 85, 99);
  background: transparent;
}

.CookieConsent_cookieButtonCustomize__tm6FZ:hover {
  color: white;
  border-color: rgb(107, 114, 128);
}

.CookieConsent_cookieButtonNecessary__jHKeg {
  background: rgb(55, 65, 81);
  color: white;
}

.CookieConsent_cookieButtonNecessary__jHKeg:hover {
  background: rgb(75, 85, 99);
}

.CookieConsent_cookieButtonAccept__IBUI7 {
  background: rgb(37, 99, 235);
  color: white;
  font-weight: 500;
  padding: 0.5rem 1.5rem;
}

.CookieConsent_cookieButtonAccept__IBUI7:hover {
  background: rgb(29, 78, 216);
}

/* Tablet and up */
@media (min-width: 768px) {
  .CookieConsent_cookieLayout__cG96u {
    flex-direction: row;
    align-items: center;
  }
  
  .CookieConsent_cookieButtons__EawJl {
    flex-direction: row;
    width: auto;
  }
}

/* Large screens */
@media (min-width: 1280px) {
  .CookieConsent_cookieLayout__cG96u {
    gap: 2rem;
  }
} 
