/* ============================================================
   Cricket Express – Live Cricket Widgets
   6 styles: card / list / ticker / fixtures / results / grid
   ============================================================ */

.cel-w {
	--cel-accent: #22c55e;
	--cel-h: 250px;
	--cel-radius: 14px;
	--cel-bg1: #14241e;
	--cel-bg2: #0a1310;
	--cel-surf: rgba(255, 255, 255, .045);
	--cel-surf2: rgba(255, 255, 255, .07);
	--cel-line: rgba(255, 255, 255, .09);
	--cel-txt: #f1f6f3;
	--cel-mut: #93a9a0;
	--cel-live: #ff5a5f;
	--cel-shadow: 0 10px 30px rgba(4, 14, 10, .28);

	box-sizing: border-box;
	position: relative;
	color: var(--cel-txt);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
	line-height: 1.35;
}

.cel-w.cel-light {
	--cel-bg1: #ffffff;
	--cel-bg2: #f3f7f5;
	--cel-surf: rgba(9, 30, 23, .035);
	--cel-surf2: rgba(9, 30, 23, .06);
	--cel-line: rgba(9, 30, 23, .10);
	--cel-txt: #0d221b;
	--cel-mut: #61756d;
	--cel-live: #e11d48;
	--cel-shadow: 0 8px 24px rgba(9, 30, 23, .10);
}

.cel-w *,
.cel-w *::before,
.cel-w *::after { box-sizing: border-box; }

.cel-w a { text-decoration: none; color: inherit; }
.cel-w img { max-width: none; }

/* ---------- shared surface ---------- */
.cel-surface {
	background: linear-gradient(158deg, var(--cel-bg1) 0%, var(--cel-bg2) 70%);
	border: 1px solid var(--cel-line);
	border-radius: var(--cel-radius);
	box-shadow: var(--cel-shadow);
	overflow: hidden;
	position: relative;
}
.cel-surface::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 1px;
	background: linear-gradient(90deg, transparent, var(--cel-accent), transparent);
	opacity: .55;
}

/* ---------- header ---------- */
.cel-hd {
	display: flex;
	align-items: center;
	gap: 7px;
	padding: 10px 12px;
	border-bottom: 1px solid var(--cel-line);
	background: var(--cel-surf);
	flex: 0 0 auto;
}
.cel-badge {
	display: inline-flex;
	align-items: center;
	gap: 5px;
	font-size: 9px;
	font-weight: 800;
	letter-spacing: .1em;
	text-transform: uppercase;
	padding: 4px 8px;
	border-radius: 999px;
	background: var(--cel-surf2);
	color: var(--cel-mut);
	flex: 0 0 auto;
	white-space: nowrap;
}
.cel-badge.is-live { background: rgba(255, 90, 95, .16); background: color-mix(in srgb, var(--cel-live) 18%, transparent); color: var(--cel-live); }
.cel-badge.is-up   { background: rgba(34, 197, 94, .15); background: color-mix(in srgb, var(--cel-accent) 16%, transparent); color: var(--cel-accent); }
.cel-dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: currentColor; flex: 0 0 auto;
}
.cel-badge.is-live .cel-dot { animation: cel-pulse 1.5s ease-out infinite; }
@keyframes cel-pulse {
	0%   { box-shadow: 0 0 0 0 currentColor; opacity: 1; }
	70%  { box-shadow: 0 0 0 6px transparent; opacity: .7; }
	100% { box-shadow: 0 0 0 0 transparent; opacity: 1; }
}
.cel-series {
	flex: 1 1 auto; min-width: 0;
	font-size: 10.5px; font-weight: 600; color: var(--cel-mut);
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cel-fmt {
	flex: 0 0 auto;
	font-size: 9px; font-weight: 800; letter-spacing: .06em;
	color: var(--cel-accent);
	padding: 3px 6px; border-radius: 5px;
	background: rgba(34, 197, 94, .13);
	background: color-mix(in srgb, var(--cel-accent) 13%, transparent);
}

/* ---------- avatars ---------- */
.cel-av {
	position: relative;
	display: inline-flex; align-items: center; justify-content: center;
	width: 38px; height: 38px; border-radius: 50%;
	background: var(--cel-surf2);
	border: 1px solid var(--cel-line);
	font-size: 11px; font-weight: 800; letter-spacing: .02em;
	color: var(--cel-accent);
	overflow: hidden; flex: 0 0 auto;
}
.cel-av img { position: absolute; inset: 0; width: 100%; height: 100%; object-fit: cover; display: block; }
.cel-av.cel-sm { width: 28px; height: 28px; font-size: 9px; }

/* ============================================================
   1. FEATURED CARD  (300x250)
   ============================================================ */
.cel-t-card {
	width: 300px; max-width: 100%;
	height: var(--cel-h);
	display: flex; flex-direction: column;
}
.cel-t-card .cel-surface { display: flex; flex-direction: column; height: 100%; }

.cel-duel {
	flex: 1 1 auto;
	display: grid;
	grid-template-columns: 1fr auto 1fr;
	align-items: center;
	gap: 6px;
	padding: 12px 10px 8px;
	min-height: 0;
}
.cel-side { display: flex; flex-direction: column; align-items: center; gap: 6px; min-width: 0; text-align: center; }
.cel-side .cel-tn {
	font-size: 11px; font-weight: 700; line-height: 1.2;
	max-width: 100%;
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical;
	overflow: hidden;
}
.cel-side .cel-sc {
	font-size: 19px; font-weight: 800; letter-spacing: -.5px;
	font-variant-numeric: tabular-nums; line-height: 1;
}
.cel-side .cel-sc small { font-size: 12px; font-weight: 700; opacity: .75; }
.cel-side .cel-ov { font-size: 9.5px; color: var(--cel-mut); font-weight: 600; }
.cel-side.is-dim { opacity: .55; }
.cel-side.is-dim .cel-av { filter: grayscale(.4); }

.cel-vs {
	display: flex; flex-direction: column; align-items: center; gap: 4px;
	font-size: 9px; font-weight: 800; letter-spacing: .12em; color: var(--cel-mut);
	padding: 0 2px;
}
.cel-vs::before, .cel-vs::after {
	content: ""; width: 1px; height: 16px;
	background: linear-gradient(var(--cel-line), transparent);
}
.cel-vs::after { background: linear-gradient(transparent, var(--cel-line)); }

.cel-prog {
	height: 3px; margin: 0 12px 8px;
	background: var(--cel-surf2); border-radius: 999px; overflow: hidden;
}
.cel-prog i {
	display: block; height: 100%; border-radius: 999px;
	background: var(--cel-accent);
	background: linear-gradient(90deg, var(--cel-accent), color-mix(in srgb, var(--cel-accent) 40%, #ffffff));
	transition: width .6s ease;
}
.cel-msg {
	flex: 0 0 auto;
	margin: 0 10px 8px;
	padding: 7px 9px;
	border-radius: 8px;
	background: var(--cel-surf);
	border-left: 2px solid var(--cel-accent);
	font-size: 10.5px; font-weight: 600; color: var(--cel-txt);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
	min-height: 32px;
}
.cel-ft {
	flex: 0 0 auto;
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
	padding: 0 12px 10px;
}
.cel-pips { display: flex; gap: 4px; }
.cel-pip {
	width: 5px; height: 5px; padding: 0; border: 0; border-radius: 999px;
	background: var(--cel-mut); opacity: .3; cursor: pointer;
	transition: width .25s, opacity .25s;
}
.cel-pip.is-on { width: 16px; opacity: 1; background: var(--cel-accent); }
.cel-ago { font-size: 9px; color: var(--cel-mut); white-space: nowrap; letter-spacing: .02em; }
.cel-fade { animation: cel-in .35s ease both; }
@keyframes cel-in { from { opacity: 0; transform: translateY(5px); } to { opacity: 1; transform: none; } }

/* countdown pill inside card */
.cel-cd {
	display: inline-flex; align-items: baseline; gap: 3px;
	font-size: 13px; font-weight: 800; font-variant-numeric: tabular-nums;
	color: var(--cel-accent);
}
.cel-cd span { font-size: 8.5px; font-weight: 700; color: var(--cel-mut); letter-spacing: .05em; }

/* ============================================================
   2. SCORE LIST  (sidebar, scrollable)
   ============================================================ */
.cel-t-list { width: 300px; max-width: 100%; }
.cel-t-list .cel-surface { display: flex; flex-direction: column; max-height: var(--cel-h); }
.cel-scroll {
	overflow-y: auto; overscroll-behavior: contain;
	scrollbar-width: thin; scrollbar-color: var(--cel-surf2) transparent;
}
.cel-scroll::-webkit-scrollbar { width: 4px; }
.cel-scroll::-webkit-scrollbar-thumb { background: var(--cel-surf2); border-radius: 999px; }

.cel-item {
	display: block; padding: 10px 12px;
	border-bottom: 1px solid var(--cel-line);
	transition: background .18s;
}
.cel-item:last-child { border-bottom: 0; }
.cel-item:hover { background: var(--cel-surf); }
.cel-item-top {
	display: flex; align-items: center; gap: 6px; margin-bottom: 7px;
}
.cel-tag {
	font-size: 8px; font-weight: 800; letter-spacing: .09em; text-transform: uppercase;
	padding: 2px 5px; border-radius: 4px; background: var(--cel-surf2); color: var(--cel-mut); flex: 0 0 auto;
}
.cel-tag.is-live { background: rgba(255, 90, 95, .16); background: color-mix(in srgb, var(--cel-live) 18%, transparent); color: var(--cel-live); }
.cel-tag.is-up { background: rgba(34, 197, 94, .14); background: color-mix(in srgb, var(--cel-accent) 15%, transparent); color: var(--cel-accent); }
.cel-item-top .cel-series { font-size: 9.5px; }

.cel-row {
	display: flex; align-items: center; gap: 8px; padding: 3px 0;
}
.cel-row .cel-tn {
	flex: 1 1 auto; min-width: 0;
	font-size: 12px; font-weight: 700;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}
.cel-row .cel-sc {
	flex: 0 0 auto; font-size: 12.5px; font-weight: 800;
	font-variant-numeric: tabular-nums; letter-spacing: -.2px;
}
.cel-row .cel-sc small { font-size: 9.5px; font-weight: 600; color: var(--cel-mut); margin-left: 2px; }
.cel-row.is-dim { opacity: .58; }
.cel-row.is-win .cel-tn { color: var(--cel-accent); }
.cel-row.is-win .cel-tn::after {
	content: "▲"; font-size: 6px; margin-left: 5px; vertical-align: middle; opacity: .9;
}
.cel-note {
	margin-top: 7px; font-size: 9.5px; color: var(--cel-mut); font-weight: 600;
	white-space: nowrap; overflow: hidden; text-overflow: ellipsis;
}

/* ============================================================
   3. TICKER  (full width strip)
   ============================================================ */
.cel-t-ticker { width: 100%; }
.cel-t-ticker .cel-surface { border-radius: 10px; }
.cel-tk {
	display: flex; align-items: stretch; min-height: 46px;
}
.cel-tk-label {
	display: flex; align-items: center; gap: 6px;
	padding: 0 12px; flex: 0 0 auto;
	background: rgba(34, 197, 94, .15);
	background: color-mix(in srgb, var(--cel-accent) 16%, transparent);
	color: var(--cel-accent);
	font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	border-right: 1px solid var(--cel-line);
}
.cel-tk-mask { flex: 1 1 auto; overflow: hidden; position: relative; }
.cel-tk-mask::after {
	content: ""; position: absolute; inset: 0 0 0 auto; width: 40px; pointer-events: none;
	background: linear-gradient(90deg, transparent, var(--cel-bg2));
}
.cel-tk-track {
	display: flex; align-items: center; gap: 0;
	width: max-content;
	animation: cel-marq linear infinite;
}
.cel-tk:hover .cel-tk-track, .cel-tk-track:hover { animation-play-state: paused; }
@keyframes cel-marq { from { transform: translateX(0); } to { transform: translateX(-50%); } }

.cel-tk-item {
	display: flex; align-items: center; gap: 8px;
	padding: 0 16px; height: 46px;
	border-right: 1px solid var(--cel-line);
	white-space: nowrap;
}
.cel-tk-item .cel-tk-fmt {
	font-size: 8px; font-weight: 800; letter-spacing: .08em;
	padding: 2px 5px; border-radius: 4px;
	background: var(--cel-surf2); color: var(--cel-mut);
}
.cel-tk-item.is-live .cel-tk-fmt { background: rgba(255, 90, 95, .16); background: color-mix(in srgb, var(--cel-live) 18%, transparent); color: var(--cel-live); }
.cel-tk-team { display: inline-flex; align-items: center; gap: 5px; font-size: 12px; font-weight: 700; }
.cel-tk-team b { font-weight: 800; font-variant-numeric: tabular-nums; }
.cel-tk-team.is-dim { opacity: .6; }
.cel-tk-sep { font-size: 9px; color: var(--cel-mut); font-weight: 700; }
.cel-tk-note { font-size: 10px; color: var(--cel-mut); font-weight: 600; max-width: 230px; overflow: hidden; text-overflow: ellipsis; }

/* ============================================================
   4. FIXTURES  (countdown)
   ============================================================ */
.cel-t-fixtures { width: 300px; max-width: 100%; }
.cel-t-fixtures .cel-surface { display: flex; flex-direction: column; max-height: var(--cel-h); }
.cel-fx {
	display: flex; align-items: center; gap: 10px;
	padding: 11px 12px; border-bottom: 1px solid var(--cel-line);
}
.cel-fx:last-child { border-bottom: 0; }
.cel-fx-when {
	flex: 0 0 auto; width: 54px; text-align: center;
	padding: 5px 3px; border-radius: 8px;
	background: var(--cel-surf); border: 1px solid var(--cel-line);
}
.cel-fx-when b { display: block; font-size: 13px; font-weight: 800; line-height: 1.1; font-variant-numeric: tabular-nums; }
.cel-fx-when span { display: block; font-size: 8px; font-weight: 700; letter-spacing: .07em; text-transform: uppercase; color: var(--cel-mut); margin-top: 2px; }
.cel-fx-main { flex: 1 1 auto; min-width: 0; }
.cel-fx-teams { font-size: 12px; font-weight: 700; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cel-fx-teams i { font-style: normal; color: var(--cel-mut); font-weight: 600; margin: 0 4px; font-size: 10px; }
.cel-fx-meta { font-size: 9.5px; color: var(--cel-mut); font-weight: 600; margin-top: 3px; white-space: nowrap; overflow: hidden; text-overflow: ellipsis; }
.cel-fx-cd {
	flex: 0 0 auto; font-size: 10px; font-weight: 800; color: var(--cel-accent);
	font-variant-numeric: tabular-nums; letter-spacing: -.1px;
}

/* ============================================================
   5. RESULTS
   ============================================================ */
.cel-t-results { width: 300px; max-width: 100%; }
.cel-t-results .cel-surface { display: flex; flex-direction: column; max-height: var(--cel-h); }
.cel-rs { padding: 11px 12px; border-bottom: 1px solid var(--cel-line); position: relative; }
.cel-rs:last-child { border-bottom: 0; }
.cel-rs-win {
	display: inline-flex; align-items: center; gap: 4px;
	font-size: 9px; font-weight: 700; color: var(--cel-accent);
	margin-top: 7px;
}
.cel-rs-win::before {
	content: ""; width: 12px; height: 12px; flex: 0 0 auto;
	background: currentColor;
	-webkit-mask: no-repeat center/12px url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
	mask: no-repeat center/12px url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.4' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M20 6L9 17l-5-5'/%3E%3C/svg%3E");
}

/* ============================================================
   6. GRID  (full width page section)
   ============================================================ */
.cel-t-grid { width: 100%; }
.cel-grid {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(255px, 1fr)); /* fallback */
	grid-template-columns: repeat(var(--cel-cols, 4), minmax(0, 1fr));
	gap: 14px;
}
.cel-gc {
	display: flex; flex-direction: column;
	background: linear-gradient(158deg, var(--cel-bg1) 0%, var(--cel-bg2) 70%);
	border: 1px solid var(--cel-line);
	border-radius: var(--cel-radius);
	box-shadow: var(--cel-shadow);
	overflow: hidden;
	transition: transform .2s ease, box-shadow .2s ease;
}
.cel-gc:hover { transform: translateY(-3px); box-shadow: 0 16px 34px rgba(4, 14, 10, .32); }
.cel-gc-body { padding: 12px; display: flex; flex-direction: column; gap: 9px; }
.cel-gc .cel-row .cel-sc { font-size: 14px; }
.cel-gc-foot {
	padding: 9px 12px; border-top: 1px solid var(--cel-line);
	background: var(--cel-surf);
	font-size: 10px; font-weight: 600; color: var(--cel-mut);
	display: flex; align-items: center; justify-content: space-between; gap: 8px;
}
.cel-gc-foot span { overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

/* ============================================================
   7. SKYSCRAPER  (single article sidebar — scores + your news)
   ============================================================ */
.cel-t-skyscraper { width: var(--cel-w, 300px); max-width: 100%; }
.cel-t-skyscraper .cel-surface {
	display: flex; flex-direction: column;
	height: var(--cel-h, 600px);
}
.cel-live-slot { flex: 0 0 auto; border-bottom: 1px solid var(--cel-line); }

.cel-sky {
	padding-bottom: 9px;
}
.cel-sky .cel-row { padding: 4px 12px; }
.cel-sky-note {
	margin: 6px 12px 0;
	padding: 6px 8px;
	border-radius: 7px;
	background: var(--cel-surf);
	border-left: 2px solid var(--cel-accent);
	font-size: 10px; font-weight: 600; color: var(--cel-txt);
	display: -webkit-box; -webkit-line-clamp: 2; -webkit-box-orient: vertical; overflow: hidden;
}
.cel-sky-ft {
	display: flex; align-items: center; justify-content: space-between;
	padding: 8px 12px 0;
}

/* section divider */
.cel-sec {
	display: flex; align-items: center; gap: 8px;
	padding: 10px 12px;
	flex: 0 0 auto;
	background: var(--cel-surf);
	border-bottom: 1px solid var(--cel-line);
}
.cel-sec-bar {
	width: 3px; height: 12px; border-radius: 2px; flex: 0 0 auto;
	background: var(--cel-accent);
}
.cel-sec b {
	font-size: 10px; font-weight: 800; letter-spacing: .1em; text-transform: uppercase;
	color: var(--cel-txt);
}

/* news list */
.cel-news { flex: 1 1 auto; min-height: 0; }
.cel-post {
	display: flex; gap: 10px; align-items: flex-start;
	padding: 10px 12px;
	border-bottom: 1px solid var(--cel-line);
	transition: background .18s;
}
.cel-post:last-child { border-bottom: 0; }
.cel-post:hover { background: var(--cel-surf); }
.cel-post:hover .cel-post-t { color: var(--cel-accent); }
.cel-post-th {
	width: 56px; height: 46px; flex: 0 0 auto;
	border-radius: 8px; object-fit: cover; display: block;
	background: var(--cel-surf2); border: 1px solid var(--cel-line);
}
.cel-post-ph {
	display: flex; align-items: center; justify-content: center;
	font-size: 16px; font-weight: 800; color: var(--cel-accent);
}
.cel-post-b { display: flex; flex-direction: column; gap: 3px; min-width: 0; }
.cel-post-t {
	font-size: 11.5px; font-weight: 700; line-height: 1.35;
	display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; overflow: hidden;
	transition: color .18s;
}
.cel-post-m { font-size: 9px; color: var(--cel-mut); font-weight: 600; }
.cel-post-m em { font-style: normal; color: var(--cel-accent); }

.cel-more {
	display: flex; align-items: center; justify-content: center; gap: 6px;
	flex: 0 0 auto;
	padding: 11px 12px;
	border-top: 1px solid var(--cel-line);
	background: var(--cel-surf);
	font-size: 10.5px; font-weight: 800; letter-spacing: .04em;
	color: var(--cel-accent);
	transition: background .18s;
}
.cel-more:hover { background: var(--cel-surf2); }
.cel-more i {
	width: 12px; height: 12px; background: currentColor;
	-webkit-mask: no-repeat center/12px url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	mask: no-repeat center/12px url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23000' stroke-width='2.6' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M5 12h14M13 6l6 6-6 6'/%3E%3C/svg%3E");
	transition: transform .18s;
}
.cel-more:hover i { transform: translateX(3px); }

/* ============================================================
   States: skeleton / empty / demo
   ============================================================ */
.cel-skel {
	display: flex; flex-direction: column; gap: 12px;
	padding: 16px 14px;
	min-height: 160px;
	border-radius: var(--cel-radius);
	border: 1px solid var(--cel-line);
	background: linear-gradient(158deg, var(--cel-bg1), var(--cel-bg2));
}
.cel-t-ticker .cel-skel { min-height: 46px; padding: 12px; }
.cel-sk {
	display: block; height: 11px; border-radius: 7px;
	background: linear-gradient(90deg, var(--cel-surf), var(--cel-surf2), var(--cel-surf));
	background-size: 200% 100%;
	animation: cel-shine 1.25s linear infinite;
}
@keyframes cel-shine { from { background-position: 200% 0; } to { background-position: -200% 0; } }

.cel-empty {
	display: flex; flex-direction: column; align-items: center; justify-content: center;
	gap: 6px; padding: 26px 18px; text-align: center; min-height: 120px;
}
.cel-empty strong { font-size: 13px; font-weight: 800; }
.cel-empty span { font-size: 11px; color: var(--cel-mut); line-height: 1.5; }
.cel-empty .cel-ball {
	width: 26px; height: 26px; border-radius: 50%; margin-bottom: 2px;
	background: var(--cel-surf2); border: 1px solid var(--cel-line);
	position: relative;
}
.cel-empty .cel-ball::after {
	content: ""; position: absolute; left: 50%; top: 3px; bottom: 3px; width: 1px;
	background: var(--cel-mut); opacity: .5;
}
.cel-demo {
	position: absolute; top: 8px; right: 8px; z-index: 3;
	font-size: 8px; font-weight: 800; letter-spacing: .09em;
	padding: 2px 5px; border-radius: 4px;
	background: rgba(234, 179, 8, .2); color: #eab308;
}

/* ============================================================
   Responsive
   ============================================================ */
@media (max-width: 1100px) {
	.cel-grid { grid-template-columns: repeat(auto-fill, minmax(240px, 1fr)); }
}

@media (max-width: 782px) {
	.cel-t-card, .cel-t-list, .cel-t-fixtures, .cel-t-results, .cel-t-skyscraper {
		width: 100%; max-width: 340px; margin-left: auto; margin-right: auto;
	}
	.cel-t-skyscraper .cel-surface { height: auto; max-height: var(--cel-h, 600px); }
	.cel-grid { grid-template-columns: repeat(auto-fill, minmax(230px, 1fr)); gap: 12px; }
}

@media (max-width: 480px) {
	.cel-t-card { height: auto; min-height: var(--cel-h); }
	.cel-duel { padding: 14px 8px 10px; }
	.cel-side .cel-sc { font-size: 18px; }
	.cel-side .cel-tn { font-size: 10.5px; }
	.cel-tk-label { padding: 0 9px; font-size: 9px; }
	.cel-tk-item { padding: 0 12px; }
	.cel-tk-note { display: none; }
	.cel-grid { grid-template-columns: 1fr; }
	.cel-fx-when { width: 48px; }
	.cel-t-skyscraper .cel-surface { height: auto; max-height: none; }
	.cel-news { max-height: 420px; overflow-y: auto; }
}

@media (prefers-reduced-motion: reduce) {
	.cel-w *, .cel-w *::before, .cel-w *::after {
		animation: none !important;
		transition: none !important;
	}
}


/* ============================================================
   8. THEME-BLEED RESET
   WordPress themes style every <button> and heading on the page.
   These rules keep the widgets looking the same on any theme.
   ============================================================ */
.cel-w button,
.cel-w [role="button"],
.cel-modal button,
.cel-modal [role="button"] {
	margin: 0 !important;
	min-height: 0 !important;
	height: auto !important;
	min-width: 0 !important;
	width: auto !important;
	text-transform: none !important;
	letter-spacing: normal !important;
	line-height: 1.35 !important;
	box-shadow: none !important;
	text-shadow: none !important;
	font-family: inherit !important;
	text-decoration: none !important;
	transform: none !important;
	-webkit-appearance: none;
	appearance: none;
}
.cel-w button::before,
.cel-w button::after,
.cel-w [role="button"]::before,
.cel-w [role="button"]::after { content: none; }

.cel-w h4,
.cel-w h5,
.cel-modal h4,
.cel-modal h5 {
	margin: 0 !important;
	padding: 0 !important;
	border: 0 !important;
	font-family: inherit !important;
	text-shadow: none !important;
	text-transform: none !important;
	color: inherit;
}
.cel-w h4::before, .cel-w h4::after,
.cel-w h5::before, .cel-w h5::after { content: none; }

/* ============================================================
   9. MATCH BAR  —  sticky strip + full schedule panel
   ============================================================ */
.cel-t-matchbar {
	--cel-pcols: 3;
	--cel-off: 0px;
	--cel-max: 1200px;
	--cel-mb-h: 42px;
	width: 100%;
	display: block;
}

.cel-t-matchbar.cel-stick-top {
	position: sticky;
	top: var(--cel-off);
	z-index: 9980;
}
.cel-t-matchbar.cel-stick-bot {
	position: sticky;
	bottom: var(--cel-off);
	z-index: 9980;
}

/* Boxed = follow the site content width instead of the full viewport. */
.cel-t-matchbar.cel-boxed .cel-mb,
.cel-t-matchbar.cel-boxed .cel-mb-boot {
	max-width: var(--cel-max);
	margin-left: auto;
	margin-right: auto;
}
.cel-t-matchbar.cel-boxed .cel-mb {
	border-radius: 0 0 12px 12px;
	border-left: 1px solid var(--cel-line);
	border-right: 1px solid var(--cel-line);
}
.cel-t-matchbar.cel-boxed .cel-mb-panel {
	border-radius: 0 0 12px 12px;
	border-left: 1px solid var(--cel-line);
	border-right: 1px solid var(--cel-line);
}
.cel-t-matchbar.cel-boxed .cel-mb.is-open { border-radius: 0; }

/* loading strip */
.cel-mb-boot {
	display: flex;
	align-items: center;
	gap: 14px;
	height: var(--cel-mb-h);
	padding: 0 12px;
	background: var(--cel-bg2);
	border-bottom: 1px solid var(--cel-line);
}
.cel-mb-boot .cel-sk { border-radius: 4px; }

.cel-mb {
	position: relative;
	background: linear-gradient(180deg, var(--cel-bg1) 0%, var(--cel-bg2) 100%);
	border-bottom: 1px solid var(--cel-line);
	box-shadow: 0 2px 12px rgba(4, 14, 10, .22);
}
.cel-mb::before {
	content: "";
	position: absolute;
	inset: 0 0 auto 0;
	height: 2px;
	background: linear-gradient(90deg, var(--cel-accent), var(--cel-accent2), var(--cel-accent));
	z-index: 1;
}

/* ---------- top strip ---------- */
.cel-mb-bar {
	display: flex;
	align-items: stretch;
	height: var(--cel-mb-h);
	min-width: 0;
}

.cel-mb-label {
	display: inline-flex;
	align-items: center;
	flex: 0 0 auto;
	padding: 0 15px;
	font-size: 11px;
	font-weight: 800;
	letter-spacing: .13em;
	color: var(--cel-txt);
	background: rgba(0, 0, 0, .25);
	border-right: 1px solid var(--cel-line);
	white-space: nowrap;
}
.cel-light .cel-mb-label { background: rgba(9, 30, 23, .07); }

.cel-mb-tabs {
	flex: 1 1 auto;
	min-width: 0;
	display: flex;
	align-items: stretch;
	overflow-x: auto;
	overflow-y: hidden;
	scrollbar-width: none;
	-ms-overflow-style: none;
}
.cel-mb-tabs::-webkit-scrollbar { display: none; }

.cel-mb-tab {
	position: relative;
	flex: 0 0 auto;
	max-width: 210px;
	display: flex;
	align-items: center;
	gap: 6px;
	padding: 0 15px !important;
	border: 0 !important;
	border-right: 1px solid var(--cel-line) !important;
	border-radius: 0 !important;
	background: transparent !important;
	color: var(--cel-txt) !important;
	font-size: 12px !important;
	font-weight: 400 !important;
	cursor: pointer;
	white-space: nowrap;
	transition: background .15s ease;
}
.cel-mb-tab:hover,
.cel-mb-tab:focus-visible {
	background: rgba(255, 255, 255, .07) !important;
	outline: none;
}
.cel-light .cel-mb-tab:hover,
.cel-light .cel-mb-tab:focus-visible { background: rgba(9, 30, 23, .05) !important; }

.cel-mb-tab b {
	font-weight: 700;
	font-size: 12px;
	flex: 0 0 auto;
	letter-spacing: .01em;
}
.cel-mb-tab i.cel-mb-vs {
	font-style: normal;
	font-weight: 400;
	opacity: .5;
	margin: 0 3px;
}
.cel-mb-tab span {
	color: var(--cel-mut);
	font-size: 11.5px;
	overflow: hidden;
	text-overflow: ellipsis;
	min-width: 0;
}
.cel-mb-tab span::before { content: "\2013\00a0"; }

.cel-mb-tab.is-live { padding-left: 20px !important; }
.cel-mb-tab.is-live::after {
	content: "";
	position: absolute;
	left: 8px;
	top: 50%;
	width: 6px;
	height: 6px;
	margin-top: -3px;
	border-radius: 50%;
	background: var(--cel-live);
	box-shadow: 0 0 0 0 var(--cel-live);
	animation: cel-pulse 1.6s ease-out infinite;
}
.cel-mb-tab.is-live b { color: var(--cel-accent); }

.cel-mb-none {
	display: inline-flex;
	align-items: center;
	padding: 0 15px;
	font-size: 12px;
	color: var(--cel-mut);
}

.cel-mb-all {
	flex: 0 0 auto;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	padding: 0 17px !important;
	border: 0 !important;
	border-left: 1px solid var(--cel-line) !important;
	border-radius: 0 !important;
	background: rgba(0, 0, 0, .25) !important;
	color: var(--cel-txt) !important;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .12em !important;
	cursor: pointer;
	white-space: nowrap;
	transition: background .15s ease, color .15s ease;
}
.cel-light .cel-mb-all { background: rgba(9, 30, 23, .07) !important; }
.cel-mb-all:hover { color: var(--cel-accent) !important; }
.cel-mb.is-open .cel-mb-all { background: var(--cel-accent) !important; color: #06120d !important; }
.cel-light .cel-mb.is-open .cel-mb-all { color: #fff !important; }

.cel-mb-caret {
	width: 0;
	height: 0;
	border-left: 4px solid transparent;
	border-right: 4px solid transparent;
	border-top: 5px solid currentColor;
	transition: transform .2s ease;
	flex: 0 0 auto;
}
.cel-mb.is-open .cel-mb-caret { transform: rotate(180deg); }

/* ---------- panel ---------- */
.cel-mb-panel {
	position: absolute;
	left: 0;
	right: 0;
	top: 100%;
	z-index: 5;
	max-height: min(74vh, 660px);
	overflow-y: auto;
	overscroll-behavior: contain;
	background:
		radial-gradient(1200px 300px at 20% -40%, color-mix(in srgb, var(--cel-accent) 9%, transparent), transparent 70%),
		linear-gradient(180deg, var(--cel-bg1) 0%, var(--cel-bg2) 100%);
	border-top: 1px solid var(--cel-line);
	border-bottom: 1px solid var(--cel-line);
	box-shadow: 0 26px 54px rgba(4, 14, 10, .45);
	animation: cel-mb-drop .2s cubic-bezier(.2, .8, .3, 1);
}
.cel-mb-panel[hidden] { display: none; }

.cel-mb-panel::-webkit-scrollbar { width: 10px; }
.cel-mb-panel::-webkit-scrollbar-track { background: transparent; }
.cel-mb-panel::-webkit-scrollbar-thumb {
	background: var(--cel-surf2);
	border-radius: 999px;
	border: 3px solid transparent;
	background-clip: content-box;
}
.cel-mb-panel::-webkit-scrollbar-thumb:hover { background: var(--cel-mut); background-clip: content-box; }

@keyframes cel-mb-drop {
	from { opacity: 0; transform: translateY(-8px); }
	to   { opacity: 1; transform: translateY(0); }
}

.cel-mb-filters {
	display: flex;
	align-items: center;
	gap: 8px;
	padding: 13px 22px;
	border-bottom: 1px solid var(--cel-line);
	position: sticky;
	top: 0;
	z-index: 3;
	background: var(--cel-bg1);
}
.cel-boxed .cel-mb-filters,
.cel-boxed .cel-mb-cols { padding-left: 20px; padding-right: 20px; }

.cel-chip {
	display: inline-flex;
	align-items: center;
	gap: 7px;
	border: 1px solid var(--cel-line) !important;
	background: var(--cel-surf) !important;
	color: var(--cel-mut) !important;
	font-size: 12px !important;
	font-weight: 600 !important;
	padding: 7px 16px !important;
	border-radius: 999px !important;
	cursor: pointer;
	transition: all .15s ease;
}
.cel-chip:hover {
	color: var(--cel-txt) !important;
	border-color: color-mix(in srgb, var(--cel-accent) 55%, transparent) !important;
}
.cel-chip.is-on {
	background: var(--cel-accent) !important;
	border-color: var(--cel-accent) !important;
	color: #06120d !important;
	box-shadow: 0 3px 12px color-mix(in srgb, var(--cel-accent) 32%, transparent) !important;
}
.cel-light .cel-chip.is-on { color: #fff !important; }
.cel-chip .cel-chip-dot {
	width: 6px; height: 6px; border-radius: 50%;
	background: var(--cel-live);
	flex: 0 0 auto;
}
.cel-chip.is-on .cel-chip-dot { background: currentColor; }

.cel-mb-count {
	margin-left: auto;
	font-size: 11.5px;
	color: var(--cel-mut);
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}
.cel-mb-count b { color: var(--cel-txt); font-weight: 700; }

/* ---------- balanced columns (built in JS, no column-break glitches) ---------- */
.cel-mb-cols {
	display: grid;
	grid-template-columns: repeat(var(--cel-pcols), minmax(0, 1fr));
	gap: 0 30px;
	padding: 20px 22px 26px;
	align-items: start;
}
.cel-mb-col { min-width: 0; }

/* ---------- category ---------- */
.cel-mb-grp { margin: 0 0 22px; }
.cel-mb-grp h4 {
	display: flex;
	align-items: center;
	gap: 9px;
	font-size: 11px !important;
	font-weight: 800 !important;
	letter-spacing: .14em !important;
	color: var(--cel-accent) !important;
	margin: 0 0 12px !important;
	white-space: nowrap;
}
.cel-mb-grp h4::after {
	content: "";
	flex: 1 1 auto;
	height: 1px;
	background: linear-gradient(90deg, color-mix(in srgb, var(--cel-accent) 45%, transparent), transparent);
}
.cel-mb-gcount {
	flex: 0 0 auto;
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .04em;
	color: var(--cel-mut);
	background: var(--cel-surf2);
	border-radius: 999px;
	padding: 2px 7px;
}

/* ---------- series ---------- */
.cel-mb-series {
	position: relative;
	margin: 0 0 16px;
	padding-left: 13px;
}
.cel-mb-series::before {
	content: "";
	position: absolute;
	left: 0;
	top: 4px;
	bottom: 4px;
	width: 2px;
	border-radius: 2px;
	background: linear-gradient(180deg, var(--cel-accent2), transparent);
	opacity: .65;
}
.cel-mb-series h5 {
	font-size: 12px !important;
	font-weight: 700 !important;
	letter-spacing: .01em !important;
	color: var(--cel-accent2) !important;
	line-height: 1.4 !important;
	margin: 0 0 6px !important;
}

/* ---------- one match row ---------- */
.cel-mb-m {
	display: block;
	position: relative;
	width: 100%;
	text-align: left;
	border: 1px solid transparent;
	background: transparent;
	color: inherit;
	font: inherit;
	padding: 7px 10px;
	margin: 0 0 2px -10px;
	border-radius: 9px;
	cursor: pointer;
	transition: background .14s ease, border-color .14s ease, transform .14s ease;
}
.cel-mb-m:hover,
.cel-mb-m:focus-visible {
	background: var(--cel-surf2);
	border-color: var(--cel-line);
	outline: none;
	transform: translateX(2px);
}
.cel-mb-m.is-live { background: color-mix(in srgb, var(--cel-live) 7%, transparent); }
.cel-mb-m.is-live:hover { background: color-mix(in srgb, var(--cel-live) 13%, transparent); }

.cel-mb-mt {
	display: flex;
	align-items: baseline;
	flex-wrap: wrap;
	gap: 0 6px;
	font-size: 13px;
	font-weight: 600;
	color: var(--cel-txt);
	line-height: 1.4;
	letter-spacing: .005em;
}
.cel-mb-mt .cel-mb-vs {
	font-style: normal;
	font-weight: 400;
	font-size: 11.5px;
	color: var(--cel-mut);
	text-transform: lowercase;
}

.cel-mb-mm {
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	gap: 0 7px;
	font-size: 11.5px;
	color: var(--cel-mut);
	margin-top: 3px;
	line-height: 1.4;
}
.cel-mb-fmt {
	flex: 0 0 auto;
	font-size: 9.5px;
	font-weight: 800;
	letter-spacing: .07em;
	color: var(--cel-accent);
	background: color-mix(in srgb, var(--cel-accent) 14%, transparent);
	padding: 2px 6px;
	border-radius: 4px;
}
.cel-mb-when { min-width: 0; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; }

.cel-mb-livetag {
	display: inline-flex;
	align-items: center;
	gap: 4px;
	flex: 0 0 auto;
	padding: 2px 7px 2px 6px;
	border-radius: 5px;
	background: var(--cel-live);
	color: #fff;
	font-size: 9px;
	font-weight: 800;
	font-style: normal;
	letter-spacing: .08em;
	line-height: 1.4;
	vertical-align: 1px;
}
.cel-mb-livetag::before {
	content: "";
	width: 4px; height: 4px;
	border-radius: 50%;
	background: #fff;
	animation: cel-pulse 1.6s ease-out infinite;
}

.cel-mb-empty {
	grid-column: 1 / -1;
	padding: 46px 16px;
	text-align: center;
	color: var(--cel-mut);
	font-size: 13.5px;
}
.cel-mb-empty i {
	display: block;
	width: 30px; height: 30px;
	margin: 0 auto 12px;
	border-radius: 50%;
	border: 2px solid var(--cel-line);
	position: relative;
}
.cel-mb-empty i::before,
.cel-mb-empty i::after {
	content: "";
	position: absolute;
	inset: 3px 12px;
	border: 2px solid var(--cel-line);
	border-radius: 50%;
	border-color: var(--cel-line) transparent;
}

/* ---------- responsive ---------- */
@media (max-width: 1000px) {
	.cel-mb-cols { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}
@media (max-width: 640px) {
	.cel-t-matchbar { --cel-mb-h: 40px; }
	.cel-mb-cols { grid-template-columns: minmax(0, 1fr); gap: 0; padding: 16px 16px 22px; }
	.cel-mb-label { padding: 0 11px; font-size: 10px; letter-spacing: .1em; }
	.cel-mb-tab { max-width: 168px; padding: 0 11px !important; }
	.cel-mb-all { padding: 0 13px !important; }
	.cel-mb-panel { max-height: 72vh; }
	.cel-mb-filters { padding: 11px 16px; gap: 6px; }
	.cel-chip { padding: 6px 13px !important; font-size: 11.5px !important; }
	.cel-mb-count { display: none; }
	.cel-t-matchbar.cel-boxed .cel-mb,
	.cel-t-matchbar.cel-boxed .cel-mb-panel { border-radius: 0; border-left: 0; border-right: 0; }
}

/* ============================================================
   10. MATCH DETAIL POPUP
   ============================================================ */
html.cel-noscroll { overflow: hidden; }

.cel-modal {
	position: fixed;
	inset: 0;
	z-index: 100000;
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 20px;
	opacity: 0;
	transition: opacity .18s ease;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Inter, "Helvetica Neue", Arial, sans-serif;
	-webkit-font-smoothing: antialiased;
}
.cel-modal[hidden] { display: none; }
.cel-modal.is-on { opacity: 1; }

.cel-modal-back {
	position: absolute;
	inset: 0;
	background: rgba(4, 12, 9, .68);
	backdrop-filter: blur(3px);
	-webkit-backdrop-filter: blur(3px);
}

.cel-modal-box {
	position: relative;
	width: 100%;
	max-width: 440px;
	max-height: 88vh;
	overflow-y: auto;
	overscroll-behavior: contain;
	border-radius: 16px;
	border: 1px solid rgba(255, 255, 255, .1);
	background: linear-gradient(158deg, #14241e 0%, #0a1310 78%);
	box-shadow: 0 30px 70px rgba(0, 0, 0, .5);
	color: #f1f6f3;
	transform: translateY(10px) scale(.985);
	transition: transform .2s cubic-bezier(.2, .8, .3, 1);
	box-sizing: border-box;
}
.cel-modal.is-on .cel-modal-box { transform: none; }
.cel-modal-box *,
.cel-modal-box *::before,
.cel-modal-box *::after { box-sizing: border-box; }

/* Inherit whichever widget opened it, when that widget set custom vars. */
.cel-modal-box {
	--cel-accent: #22c55e;
	--cel-accent2: #0ea5e9;
	--cel-live: #ff5a5f;
	--cel-txt: #f1f6f3;
	--cel-mut: #93a9a0;
	--cel-surf: rgba(255, 255, 255, .045);
	--cel-surf2: rgba(255, 255, 255, .07);
	--cel-line: rgba(255, 255, 255, .09);
}

.cel-modal-x {
	position: absolute;
	top: 10px;
	right: 12px;
	width: 30px;
	height: 30px;
	border: 0;
	border-radius: 50%;
	background: rgba(255, 255, 255, .08);
	color: #f1f6f3;
	font-size: 20px;
	line-height: 1;
	cursor: pointer;
	z-index: 2;
	transition: background .15s ease;
}
.cel-modal-x:hover { background: rgba(255, 255, 255, .16); }

.cel-modal-in { padding: 20px 20px 22px; }

.cel-md-hd {
	display: flex;
	align-items: center;
	gap: 9px;
	padding-right: 34px;
	margin-bottom: 10px;
}
.cel-md-series {
	font-size: 12.5px;
	font-weight: 600;
	color: var(--cel-mut);
	line-height: 1.35;
}

.cel-md-meta {
	display: flex;
	flex-wrap: wrap;
	gap: 6px;
	margin-bottom: 16px;
}
.cel-md-chip {
	font-size: 10px;
	font-weight: 700;
	letter-spacing: .05em;
	text-transform: uppercase;
	padding: 4px 9px;
	border-radius: 6px;
	background: var(--cel-surf2);
	color: var(--cel-mut);
}

.cel-md-teams {
	display: flex;
	flex-direction: column;
	gap: 8px;
	margin-bottom: 14px;
}
.cel-md-team {
	position: relative;
	display: flex;
	align-items: center;
	gap: 12px;
	padding: 12px 14px;
	border-radius: 12px;
	background: var(--cel-surf);
	border: 1px solid var(--cel-line);
	transition: opacity .2s ease;
}
.cel-md-team.is-dim { opacity: .55; }
.cel-md-team.is-win {
	border-color: var(--cel-accent);
	background: color-mix(in srgb, var(--cel-accent) 12%, transparent);
}
.cel-md-tinfo { flex: 1 1 auto; min-width: 0; display: flex; flex-direction: column; gap: 2px; }
.cel-md-tn {
	font-size: 14px;
	font-weight: 700;
	line-height: 1.25;
	overflow: hidden;
	text-overflow: ellipsis;
}
.cel-md-ts { font-size: 10.5px; font-weight: 700; letter-spacing: .06em; color: var(--cel-mut); }

.cel-md-score { text-align: right; flex: 0 0 auto; }
.cel-md-score b {
	display: block;
	font-size: 20px;
	font-weight: 800;
	letter-spacing: -.5px;
	font-variant-numeric: tabular-nums;
	line-height: 1.1;
}
.cel-md-score b small { font-size: 13px; font-weight: 700; opacity: .75; }
.cel-md-score span { font-size: 10.5px; color: var(--cel-mut); }
.cel-md-yet { font-size: 11px; color: var(--cel-mut); font-style: italic; }
.cel-md-cup {
	position: absolute;
	top: -7px;
	right: 10px;
	font-size: 12px;
	color: var(--cel-accent);
	background: #0a1310;
	border-radius: 50%;
	padding: 1px 4px;
	line-height: 1;
}

.cel-md-cd {
	text-align: center;
	font-size: 12px;
	color: var(--cel-mut);
	margin: 4px 0 12px;
}
.cel-md-cd b {
	color: var(--cel-accent);
	font-variant-numeric: tabular-nums;
	font-size: 14px;
}

.cel-md-status {
	font-size: 13px;
	line-height: 1.5;
	color: var(--cel-txt);
	padding: 12px 14px;
	border-radius: 10px;
	background: var(--cel-surf);
	border-left: 3px solid var(--cel-accent);
}

.cel-md-btn {
	display: block;
	margin-top: 14px;
	padding: 11px 16px;
	border-radius: 10px;
	text-align: center;
	text-decoration: none;
	font-size: 13px;
	font-weight: 700;
	color: #06120d;
	background: linear-gradient(135deg, var(--cel-accent), var(--cel-accent2));
	transition: filter .15s ease;
}
.cel-md-btn:hover { filter: brightness(1.08); }

@media (max-width: 480px) {
	.cel-modal { padding: 12px; align-items: flex-end; }
	.cel-modal-box { max-width: 100%; border-radius: 16px 16px 0 0; max-height: 90vh; }
	.cel-modal-in { padding: 18px 16px 20px; }
	.cel-md-tn { font-size: 13px; }
	.cel-md-score b { font-size: 18px; }
}

@media (prefers-reduced-motion: reduce) {
	.cel-modal,
	.cel-modal-box,
	.cel-mb-panel { transition: none; animation: none; }
}

/* Popup follows the branding of whichever widget opened it. */
.cel-modal-box {
	background: linear-gradient(158deg, var(--cel-bg1, #14241e) 0%, var(--cel-bg2, #0a1310) 78%);
	color: var(--cel-txt, #f1f6f3);
	border-color: var(--cel-line);
	border-radius: var(--cel-radius, 16px);
}
.cel-modal-box.cel-light {
	--cel-surf: rgba(9, 30, 23, .04);
	--cel-surf2: rgba(9, 30, 23, .07);
	--cel-line: rgba(9, 30, 23, .12);
}
.cel-modal-box.cel-light .cel-modal-x {
	background: rgba(9, 30, 23, .07);
	color: var(--cel-txt);
}
.cel-modal-box.cel-light .cel-modal-x:hover { background: rgba(9, 30, 23, .14); }
.cel-modal-box.cel-light .cel-md-btn { color: #fff; }
.cel-modal-box.cel-light .cel-md-cup { background: var(--cel-bg1); }
