.ec-overlay[hidden],
.ec-modal [hidden]{display:none !important;}
.ec-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(8,20,12,.58);
  backdrop-filter:blur(5px);
  padding:16px;
  overflow:auto;
}
.ec-modal{
  width:min(100%,620px);
  margin:18px auto;
  background:#fff;
  border-radius:20px;
  border:1px solid #d7e7da;
  box-shadow:0 28px 72px rgba(8,20,12,.22);
  color:#163121;
  position:relative;
  overflow:hidden;
}
.ec-modal *{box-sizing:border-box;}
.ec-modal-header{
  padding:16px 18px 12px;
  border-bottom:1px solid #e6efe7;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
}
.ec-modal-header h2,
.ec-section-title{
  margin:0;
  line-height:1.2;
  color:#163121 !important;
}
.ec-modal-header h2{font-size:18px;}
.ec-section-title{font-size:16px;}
.ec-modal-body{
  padding:12px 18px 4px;
}
.ec-text-block p,
.ec-text-small p{
  margin:0 0 10px;
  color:#163121 !important;
  line-height:1.55;
  font-size:13px;
}
.ec-text-small{
  color:#5f7668;
  font-size:12px;
}
.ec-modal-footer-actions{
  padding:0 18px 10px;
  display:grid;
  gap:10px;
}
.ec-btn{
  appearance:none;
  border:0;
  border-radius:12px;
  min-height:44px;
  padding:10px 14px;
  font-size:14px;
  font-weight:800;
  cursor:pointer;
  text-align:center;
  transition:transform .14s ease, box-shadow .14s ease, background .14s ease, border-color .14s ease;
}
.ec-btn:hover{transform:translateY(-1px);}
.ec-btn-primary{
  background:#2fa45c;
  color:#fff;
  box-shadow:0 10px 24px rgba(47,164,92,.20);
}
.ec-btn-primary:hover{background:#1f7f45;}
.ec-btn-secondary{
  background:#57c979;
  color:#0f2c1b;
}
.ec-btn-secondary:hover{background:#43b764;}
.ec-btn-secondary-outline{
  background:#fff;
  color:#1f7f45;
  border:2px solid #2fa45c;
}
.ec-btn-link{
  background:none;
  color:#1f7f45;
  min-height:auto;
  padding:0;
  text-decoration:underline;
  font-size:13px;
}
.ec-modal-meta{
  padding:12px 18px 14px;
  border-top:1px solid #e6efe7;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  color:#5f7668;
  font-size:13px;
}
.ec-modal-meta a{
  color:#1f7f45 !important;
  text-decoration:underline;
}
.ec-close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:#eef6f0;
  color:#163121;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.ec-close:hover{background:#ddece0;}
.ec-category-card{
  border:1px solid #dce9df;
  border-radius:16px;
  padding:12px;
  margin:12px 0;
  background:#fff;
}
.ec-category-card.is-required{
  background:#f8fcf9;
}
.ec-category-top{
  display:flex;
  justify-content:space-between;
  gap:10px;
  align-items:flex-start;
}
.ec-category-checkbox{
  display:flex;
  gap:10px;
  align-items:flex-start;
  font-weight:800;
  cursor:pointer;
  flex:1 1 auto;
  font-size:14px;
}
.ec-category-checkbox input{
  position:absolute;
  opacity:0;
  pointer-events:none;
}
.ec-switch{
  width:42px;
  height:24px;
  border-radius:999px;
  background:#dce9df;
  position:relative;
  flex:0 0 auto;
  margin-top:1px;
}
.ec-switch::after{
  content:"";
  position:absolute;
  top:3px;
  left:3px;
  width:18px;
  height:18px;
  border-radius:999px;
  background:#fff;
  box-shadow:0 2px 6px rgba(15,23,42,.16);
  transition:transform .16s ease;
}
.ec-category-checkbox input:checked + .ec-switch{
  background:#2fa45c;
}
.ec-category-checkbox input:checked + .ec-switch::after{
  transform:translateX(18px);
}
.ec-category-name em{
  font-style:normal;
  color:#6c7f71;
  font-weight:700;
}
.ec-category-desc{
  margin:8px 0 0;
  color:#334b3b !important;
  font-size:13px;
  line-height:1.5;
}
.ec-more-link{
  background:none;
  border:0;
  color:#1f7f45;
  text-decoration:underline;
  cursor:pointer;
  padding:3px;
  font:inherit;
  font-weight:700;
  font-size:13px;
}
.ec-category-info{
  margin-top:10px;
  padding:10px 12px;
  background:#f7fbf8;
  border-radius:12px;
  border:1px solid #e0ebe2;
}
.ec-category-info strong{display:block;margin-bottom:6px;font-size:13px;}
.ec-category-info p{margin:0 0 8px;color:#334b3b !important;font-size:13px;line-height:1.5;}
.ec-toast{
  position:sticky;
  bottom:0;
  left:0;
  right:0;
  margin:0 18px 14px;
  padding:0;
  min-height:0;
  font-size:13px;
  font-weight:700;
  color:#1f7f45;
}
.ec-toast.is-visible{
  background:#effaf1;
  border:1px solid #bfe3c8;
  border-radius:10px;
  padding:9px 11px;
  min-height:auto;
}
.eymo-cookie-embed{
  position:relative;
  width:100%;
}
.ec-embed-placeholder{
  border:1px solid #dce9df;
  border-radius:18px;
  padding:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f7fbf8 100%);
  box-shadow:0 14px 34px rgba(15,23,42,.08);
  text-align:left;
}
.ec-embed-placeholder strong{
  display:block;
  font-size:18px;
  margin-bottom:8px;
  color:#163121;
}
.ec-embed-placeholder p{
  margin:0 0 14px;
  color:#334b3b !important;
  font-size:13px;
}
.eymo-cookie-settings-trigger{
  cursor:pointer;
}
body.eymo-cookie-modal-open{
  overflow:hidden;
}
@media (max-width: 767px){
  .ec-overlay{padding:8px;}
  .ec-modal{margin:8px auto;border-radius:18px;}
  .ec-modal-header,
  .ec-modal-body,
  .ec-modal-meta,
  .ec-modal-footer-actions{padding-left:14px;padding-right:14px;}
  .ec-category-top{flex-direction:column;align-items:stretch;}
  .ec-close{top:8px;right:8px;}
}
