.ccv-lang{
  align-items:center;
  gap:4px!important;
  padding:5px!important;
  border-color:rgba(171,137,76,.42)!important
}
.ccv-lang a{
  display:flex!important;
  align-items:center;
  gap:7px;
  min-height:38px;
  padding:7px 12px!important;
  white-space:nowrap
}
.ccv-lang-flag{
  font-size:19px;
  line-height:1
}
.ccv-lang-code{
  display:none
}
.ccv-country-entry{
  display:inline-flex;
  flex:0 0 auto;
  align-items:center;
  align-self:center;
  gap:12px;
  margin:22px auto 0;
  padding:11px 17px;
  border:1px solid rgba(255,255,255,.48);
  border-radius:14px;
  color:#fff!important;
  background:rgba(18,31,35,.42);
  box-shadow:0 10px 30px rgba(0,0,0,.16);
  text-align:left;
  text-decoration:none!important;
  backdrop-filter:blur(12px);
  transition:transform .2s ease,background .2s ease
}
.ccv-country-entry:hover{
  background:rgba(18,31,35,.58);
  transform:translateY(-2px)
}
.ccv-country-entry .ccv-country-entry-flag{
  font-size:30px;
  line-height:1
}
.ccv-country-entry strong,
.ccv-country-entry small{
  display:block
}
.ccv-country-entry strong{
  color:#fff;
  font:700 14px/1.25 system-ui,sans-serif
}
.ccv-country-entry small{
  margin-top:2px;
  color:rgba(255,255,255,.78);
  font:500 11px/1.3 system-ui,sans-serif
}
.ccv-geo-notice{
  position:fixed;
  right:18px;
  bottom:18px;
  z-index:2147483000;
  display:grid;
  grid-template-columns:auto 1fr auto;
  align-items:center;
  gap:12px;
  width:min(440px,calc(100vw - 36px));
  padding:15px 16px;
  border:1px solid rgba(171,137,76,.38);
  border-radius:16px;
  color:#463b2d;
  background:rgba(255,252,246,.97);
  box-shadow:0 18px 55px rgba(44,35,24,.2);
  font:500 13px/1.45 system-ui,sans-serif;
  backdrop-filter:blur(14px)
}
.ccv-geo-notice-flag{
  font-size:28px
}
.ccv-geo-notice p{
  margin:0
}
.ccv-geo-notice a{
  color:#785b31;
  font-weight:700
}
.ccv-geo-notice button{
  width:30px;
  height:30px;
  padding:0;
  border:0;
  border-radius:50%;
  color:#55493b;
  background:#eee6d9;
  cursor:pointer;
  font-size:18px
}
.ccv-geo-attribution{
  display:block;
  flex-basis:100%;
  width:100%;
  margin:8px auto 0;
  color:inherit;
  font:400 10px/1.4 system-ui,sans-serif;
  text-align:center;
  opacity:.62
}
.ccv-geo-attribution a{
  color:inherit
}
@media(max-width:600px){
  .ccv-lang{
    right:auto!important;
    left:50%;
    top:10px!important;
    transform:translateX(-50%)
  }
  .ccv-lang-name{display:none}
  .ccv-lang-code{display:inline}
  .ccv-lang a{min-height:36px;padding:7px 10px!important}
  .ccv-country-entry{margin-top:18px}
  .ccv-geo-notice{right:10px;bottom:10px;width:calc(100vw - 20px)}
}
@media(prefers-reduced-motion:reduce){
  .ccv-country-entry{transition:none}
}
