/*
Theme Name: Hello Elementor Child
Theme URI: https://elementor.com/hello-theme/?utm_source=wp-themes&utm_campaign=theme-uri&utm_medium=wp-dash
Template: hello-elementor
Author: Elementor Team
Author URI: https://elementor.com/?utm_source=wp-themes&utm_campaign=author-uri&utm_medium=wp-dash
Description: Hello Elementor is a lightweight and minimalist WordPress theme that was built specifically to work seamlessly with the Elementor site builder plugin. The theme is free, open-source, and designed for users who want a flexible, easy-to-use, and customizable website. The theme, which is optimized for performance, provides a solid foundation for users to build their own unique designs using the Elementor drag-and-drop site builder. Its simplicity and flexibility make it a great choice for both beginners and experienced Web Creators.
Tags: accessibility-ready,flexible-header,custom-colors,custom-menu,custom-logo,featured-images,rtl-language-support,threaded-comments,translation-ready
Version: 3.4.5.1763529083
Updated: 2025-11-19 05:11:23

*/
/* ====== LuckyLlama Competition Styles (llc) ====== */
/* Paste this in Appearance → Customize → Additional CSS or hello-elementor-child/style.css */

.llc-lottery-info {
  background: #ffffff;
  border-radius: 12px;
  box-shadow: 0 6px 18px rgba(11,18,30,0.06);
  padding: 18px;
  max-width: 760px;
  margin: 0 auto 24px;
  font-family: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial;
  color: #14243b;
  line-height: 1.4;
}

/* Countdown block */
.llc-countdown-block {
  display: flex;
  align-items: center;
  gap: 16px;
  border-bottom: 1px solid #f0f3f7;
  padding-bottom: 12px;
  margin-bottom: 12px;
}

.llc-label {
  font-weight: 600;
  font-size: 13px;
  color: #0f1724;
  min-width: 88px;
}

/* countdown text (replaced by JS with live timer) */
.llc-countdown {
  font-size: 15px;
  font-weight: 600;
}

/* timezone */
.llc-timezone {
  margin-left: auto;
  font-size: 12px;
  color: #6b7280;
}

/* Progress area */
.llc-progress-block {
  margin: 14px 0;
}

.llc-tickets-row {
  display: flex;
  justify-content: space-between;
  font-size: 13px;
  color: #0f1724;
  margin-bottom: 8px;
  font-weight: 600;
}

.llc-progress-bar {
  background: #eef2f7;
  border-radius: 8px;
  height: 12px;
  overflow: hidden;
}

.llc-progress-fill {
  height: 100%;
  background: linear-gradient(90deg, #7c3aed, #06b6d4);
  width: 0%;
  transition: width 0.9s ease;
}

/* winners badge */
.llc-winners-info {
  margin-top: 14px;
  background: linear-gradient(90deg, rgba(124,58,237,0.08), rgba(6,182,212,0.06));
  padding: 10px 12px;
  border-radius: 8px;
  font-weight: 700;
  color: #0f1724;
  display: inline-block;
}

/* ticket limits */
.llc-ticket-limits {
  display: flex;
  gap: 12px;
  margin-top: 12px;
  flex-wrap: wrap;
}

.llc-limit {
  background: #f8fafc;
  padding: 8px 10px;
  border-radius: 8px;
  font-size: 13px;
  color: #334155;
  border: 1px solid #eef2f7;
}

/* responsive */
@media (max-width: 720px) {
  .llc-lottery-info { padding: 14px; }
  .llc-countdown-block { flex-direction: column; align-items: flex-start; gap: 6px; }
  .llc-timezone { margin-left: 0; font-size: 12px; }
}


