body {
	margin: 0;
	font-family: sans-serif;
	background-color: #111;
	color: #fff;
	height: 100%;
}

html {
    scroll-behavior: smooth;
}

h1 {
	text-align: center;
	font-weight: bold;
	background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
	background-size: 600% 600%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientShift 60s ease infinite;	
}
table {
    border-collapse: collapse;
	margin: 0 auto;
	width: 80%;
    table-layout: fixed;
}
    td {
    text-align: left; 
	padding: 5px;
}




/* HEADER STYLES */
.header {
    display: flex;
	align-items: center;
    justify-content: space-between;
    background: #111;
    padding: 1rem;
    font-size: 2rem;
    font-weight: bold;
    user-select: none;
}
.header-text {
    flex: 1;
    text-align: left;
	padding-left:60px;
    background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 60s ease infinite;
}
.header-slogan {
    text-align: right;
    font-size: 12px;
    line-height: 1.2;
    background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 60s ease infinite;
    white-space: nowrap;
}
.header-logo-container {
    flex: 0 0 auto;
}
.header-logo {
    height: 50px;
    width: auto;
    margin-right: 1rem;
    position: absolute;
    top: 10px;
}
@keyframes gradientShift {
    0% { background-position: 0% 50%; }
    50% { background-position: 100% 50%; }
    100% { background-position: 0% 50%; }
}




/* HEADER STYLE */
.header-meta {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    background: #222;
    padding: 0.5rem 1rem;
    text-align: center;
    border-bottom: 1px solid #888;
}
.update-title {
	background: #222;
	text-align: center;
	font-size: 1.5rem;
	display: block;
	font-weight: bold;
	display: block;
	text-decoration: none;
	background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
	background-size: 600% 600%;
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	animation: gradientShift 60s ease infinite;	
}
.update-date {
    text-align: left;
    font-size: 0.9rem;
    flex: 1;
	color: #0084ff;
}
.update-author {
    text-align: right;
    font-size: 0.9rem;
    flex: 1;
	color: #0084ff;
}
.author-emoji {
    font-style: normal;
    display: inline-block;
}

	


/* NAV STYLES */
nav {
  display: flex;
  justify-content: center;
  gap: 1rem;
  background: #222;
  padding: 0.5rem;
  flex-wrap: wrap;
  margin: 0 1rem;
  border-radius: 8px;
  border: 1px solid #888;
}
nav a {
  display: inline-block;
  text-decoration: none;
  padding: 0.3rem 0.6rem;
  border-radius: 6px;
}
nav a span {
  background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
  background-size: 600% 600%;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  animation: gradientShift 60s ease infinite;
  font-weight: bold;
  text-align: center;
}
nav a.active,
nav a:hover {
  background-color: #111;
}
@keyframes gradientShift {
  0%   { background-position: 0% 50%; }
  50%  { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}
.external-arrow {
  font-size: 0.8em;
  line-height: 1;
  display: inline-block;
  vertical-align: middle;
  color: #fff;
  margin-left: 0.3rem;
}




/* STREAM EMBED AND OVERLAY STYLES */
.stream-chat-wrapper {
	display: flex;
	justify-content: center;
	align-items: stretch;
	gap: 1rem;
	padding: 1rem;
	box-sizing: border-box;
	width: 100%;
	margin: 0 auto;
}
.chat-container {
	height: auto;
	width: 20%;
	flex-shrink: 1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;
}
.stream-container {
	height: auto;
	width: 80%;
	flex-shrink: 1;
	border-radius: 8px;
	overflow: hidden;
	position: relative;	
}
.stream-container {
	aspect-ratio: 16 / 9;
	background: black;
}
.chat-container {
	aspect-ratio: 9 / 16;
	background: #222;
	border: 1px solid #888;
}
.stream-container iframe,
.chat-container iframe {
	width: 100%;
	height: 100%;
	border: none;
}
.stream-container {
    position: relative;
    height: 90vh;
    aspect-ratio: 16 / 9;
    border-radius: 8px;
    overflow: hidden;
    background: black;
    flex-shrink: 1;
	border: 1px solid #888;
}
.stream-container iframe {
    position: absolute;
    top: 0; left: 0;
    width: 100%;
    height: 100%;
    border: none;
    z-index: 1;
}
.stream-pair {
    display: none;
}
.stream-pair.active {
    display: flex;
    flex-direction: column;
}
.stream-pair.active > .stream-chat-wrapper {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    gap: 1rem;
    width: 100%;
}
.stream-toggle {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
	margin-top: 0.5rem;
	justify-content: center;
	max-width: 100%;
}
.stream-toggle button {
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #888;
	background: #222;
	color: #fff;
	cursor: pointer;
	border-radius: 5px;
	font-weight: bold;
	user-select: none;
	min-width: 36px;
	text-align: center;
}
.stream-toggle button.active {
	background-color: #0084ff;
	border-color: #0084ff;
	border: 1px solid #555;
}




/* GENERAL COLUMN STYLE */
.columns {
	display: flex;
	justify-content: space-between;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.columns a {
	text-decoration: none;
	color: #fff;
}
.columns a:hover {
	text-decoration: none;
	color: #0084ff;
}
.column {
	flex: 1;
	min-width: 300px;
	background-color: #222;
	padding: 0;
	border-radius: 8px;
	overflow: hidden;
	border: 1px solid #888;
}
.column-header {
    text-align: center;
    font-size: 1.5rem;
    padding: 0.5rem;
    font-weight: bold;
    text-decoration: none;
    background: linear-gradient(270deg, #ff005a, #00f7ff, #ffdd00, #ff005a);
    background-size: 600% 600%;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    animation: gradientShift 60s ease infinite;	
    transition: 0.4s ease; /* smooth hover */
}
.column a:hover .column-header {
    background: linear-gradient(90deg, #0084ff, #0084ff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}	




/* TIP STYLE */
.tip-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.tip-columns a{
	text-decoration: none;
	color: #0084ff;
}
.tip-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.tip-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.tip-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}



/* NEWS STYLE */
.news-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.news-columns a{
	text-decoration: none;
	color: #0084ff;
}
.news-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.news-column {
	width: 100%;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.news-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* TTS STYLE */
.tts-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
}
.tts-columns a{
	text-decoration: none;
	color: #0084ff;
}
.tts-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.tts-column {
	width: 100%;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.tts-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}
.tts-button {
	border: 1px solid #888;
	padding: 0.5rem 1rem;
    display: inline-block;
	background-color: #222;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
	margin-top: 1rem;
	margin-bottom: 1rem;
}
.tts-button a {
    background-color: #fff;
}
.tts-button:hover {
    background-color: #0084ff;
}



/* TIP FORM STYLE */
label {
    display: block;
    margin-bottom: 5px;
    font-size: 16px;
}
input, textarea {
    width: 100%;
    max-width: 450px;
    margin: 0 auto;
    padding: 6px;
    border: 1px solid #888;
    border-radius: 6px;
    box-sizing: border-box;
    font-size: 12px;
}
textarea {
    height: 80px;
}
.amount-buttons {
    display: flex;
    justify-content: center;
    gap: 1rem;
    margin-bottom: 1rem;
}
.amount-button {
    padding: 8px 16px;
    border: 1px solid #888;
    background-color: #222;
    cursor: pointer;
    border-radius: 6px;
    font-size: 12px;
	color: white;
}
.amount-button.selected {
    background-color: #0084ff;
    color: white;
}
.amount-button:hover {
    background-color: #0084ff;
}
#customAmountField {
    display: none;
    margin-top: 1rem;
	margin-bottom: 1rem;
}
button[type="submit"] {
    padding: 8px 16px;
    background-color: #222;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
	border: 1px solid #888;
	margin-top: 1rem;
}
button[type="submit"]:hover {
    background-color: #0084ff;
}
.textarea-container {
    position: relative;
    width: 100%;
    max-width: 100%;
}
.textarea-container textarea {
    width: 100%;
    padding: 10px;
    padding-bottom: 24px;
    box-sizing: border-box;
    color: #fff;
    background: #222;
    border: 1px solid #888;
    border-radius: 6px;
    resize: none;
    font-size: 14px;
    display: block;
}
.message-counter {
    position: absolute;
    bottom: 6px;
    right: 40px;
    font-size: 11px;
    color: #aaa;
    pointer-events: none;
    z-index: 2;
}
.btn {
    padding: 8px 16px;
    background-color: #222;
    color: white;
    border-radius: 6px;
    cursor: pointer;
    font-size: 16px;
    width: 40%;
    max-width: 400px;
    margin: 0 auto;
	border: 1px solid #888;
	margin-top: 1rem;
}

.btn:hover {
    background: #0084ff;
    color: #fff;
}


/* RULES STYLE */
.error-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.error-columns a{
	text-decoration: none;
	color: #0084ff;
}
.error-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.error-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.error-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* RULES STYLE */
.rules-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.rules-columns a{
	text-decoration: none;
	color: #0084ff;
}
.rules-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.rules-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.rules-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* SOCIALS STYLE */
.socials-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.socials-columns a{
	text-decoration: none;
	color: #fff;
}
.socials-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.socials-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* COMMANDS STYLE */
.commands-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.commands-columns a{
	text-decoration: none;
	color: #0084ff;
}
.commands-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.commands-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.commands-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* TIP CRYPTO STYLE */
.tip-crypto-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.tip-crypto-columns a{
	text-decoration: none;
	color: #0084ff;
}
.tip-crypto-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.tip-crypto-column {
	width: 100%;
	max-width: 600px;
	background-color: #444;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
	background: #111;
}
.tip-crypto-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}
input, select, textarea {
    width: 100%;
	max-width: 500px;
    padding: 10px;
    margin-top: 10px;
    border-radius: 6px;
    border: 1px solid #888;
    background: #222;
    color: #fff;
    box-sizing: border-box;
	text-align: center;
    }
#qr-container {
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
}
#walletAddress {
    margin-top: 10px;
    font-size: 0.9em;
    word-break: break-word;
    color: #ccc;
}



/* COPY ICON AND STYLE */
.copy-icon {
  cursor: pointer;
  margin-left: 6px;
  color: #0084ff;
}
.copy-icon:hover {
  color: #ffdd00;
}
.copied-tooltip {
  position: absolute;
  bottom: 125%;
  left: 50%;
  transform: translateX(-50%);
  background: #444;
  color: #fff;
  border: 1px solid #888;
  padding: 4px 10px;
  border-radius: 6px;
  font-size: 0.9em;
  white-space: nowrap;
  opacity: 0;
  animation: fadeInOut 1.5s ease forwards;
  z-index: 100;
}
@keyframes fadeInOut {
  0% { opacity: 0; transform: translate(-50%, -5px); }
  20% { opacity: 1; transform: translate(-50%, -10px); }
  80% { opacity: 1; transform: translate(-50%, -10px); }
  100% { opacity: 0; transform: translate(-50%, -15px); }
}
.tip-warning {
  text-align: center;
  color: #ccc;
  font-size: 1rem;
  background: #111;
}




/* CLIP AND PAGINATION STYLE */
.clips-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(360px, 1fr));
	gap: 1rem;
	margin-top: 1rem;
	padding: 0 1rem;
}	
.clip {
	background: #222;
	border: 1px solid #888;
	border-radius: 8px;
	overflow: auto;
	margin-bottom: 1.5rem;
}
.clip iframe,
.clip video {
	width: 100%;
	aspect-ratio: 16 / 9;
	display: block;
	border: none;
	margin: 0;
}
.clip-meta-top {
	background: #222;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	color: #0084ff;
	text-align: center;
}
.clip-meta-bottom {
	background: #222;
	padding: 0.5rem 1rem;
	font-size: 0.9rem;
	color: #0084ff;
	text-align: center;
}
.pagination {
	text-align: center;
	margin-top: 0rem;
	margin-bottom: 2rem;
}
.pagination button {
	background: #222;
	color: #fff;
	border: 1px solid #888;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
	cursor: pointer;
	border-radius: 5px;
	font-size: 1rem;
}
.pagination button:hover{
	background: #0084ff;
	color: #fff;
}
.pagination button:disabled {
	opacity: 0.4;
	cursor: not-allowed;
}
@media (max-width: 400px) {
.clip iframe {
	height: 140px;
}
}
.pagination-button {
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #555;
	background: #222;
	color: #fff;
	width:250px;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
	user-select: none;
	min-width: 36px;
	text-align: center;
}
.pagination-button button:hover{
	background: #0084ff;
	color: #fff;
}	
.alpha-pagination {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	justify-content: center;
	margin-bottom: 20px;
	max-width: 100%;
	margin-left: auto;
	margin-right: auto;
}
.alpha-pagination button {
	padding: 8px 12px;
	font-size: 16px;
	border: 1px solid #888;
	background: #222;
	color: #fff;
	cursor: pointer;
	border-radius: 6px;
	font-weight: bold;
	user-select: none;
	min-width: 36px;
	text-align: center;
}
.alpha-pagination button.active {
	background-color: #0084ff;
	border-color: #0084ff;
	border: 1px solid #888;
}
.alpha-pagination button:hover{
	background: #0084ff;
	color: #fff;
}
.games-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, 616px);
	gap: 1rem;
	margin-top: 1rem;
	justify-content: center;
}
.games-grid > div {
	width: 616px;
}
.games-grid img {
	width: 616px;
	height: 353px;
	object-fit: cover;
	display: block;
}
#category-toggle {
	display: flex;
	justify-content: center;
	gap: 1rem;
	margin-top: 1rem;
}
#category-toggle button {
	padding: 0.5rem 1rem;
	font-weight: bold;
	cursor: pointer;
	border: none;
	background-color: #444;
	color: white;
	border-radius: 6px;
	transition: background-color 0.3s;
}
#category-toggle button.active {
	background-color: #0084ff;
}
.hidden {
	display: none !important;
}




/* DISCLAIMER STYLE */
.humble-disclaimer {

	color: #ccc;
	font-size: 14px;
	padding: 5px 5px;
	border: 1px solid #888;
	border-radius: 6px;
	margin: 0 auto 0;
	max-width: 920px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1rem;
}
.affiliate-disclaimer {

	color: #ccc;
	font-size: 14px;
	padding: 5px 5px;
	border: 1px solid #888;
	border-radius: 6px;
	margin: 0 auto 0;
	max-width: 820px;
	text-align: center;
	line-height: 1.6;
	margin-bottom: 1rem;
}



/* CONTACT STYLE */
#contactForm {
    background: #111;
    border-radius: 6px;
    color: white;
}
#contactForm .form-group {
    margin-bottom: 1rem;
}
#contactForm input,
#contactForm textarea {
    width: 100%;
    padding: 8px;
     border-radius: 6px;
    border: 1px solid #888;
    background: #222;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
}
#contactForm button {
    padding: 8px 16px;
    font-size: 14px;
    width: 150px;
    max-width: 80%;
    display: block;
    margin: 1rem auto 0 auto;
    background: #222; 
    color: white;
    border-radius: 6px;
    cursor: pointer;
    border: 1px solid #888;
}
#contactForm button:hover {
    background: #0084ff;
}
.char-counter {
    text-align: right;
    font-size: 12px;
    color: #ccc;
    margin-top: 4px;
}
#formFeedback {
  margin-top: 10px;
  font-size: 14px;
  font-weight: 500;
}
#formFeedback.success {
  color: #2ecc71;
}
#formFeedback.error {
  color: #e74c3c;
}
.textarea-group {
    position: relative;
}
.textarea-group textarea {
    width: 100%;
    padding: 8px;
    border-radius: 6px;
    border: 1px solid #888;
    background: #222;
    color: white;
    font-size: 14px;
    box-sizing: border-box;
    min-height: 120px;
    resize: vertical;
    padding-bottom: 24px;
}
.textarea-group .char-counter {
    position: absolute;
    bottom: 6px;
    right: 40px;
    font-size: 12px;
    color: #aaa;
    pointer-events: none;
}
.captcha-container {
    display: flex;
    justify-content: center;
    margin: 1rem 0;
}
.contact-columns {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	padding-right: 1rem;
	padding-left: 1rem;
	padding-bottom: 1rem;
	padding-top: 1rem;
}
.contact-columns a{
	text-decoration: none;
	color: #0084ff;
}
.contact-columns a:hover{
	text-decoration: none;
	color: #fff;
}
.contact-column {
	width: 100%;
	max-width: 600px;
	background-color: #222;
	border-radius: 6px;
	overflow: hidden;
	border: 1px solid #888;
}
.contact-column-body {
	padding: 1rem;
	background: #111;
	text-align: center;
}




/* SOCIAL BUTTON STYLE */
.social-buttons {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 12px;
	margin-bottom: 1rem;
	width: 100%;
}
.social {
	display: flex;
	align-items: center;
	justify-content: center;
	padding: 10px 16px;
	border-radius: 999px;
	font-size: 16px;
	font-weight: 600;
	color: white;
	text-decoration: none;
	transition: transform 0.2s ease, background 0.3s ease;
	white-space: nowrap;
}
.social i {
	font-size: 18px;
	margin-right: 8px;
}
.social:hover {
	transform: scale(1.05);
}
	.twitter { background: #1DA1F2; border: 1px solid #888; }
	.twitch { background: #9146FF; border: 1px solid #888; }
	.discord { background: #5865F2; border: 1px solid #888; }
	.youtube { background: #FF0000; border: 1px solid #888; }
	.tiktok { background: #000000; border: 1px solid #888; }
	.steam { background: #171A21; border: 1px solid #888; }
	.kick { background: #53FC18; border: 1px solid #888; }
	.instagram { background: #C13584; border: 1px solid #888; }
    .tiktok { background-color: #000; border: 1px solid #888; }

.social-page-buttons {
      width: 300px;
      display: flex;
      flex-direction: column;
      gap: 1rem;
	  margin: 0 auto;
      align-items: center;
}




/* AFFILIATE PAGE STYLE */
.affiliate h1, .affiliate h2, .affiliate h3 {
	color: #0084ff;
}
.affiliate img.logo {
	max-width: 200px;
	display: block;
	margin: 15px auto;
}
.affiliate table {
	width: 100%;
	border-collapse: collapse;
	margin: 25px 0;
}
.affiliate th, .affiliate td {
	padding: 12px 15px;
	border: 1px solid #888;
	vertical-align: middle;
	text-align: center;
}
.affiliate th {
	background-color: #0084ff;
	color: #fff;
}
.affiliate td img {
	max-width: 100px;
	height: auto;
	border-radius: 6px;
}
.affiliate a.button {
	display: inline-block;
	background-color: #0084ff;
	color: #fff;
	padding: 12px 25px;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	margin-top: 20px;
}
.affiliate a.button:hover {
	background-color: #0084ff;
}
.affiliate p.intro {
	font-size: 1rem;
	margin-bottom: 25px;
}
.affiliate-buttons {
    text-align: center;
    margin: 20px 0;
}
.section-button {
	border: 1px solid #888;
	padding: 0.5rem 1rem;
	margin: 0 0.25rem;
    display: inline-block;
	background-color: #222;
	color: #fff;
	text-decoration: none;
	border-radius: 5px;
	font-weight: bold;
	transition: background-color 0.3s ease;
}
.section-button:hover {
    background-color: #0084ff;
}		




/* BACK TO TOP STYLE */
.back-to-top {
    position: fixed;
    bottom: 30px;
    right: 30px;
    background-color: #444;
    color: white;
    padding: 10px 15px;
    text-decoration: none;
    border-radius: 50px;
    font-weight: bold;
    font-size: 14px;
    box-shadow: 0 4px 10px rgba(0,0,0,0.3);
    opacity: 0.7;
    transition: opacity 0.3s ease, background-color 0.3s ease;
    z-index: 999;
    border: 1px solid #888;
}
.back-to-top:hover {
    opacity: 1;
    background-color: #005fa3;
}




/* COOKIE POPUP STYLE */
#cookie-consent {
    position: fixed;
    bottom: 20px;
    right: 20px;
    background-color: #222;
    color: #fff;
    padding: 1rem;
    border: 1px solid #888;
    border-radius: 5px;
    z-index: 9999;
    max-width: 300px;
    font-family: sans-serif;
}
#cookie-consent p {
    margin: 0 0 0.5rem 0;
    font-size: 0.9rem;
}
.cookie-btn {
    border: 1px solid #888;
    padding: 0.5rem 1rem;
    margin: 0 0.25rem;
    display: inline-block;
    background-color: #222;
    color: #fff;
    text-decoration: none;
    border-radius: 5px;
    font-weight: bold;
    transition: background-color 0.3s ease;
    cursor: pointer;
}
 .cookie-btn:hover {
    background-color: #333;
}




/* FOOTER STYLE */
.footer-note {
	font-size: 0.75rem;
	color: #888;
	background: #111;
	text-align: center;
	padding-bottom: 1rem;
}
.footer-note a{
	color: #fff;
	text-decoration: none;
}
.footer-note a:hover{
	color: #0084ff;
}