/* QUOTE BOX */
.quote-box {
	background: #fff7e6;
	border-left: 6px solid #ffb84d;
	padding: 14px 18px;
	margin: 22px 0;
	font-style: italic;
	border-radius: 4px;
}

/* GOLD AFFILIATE BUTTON */
.gold-btn {
	background: linear-gradient(#ffde59, #f7b500);
	padding: 14px 24px;
	border-radius: 6px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 0 #c48f00;
}

/******************************************************
    77.BILLIARDS OFFICIAL THEME PACK – v1.0
    Author: Brix x ChatGPT
    Style: Black + Gold / Clean / Modern
******************************************************/
/* ---------------------------------------------------
    GLOBAL TYPOGRAPHY & LAYOUT
--------------------------------------------------- */
body {
	font-family: "Inter", Arial, sans-serif;
	line-height: 1.65;
	font-size: 17px;
	color: #222;
}

.speech-block, .content-block {
	max-width: 800px;
	margin: 0 auto;
}

/* ---------------------------------------------------
    SECTION TITLE (77 STYLE)
--------------------------------------------------- */
.section-title {
	font-size: 28px;
	font-weight: 800;
	text-align: center;
	padding-bottom: 8px;
	border-bottom: 3px solid #ffb84d;
	margin: 25px auto 20px;
	display: inline-block;
}

/* ---------------------------------------------------
    GOLD HORIZONTAL RULE
--------------------------------------------------- */
.gold-hr {
	border: 0;
	height: 3px;
	background: #ffb84d;
	width: 60%;
	margin: 25px auto;
}

/* ---------------------------------------------------
    BANNERS (BLACK LABEL STYLE)
--------------------------------------------------- */
.banner-label {
	background: #000;
	color: #fff;
	padding: 6px 14px;
	font-weight: 700;
	border-radius: 4px;
	display: inline-block;
	margin: 20px 0 12px;
	font-size: 15px;
}

/* ---------------------------------------------------
    MATCH RESULT CARDS
--------------------------------------------------- */
.match-card {
	background: #fff;
	border: 1px solid #ddd;
	padding: 14px 18px;
	border-radius: 8px;
	margin-bottom: 12px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
	font-size: 17px;
}

/* INLINE FLAG SUPPORT */
.flag {
	font-size: 22px;
	vertical-align: middle;
}

/* ---------------------------------------------------
    QUOTE BOX (PRIMARY)
--------------------------------------------------- */
.quote-box {
	background: #fff7e6;
	border-left: 6px solid #ffb84d;
	padding: 18px 22px;
	margin: 25px 0;
	font-style: italic;
	border-radius: 6px;
}

/* ---------------------------------------------------
    SOFT QUOTE (ALTERNATE)
--------------------------------------------------- */
.soft-quote {
	border-left: 4px solid #ffcc80;
	padding-left: 14px;
	font-style: italic;
	margin: 18px 0;
	color: #444;
}

/* ---------------------------------------------------
    FRAME BOX (ANNOUNCEMENTS)
--------------------------------------------------- */
.frame-box {
	border: 2px solid #000;
	padding: 18px;
	border-radius: 8px;
	background: #fffaf2;
	box-shadow: 0 3px 10px rgba(0,0,0,0.1);
	margin: 25px 0;
}

/* ---------------------------------------------------
    GOLD BUTTONS
--------------------------------------------------- */
.btn-gold {
	background: #ffb84d;
	padding: 12px 22px;
	border-radius: 6px;
	color: #000;
	font-weight: 700;
	text-decoration: none;
	transition: .2s ease;
	display: inline-block;
	margin: 8px 0;
}

.btn-gold:hover {
	background: #ff9900;
}

/* ---------------------------------------------------
    AMAZON-STYLE BUTTON
--------------------------------------------------- */
.gold-btn {
	background: linear-gradient(#ffde59, #f7b500);
	padding: 14px 24px;
	border-radius: 6px;
	font-weight: 700;
	color: #000;
	text-decoration: none;
	display: inline-block;
	box-shadow: 0 4px 0 #c48f00;
}

.gold-btn:hover {
	filter: brightness(1.08);
}

/* ---------------------------------------------------
    TOURNAMENT TABLE STYLING
--------------------------------------------------- */
.tour-table {
	width: 100%;
	border-collapse: collapse;
	margin: 15px 0;
}

.tour-table th {
	background: #000;
	color: #fff;
	padding: 10px;
	text-align: left;
	font-weight: 700;
}

.tour-table td {
	padding: 10px;
	border-bottom: 1px solid #ddd;
}

.tour-table tr:hover {
	background: #f3f3f3;
}

/* ---------------------------------------------------
    IMAGES WITH SHADOW
--------------------------------------------------- */
.img-shadow {
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
}

/* ---------------------------------------------------
    GOLD GLOW TEXT
--------------------------------------------------- */
.glow-gold {
	color: #cc8800;
	font-weight: 800;
	text-shadow: 0 0 6px rgba(255,204,102,0.55);
}

/* ---------------------------------------------------
    SPACING UTILITIES (for quick layout)
--------------------------------------------------- */
.mt-20 {
	margin-top: 20px;
}

.mb-20 {
	margin-bottom: 20px;
}

.mt-30 {
	margin-top: 30px;
}

.mb-30 {
	margin-bottom: 30px;
}

/* MOBILE-FRIENDLY PRODUCT IMAGES */
.cue-img {
	max-width: 100%;
	height: auto;
	max-height: 380px;
/* Adjust this number until it looks perfect */
	object-fit: contain;
	border-radius: 8px;
	box-shadow: 0 4px 12px rgba(0,0,0,0.2);
	margin: 14px 0;
}

@media (max-width: 480px) {
	.cue-img {
		max-height: 260px;
	/* Smaller for mobile */
	}
}

	
}

.pool-calendar {
	overflow-x: auto;
}

.pool-calendar table {
	width: 100%;
	border-collapse: collapse;
	font-size: 14px;
	line-height: 1.35;
}

.pool-calendar th,
.pool-calendar td {
	padding: 10px 12px;
	vertical-align: top;
	border: 1px solid rgba(0,0,0,0.12);
}

.pool-calendar thead th {
	background: #f2f2f2;
	font-weight: 700;
	text-transform: uppercase;
	font-size: 12px;
	letter-spacing: .6px;
}

.pool-calendar .month-row td {
	background: #111;
	color: #fff;
	font-weight: 800;
	font-size: 15px;
	padding: 12px;
}

.pool-calendar tbody tr.event:nth-child(even) td {
	background: #fafafa;
}

.pool-calendar td:first-child {
	white-space: nowrap;
	font-weight: 700;
}

.pool-calendar .event-notes {
	display: inline-block;
	margin-top: 4px;
	font-size: 13px;
}

/* =========================================================
   MATCHROOM MAJOR ROW – MATCHROOM RED + GOLD ACCENT
   ========================================================= */
.pool-calendar tr.event.major td {
	background-color: #B1121A !important;
/* Matchroom red */
	color: #ffffff !important;
	border-color: rgba(255,255,255,0.18);
}

/* Keep stable on hover */
.pool-calendar tr.event.major:hover td,
.pool-calendar tbody:hover tr.event.major td {
	background-color: #B1121A !important;
	color: #ffffff !important;
	opacity: 1 !important;
	filter: none !important;
}

/* Gold prestige accent */
.pool-calendar tr.event.major td:first-child {
	box-shadow: inset 6px 0 0 #D4AF37;
}

/* Links */
.pool-calendar tr.event.major a,
.pool-calendar tr.event.major a:visited {
	color: #FFD100 !important;
	font-weight: 700;
	text-decoration: none;
}

.pool-calendar tr.event.major a:hover,
.pool-calendar tr.event.major a:focus {
	color: #FFE066 !important;
	text-decoration: underline;
}

/* Optional notes */
.pool-calendar tr.event.major .event-notes {
	color: rgba(255,255,255,0.92) !important;
}

/* Hover effect (same feel as PBS option 1) */
.pool-calendar tr.event.major {
	transition: transform .15s ease;
}

.pool-calendar tr.event.major:hover {
	transform: translateY(-1px);
}

.pool-calendar tr.event.major:hover td {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.22);
}

.pool-calendar tr.event.major td:nth-child(2)::after {
	content: "MAJOR";
	margin-left: 8px;
	font-size: 11px;
	font-weight: 800;
	color: #FFD100;
}

/* Ranking events */
.pool-calendar tr.event.ranking td {
	border-left: 4px solid #1e90ff;
}

.pool-calendar tr.event.ranking td:nth-child(2)::after {
	content: "RANKING";
	margin-left: 8px;
	font-size: 11px;
	font-weight: 700;
	color: #1e90ff;
}

@media (max-width: 768px) {
	.pool-calendar table,
										  .pool-calendar thead,
										  .pool-calendar tbody,
										  .pool-calendar tr,
										  .pool-calendar td {
		display: block;
		width: 100%;
	}
	
	.pool-calendar thead {
		display: none;
	}
	
	.pool-calendar tr.event {
		border: 1px solid rgba(0,0,0,0.12);
		border-radius: 6px;
		margin-bottom: 12px;
		padding: 10px;
		background: #fff;
	}
	
	.pool-calendar td {
		padding: 6px 0;
		border: none;
	}
	
	.pool-calendar td::before {
		display: block;
		font-size: 12px;
		font-weight: 700;
		text-transform: uppercase;
		color: #666;
		margin-bottom: 2px;
	}
	
	.pool-calendar td:nth-child(1)::before {
		content: "Dates";
	}
	
	.pool-calendar td:nth-child(2)::before {
		content: "Tournament";
	}
	
	.pool-calendar td:nth-child(3)::before {
		content: "Location";
	}
	
	.pool-calendar td:nth-child(4)::before {
		content: "Sanction";
	}
	
	.pool-calendar td:nth-child(5)::before {
		content: "Discipline";
	}
}

/* Make event title links clearly look clickable */
.pool-calendar td strong a {
	color: #0b5fff;
/* link blue */
	text-decoration: underline;
/* always visible */
	text-underline-offset: 2px;
}

.pool-calendar td strong a {
	text-decoration: underline;
	text-underline-offset: 2px;
}

/* Add a link icon after any linked title */
.pool-calendar td strong a::after {
	content: " ↗";
	font-size: .95em;
	opacity: .75;
}

.recap-note {
	padding: 12px 14px;
	border-left: 4px solid #c9a227;
	background: rgba(201, 162, 39, 0.10);
	border-radius: 10px;
	font-size: .95em;
	line-height: 1.5;
}

.recap-note a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.recap-note a:hover {
	opacity: .85;
}

.writer-voice {
	margin-top: 18px;
	padding: 16px 16px 14px;
	border: 1px solid rgba(0,0,0,0.10);
	border-radius: 14px;
	background: rgba(0,0,0,0.03);
}

.writer-label {
	display: inline-block;
	font-size: .85em;
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
	padding: 6px 10px;
	border-radius: 999px;
	background: rgba(0,0,0,0.08);
	margin-bottom: 10px;
}

.writer-text {
	font-size: 1.02em;
	line-height: 1.65;
}

.writer-voice a {
	font-weight: 700;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.tpc-awards {
	max-width: 720px;
	margin: 0 auto;
	line-height: 1.55;
}

.tpc-title {
	text-align: center;
	font-size: 20px;
	margin: 6px 0 18px;
}

.tpc-intro {
	margin: 0 0 16px;
}

.tpc-section {
	margin: 16px 0 0;
}

.tpc-head {
	margin: 0 0 6px;
}

.tpc-line {
	margin: 0 0 4px;
}

.tpc-line:last-child {
	margin-bottom: 0;
}

.tpc-closing {
	margin: 18px 0 0;
}

.tpc-awards .winner {
	color: #f5c400;
	font-weight: 700;
}

/* =========================================================
   PBS MAJOR ROW – ROYAL BLUE (FINAL, SAFE VERSION)
   ========================================================= */
/* Base PBS row */
.pool-calendar tr.event.pbs td {
	background-color: #0B3C8C !important;
	color: #ffffff !important;
	border-color: rgba(255,255,255,0.15);
}

/* Force same background on ALL interaction states */
.pool-calendar tr.event.pbs:hover td,
.pool-calendar tr.event.pbs:focus td,
.pool-calendar tr.event.pbs:active td,
.pool-calendar tbody:hover tr.event.pbs td {
	background-color: #0B3C8C !important;
	color: #ffffff !important;
	opacity: 1 !important;
	filter: none !important;
}

/* Tournament title */
.pool-calendar tr.event.pbs td:nth-child(2) strong {
	color: #ffffff !important;
}

/* Sub-events */
.pool-calendar tr.event.pbs .event-notes {
	display: block;
	margin-top: 6px;
	padding-left: 10px;
	border-left: 3px solid #FFD100;
	line-height: 1.3;
	font-size: .92em;
	color: rgba(255,255,255,0.92) !important;
}

/* Links */
.pool-calendar tr.event.pbs a,
.pool-calendar tr.event.pbs a:visited {
	color: #FFD100 !important;
	font-weight: 700;
	text-decoration: none;
}

/* Link hover */
.pool-calendar tr.event.pbs a:hover,
.pool-calendar tr.event.pbs a:focus {
	color: #FFE066 !important;
	text-decoration: underline;
}

/* PBS hover effect – SAFE (no color changes) */
.pool-calendar tr.event.pbs {
	transition: transform .15s ease;
}

.pool-calendar tr.event.pbs:hover {
	transform: translateY(-1px);
}

/* Inset outline on hover */
.pool-calendar tr.event.pbs:hover td {
	box-shadow: inset 0 0 0 2px rgba(255,255,255,0.25);
}

/* Premier League Pool Invitational styling */
.pool-calendar tr.plp-invitational td {
	background: #b1121a !important;
	color: #ffffff !important;
	font-weight: 600;
}

.pool-calendar tr.plp-invitational a {
	color: #ffffff !important;
}

.pool-calendar tr.plp-invitational .event-notes {
	color: #f2f2f2 !important;
}

/* Optional: badge */
.pool-calendar tr.plp-invitational td:nth-child(2)::after {
	content: "INVITATIONAL";
	display: inline-block;
	margin-left: 8px;
	padding: 2px 6px;
	font-size: 11px;
	font-weight: 700;
	letter-spacing: .5px;
	background: #ffffff;
	color: #b1121a;
	border-radius: 3px;
	vertical-align: middle;
}

/* LAS VEGAS OPEN */
.lv-container {
	max-width: 900px;
	margin: 0 auto;
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", sans-serif;
	line-height: 1.6;
	color: #333;
}

.lv-container h1 {
	font-size: 2.2em;
	margin-bottom: .5em;
	color: #111;
}

.lv-container h2 {
	font-size: 1.5em;
	margin-top: 1.5em;
	border-bottom: 2px solid #eaeaea;
	padding-bottom: 5px;
	color: #222;
}

.video-label {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 25px;
	color: #d9230f;
	font-size: 1.2em;
	border-left: 4px solid #d9230f;
	padding-left: 10px;
}

.cta-button {
	display: block;
	background-color: #d9230f;
	color: #ffffff !important;
	padding: 15px 25px;
	text-decoration: none;
	font-weight: bold;
	font-size: 1.1em;
	border-radius: 6px;
	text-align: center;
	margin: 30px 0;
	transition: background-color .3s;
	box-shadow: 0 4px 6px rgba(217, 35, 15, 0.2);
}

.cta-button:hover {
	background-color: #b91d0c;
}

.info-box {
	background: #f8f9fa;
	border-left: 4px solid #d9230f;
	padding: 20px;
	margin: 20px 0;
	border-radius: 0 8px 8px 0;
}

.info-box ul {
	margin: 0;
	padding-left: 20px;
}

.info-box li {
	margin-bottom: 8px;
}

.prize-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

.prize-list li {
	display: flex;
	justify-content: space-between;
	border-bottom: 1px solid #ddd;
	padding: 8px 0;
}

.prize-list li:last-child {
	border-bottom: none;
	font-weight: bold;
	font-size: 1.1em;
	color: #d9230f;
}

/* Accordion / Replay CSS */
.replay-accordion {
	background: #f8f9fa;
	border: 1px solid #ddd;
	border-radius: 8px;
	margin-bottom: 15px;
	overflow: hidden;
}

.replay-accordion summary {
	background: #eaeaea;
	padding: 15px;
	font-weight: bold;
	font-size: 1.1em;
	cursor: pointer;
	list-style: none;
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #333;
}

.replay-accordion summary::-webkit-details-marker {
	display: none;
}

.replay-accordion summary::after {
	content: '➕';
	font-size: 1.2em;
}

.replay-accordion[open] summary::after {
	content: '➖';
}

.replay-content {
	padding: 15px;
}

.replay-label {
	font-weight: bold;
	display: block;
	margin-bottom: 10px;
	margin-top: 15px;
	color: #555;
	border-left: 4px solid #555;
	padding-left: 10px;
}

@media (max-width: 768px) {
	.lv-container h1 {
		font-size: 1.8em;
	}
}

/* HEYBALL MASTERS SCHEDULE TABLE */
.heyball-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 20px 0;
}

.heyball-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-family: Arial, sans-serif;
	font-size: 14px;
	line-height: 1.4;
	background: #ffffff;
}

.heyball-table th,
.heyball-table td {
	border: 1px solid #d9d9d9;
	padding: 10px 12px;
	text-align: left;
	vertical-align: top;
}

.heyball-table th {
	background: #1b2c74;
	color: #ffffff;
	font-weight: 700;
}

.heyball-table tr:nth-child(even) td {
	background: #f7f8fc;
}

.heyball-table .section-row td {
	background: #f4b400;
	color: #1a1a1a;
	font-weight: 700;
	text-align: center;
}

.heyball-note {
	font-size: 13px;
	color: #555;
	margin-top: 10px;
}

/* mobile improvements */
@media screen and (max-width: 768px) {
	.heyball-table {
		font-size: 13px;
	}
	
	.heyball-table th,
		  .heyball-table td {
		padding: 8px 10px;
	}
}

.heyball-links {
	margin: 20px 0;
	padding: 0;
}

.heyball-link-item {
	border: 1px solid #d9d9d9;
	background: #f7f8fc;
	padding: 12px 14px;
	margin-bottom: 10px;
	border-radius: 4px;
	font-size: 14px;
	line-height: 1.5;
}

.heyball-link-item strong {
	color: #1b2c74;
}

.heyball-link-item a {
	color: #1b2c74;
	font-weight: 700;
	text-decoration: none;
	word-break: break-word;
}

.heyball-link-item a:hover {
	text-decoration: underline;
}

@media screen and (max-width: 768px) {
	.heyball-link-item {
		padding: 10px 12px;
		font-size: 13px;
	}
}

/* 77.billiards article tables */
.billiards-article {
	max-width: 100%;
	font-size: 17px;
	line-height: 1.7;
	color: #222222;
}

.billiards-article h2 {
	font-size: 28px;
	line-height: 1.25;
	margin: 28px 0 16px;
	color: #111111;
	font-weight: 800;
}

.billiards-article h3 {
	font-size: 22px;
	line-height: 1.3;
	margin: 34px 0 14px;
	color: #111111;
	font-weight: 800;
}

.billiards-article p {
	margin: 0 0 18px;
}

.billiards-article blockquote {
	margin: 24px 0;
	padding: 18px 22px;
	border-left: 5px solid #111111;
	background: #f6f6f6;
	font-size: 18px;
	line-height: 1.6;
	font-weight: 600;
	color: #222222;
}

.billiards-table-wrap {
	width: 100%;
	overflow-x: auto;
	margin: 24px 0 34px;
	border-radius: 16px;
	box-shadow: 0 8px 24px rgba(0, 0, 0, 0.08);
	background: #ffffff;
}

.billiards-results-table {
	width: 100%;
	border-collapse: collapse;
	min-width: 620px;
	font-size: 15px;
	line-height: 1.45;
	background: #ffffff;
}

.billiards-results-table thead {
	background: #111111;
	color: #ffffff;
}

.billiards-results-table th {
	padding: 14px 16px;
	text-align: left;
	font-weight: 700;
	letter-spacing: .3px;
	text-transform: uppercase;
	font-size: 13px;
}

.billiards-results-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #eeeeee;
	vertical-align: middle;
}

.billiards-results-table tbody tr:nth-child(even) {
	background: #fafafa;
}

.billiards-results-table tbody tr:hover {
	background: #f3f3f3;
}

.billiards-results-table tbody tr:last-child td {
	border-bottom: none;
}

.result-win {
	font-weight: 700;
	color: #0f7b3f;
}

.result-loss {
	font-weight: 700;
	color: #b42318;
}

.stage-label {
	font-weight: 700;
	color: #111111;
}

.score-pill {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 999px;
	background: #111111;
	color: #ffffff;
	font-weight: 700;
	font-size: 13px;
	white-space: nowrap;
}

.billiards-key-points {
	margin: 22px 0 0;
	padding: 0;
	list-style: none;
}

.billiards-key-points li {
	margin-bottom: 12px;
	padding: 14px 16px;
	background: #f7f7f7;
	border-left: 4px solid #111111;
	border-radius: 10px;
}