/* Simple Cookie Notice */
#scn-banner-root.scn-hidden{display:none;}

.scn-banner {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 99999;
  background: #ffffff;
  box-shadow: 0 -2px 14px rgba(0,0,0,.08);
  border-top: 1px solid rgba(0,0,0,.06);
  font-family: inherit;
  direction: rtl;
}

.scn-container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 12px 16px;
  display: flex;
  align-items: center;
  gap: 16px;
}

.scn-text {
  font-size: 14px;
  line-height: 1.6;
  color: #1f2937;
  flex: 1 1 auto;
}

.scn-text a { text-decoration: underline; }

.scn-actions {
  flex: 0 0 auto;
}

.scn-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-width: 120px;
  min-height: 40px;
  padding: 0 16px;
  border-radius: 9999px;
  background: #6b3fa0;
  color: #fff;
  border: 0;
  cursor: pointer;
  font-weight: 600;
}

.scn-btn:hover, .scn-btn:focus {
  filter: brightness(0.95);
}

@media (max-width: 640px) {
  .scn-container {
    flex-direction: column;
    align-items: stretch;
    gap: 8px;
  }
  .scn-actions { width: 100%; }
  .scn-btn { width: 100%; }
}
