/* Cookie consent banner — RTL-friendly */
#timelsa-cookie-banner {
  position: fixed;
  z-index: 10050;
  left: 0;
  right: 0;
  bottom: 0;
  padding: 0.75rem 1rem calc(0.75rem + env(safe-area-inset-bottom));
  background: rgba(11, 29, 58, 0.96);
  color: #f8fafc;
  box-shadow: 0 -8px 32px rgba(15, 23, 42, 0.35);
  font-family: 'Cairo', system-ui, sans-serif;
  font-size: 0.875rem;
  line-height: 1.55;
  display: none;
  align-items: flex-start;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
}

#timelsa-cookie-banner.timelsa-cookie-banner--visible {
  display: flex;
}

#timelsa-cookie-banner .timelsa-cookie-banner__text {
  flex: 1 1 280px;
  max-width: 52rem;
}

#timelsa-cookie-banner a {
  color: #93c5fd;
  text-decoration: underline;
  font-weight: 600;
}

#timelsa-cookie-banner a:hover,
#timelsa-cookie-banner a:focus {
  color: #bfdbfe;
}

#timelsa-cookie-banner .timelsa-cookie-banner__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 0.5rem;
  align-items: center;
  justify-content: flex-end;
}

#timelsa-cookie-banner button {
  cursor: pointer;
  border-radius: 9999px;
  padding: 0.5rem 1rem;
  font-weight: 700;
  font-size: 0.8125rem;
  border: none;
  font-family: inherit;
}

#timelsa-cookie-banner .timelsa-cookie-btn--primary {
  background: #0066cc;
  color: #fff;
}

#timelsa-cookie-banner .timelsa-cookie-btn--primary:hover {
  background: #0052a3;
}

#timelsa-cookie-banner .timelsa-cookie-btn--ghost {
  background: transparent;
  color: #e2e8f0;
  border: 1px solid rgba(226, 232, 240, 0.45);
}

#timelsa-cookie-banner .timelsa-cookie-btn--ghost:hover {
  background: rgba(255, 255, 255, 0.08);
}
