.ec-overlay[hidden],
.ec-modal [hidden]{display:none !important;}
.ec-overlay{
  position:fixed;
  inset:0;
  z-index:999999;
  background:rgba(2,6,23,.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 #d8e1ef;
  box-shadow:0 28px 72px rgba(2,6,23,.28);
  color:#0f172a;
  position:relative;
  overflow:hidden;
}
.ec-modal *{box-sizing:border-box;}
.ec-modal-header{
  padding:16px 18px 12px;
  border-bottom:1px solid #e5edf5;
  background:linear-gradient(180deg,#ffffff 0%,#fbfdff 100%);
}
.ec-modal-header h2,
.ec-section-title{
  margin:0;
  line-height:1.2;
  color:#0f172a !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:#0f172a !important;
  line-height:1.55;
  font-size:13px;
}
.ec-text-small{
  color:#475569;
  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:#03a9f4;
  color:#fff;
  box-shadow:0 10px 24px rgba(23,126,160,.22);
}
.ec-btn-primary:hover{background:#146d8b;}
.ec-btn-secondary{
  background:#03a9f4;
  color:#fff;
}
.ec-btn-secondary:hover{background:#146d8b;}
.ec-btn-secondary-outline{
  background:#fff;
  color:#03a9f4;
  border:2px solid #03a9f4;
}
.ec-btn-link{
  background:none;
  color:#0f5d84;
  min-height:auto;
  padding:0;
  text-decoration:underline;
  font-size:13px;
}
.ec-modal-meta{
  padding:12px 18px 14px;
  border-top:1px solid #e5edf5;
  display:flex;
  gap:8px;
  flex-wrap:wrap;
  justify-content:center;
  align-items:center;
  color:#475569;
  font-size:13px;
}
.ec-modal-meta a{
  color:#0f5d84 !important;
  text-decoration:underline;
}
.ec-close{
  position:absolute;
  top:10px;
  right:10px;
  width:34px;
  height:34px;
  border:0;
  border-radius:999px;
  background:#f1f5f9;
  color:#0f172a;
  font-size:24px;
  line-height:1;
  cursor:pointer;
  display:flex;
  align-items:center;
  justify-content:center;
  padding:0;
}
.ec-close:hover{background:#e2e8f0;}
.ec-category-card{
  border:1px solid #dde6f1;
  border-radius:16px;
  padding:12px;
  margin:12px 0;
  background:#fff;
}
.ec-category-card.is-required{
  background:#fbfdff;
}
.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:#dbe4ef;
  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:#03a9f4;
}
.ec-category-checkbox input:checked + .ec-switch::after{
  transform:translateX(18px);
}
.ec-category-name em{
  font-style:normal;
  color:#64748b;
  font-weight:700;
}
.ec-category-desc{
  margin:8px 0 0;
  color:#334155 !important;
  font-size:13px;
  line-height:1.5;
}
.ec-more-link{
  background:none;
  border:0;
  color:#0f5d84;
  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:#f8fafc;
  border-radius:12px;
  border:1px solid #e2e8f0;
}
.ec-category-info strong{display:block;margin-bottom:6px;font-size:13px;}
.ec-category-info p{margin:0 0 8px;color:#334155 !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:#0f5d84;
}
.ec-toast.is-visible{
  background:#ecfeff;
  border:1px solid #a5f3fc;
  border-radius:10px;
  padding:9px 11px;
  min-height:auto;
}
.enormek-cookie-embed{
  position:relative;
  width:100%;
}
.ec-embed-placeholder{
  border:1px solid #dbe4ef;
  border-radius:18px;
  padding:18px;
  background:linear-gradient(180deg,#ffffff 0%,#f8fbfd 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:#0f172a;
}
.ec-embed-placeholder p{
  margin:0 0 14px;
  color:#334155 !important;
  font-size:13px;
}
.enormek-cookie-settings-trigger{
  cursor:pointer;
}
body.enormek-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;}
}
