/**
 * WebEngine CMS Module Style Overrides
 * Version: 2.0 (Premium Dark Medieval Fantasy Overhaul)
 * Author: Antigravity AI
 * Copyright (c) 2026, All Rights Reserved
 */

a {
    color: #c5a059;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
}

a:focus, a:hover {
    color: #f3e5ab;
    text-shadow: 0 0 8px rgba(243, 229, 171, 0.5);
    text-decoration: none !important;
}

.admincp-button {
	position: absolute;
	top: 10px;
	right: 10px;
	z-index: 100;
}

.table>tbody>tr>td, .table>tbody>tr>th, .table>tfoot>tr>td, .table>tfoot>tr>th, .table>thead>tr>td, .table>thead>tr>th {
    border-top: none !important;
}

.page-title {
    color: #c5a059;
    font-family: 'Cinzel', serif;
    font-weight: bold;
    font-size: 24px;
    text-transform: uppercase;
    border-bottom: 1px solid rgba(197, 160, 89, 0.25);
    padding-bottom: 15px;
    margin-bottom: 20px;
    text-align: center;
    text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
    letter-spacing: 1px;
}

/* ==========================================================================
   NEWS MODULE (Gothic Medieval Slate Style)
   ========================================================================== */

.panel-news {
	margin-bottom: 35px;
	color: #cbd5e1;
	border: 1px solid rgba(197, 160, 89, 0.2);
	background: rgba(10, 15, 26, 0.5);
	border-radius: 4px;
	box-shadow: 0 4px 15px rgba(0, 0, 0, 0.4);
	overflow: hidden;
}

.panel-news .panel-heading {
	padding: 15px 20px;
	background: linear-gradient(to right, rgba(197, 160, 89, 0.1) 0%, transparent 100%);
	border-bottom: 1px solid rgba(197, 160, 89, 0.2);
}

.panel-news .panel-title {
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	font-weight: bold;
	text-shadow: 0 1px 2px rgba(0,0,0,0.8);
	letter-spacing: 0.5px;
}

.panel-news .panel-body {
	padding: 20px;
	line-height: 1.6;
	color: #cbd5e1;
}

.panel-news .panel-footer {
	border-top: 1px solid rgba(197, 160, 89, 0.1);
	background: rgba(8, 12, 20, 0.8);
	font-style: italic;
	font-size: 11px;
	height: auto;
	padding: 10px 20px;
	color: #94a3b8;
}

/* ==========================================================================
   RANKINGS MODULE (Glowing Medals & Premium Tables)
   ========================================================================== */

.rankings-table {
	width: 100%;
	border-spacing: 0;
	border-collapse: collapse;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
	background: rgba(10, 15, 26, 0.7);
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 4px;
	overflow: hidden;
}

.rankings-table tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding: 8px 12px;
	font-size: 13px;
	vertical-align: middle !important;
	text-align: left;
	color: #cbd5e1;
	transition: background 0.3s ease;
}

.rankings-table tr:nth-child(even) td {
	background: rgba(255, 255, 255, 0.02);
}

.rankings-table tr:hover td {
	background: rgba(197, 160, 89, 0.08);
	color: #fff;
}

.rankings-table-place {
	color: #cbd5e1;
	font-weight: bold;
	font-size: 16px;
	text-align: center;
	font-family: 'Cinzel', serif;
}

/* Elite Top 3 Styles */
.rankings-table tr:nth-child(2) .rankings-table-place {
	color: #ffd700; /* Gold */
	text-shadow: 0 0 10px rgba(255, 215, 0, 0.6);
	font-size: 20px;
}

.rankings-table tr:nth-child(3) .rankings-table-place {
	color: #c0c0c0; /* Silver */
	text-shadow: 0 0 8px rgba(192, 192, 192, 0.5);
	font-size: 18px;
}

.rankings-table tr:nth-child(4) .rankings-table-place {
	color: #cd7f32; /* Bronze */
	text-shadow: 0 0 6px rgba(205, 127, 50, 0.5);
	font-size: 17px;
}

.rankings-table tr:first-child td {
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	background: rgba(197, 160, 89, 0.15);
	border-bottom: 2px solid rgba(197, 160, 89, 0.4);
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	text-align: left;
}

.rankings-class-image {
	width: 22px;
	height: 22px;
	border-radius: 50%;
	border: 1px solid rgba(197, 160, 89, 0.4);
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
}

.rankings-update-time {
	text-align: right;
	font-size: 11px;
	color: #94a3b8;
	padding: 10px 0px;
}

/* Rankings Sub-navigation Tab Menu */
.rankings_menu {
	width: 100%;
	overflow: auto;
	text-align: center;
	margin-bottom: 20px;
	background: rgba(10, 15, 26, 0.5);
	padding: 12px;
	border-radius: 6px;
	border: 1px solid rgba(197, 160, 89, 0.2);
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.rankings_menu span {
	width: 100%;
	display: inline-block;
	padding: 5px 0px 12px 0px;
	color: #c5a059;
	font-size: 22px;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	text-shadow: 0 2px 4px rgba(0, 0, 0, 0.5);
}

.rankings_menu a {
	background: linear-gradient(135deg, #88652c 0%, #5a4019 100%);
	border: 1px solid rgba(197, 160, 89, 0.5);
	display: inline-block;
	width: 130px;
	text-align: center;
	padding: 8px 0px;
	margin: 4px;
	border-radius: 4px;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	box-shadow: 0 2px 5px rgba(0, 0, 0, 0.4);
	letter-spacing: 0.5px;
}

.rankings_menu a:hover {
	background: linear-gradient(135deg, #c5a059 0%, #8c6e3d 100%);
	border-color: #ffd700;
	box-shadow: 0 0 10px rgba(197, 160, 89, 0.5);
	color: #fff;
	transform: translateY(-1px);
}

.rankings_menu a.active {
	background: linear-gradient(135deg, #c5a059 0%, #b8860b 100%);
	border-color: #ffd700;
	color: #fff;
	box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
	text-shadow: 0 1px 2px rgba(0,0,0,0.5);
}

.rankings_guild_logo tr td {
	border: 0px !important;
	padding: 0px !important;
	margin: 0px !important;
}

.rankings-gens-img {
	width: auto !important;
	height: 26px !important;
	border: 0 !important;
	box-shadow: none !important;
	border-radius: 0px !important;
}

/* ==========================================================================
   MY ACCOUNT MODULE & TABLES
   ========================================================================== */

.myaccount-table {
	width: 100%;
	background: rgba(10, 15, 26, 0.6);
	border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 4px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.myaccount-table tr td:first-child {
	color: #c5a059;
	font-weight: bold;
	font-family: 'Cinzel', serif;
}

.myaccount-table tr td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
	padding: 15px !important;
	font-size: 13px;
}

.myaccount-table tr:last-child td {
	border: 0px;
}

/* GENERAL TABLE UI */
.general-table-ui {
	width: 100%;
	table-layout: fixed;
	background: rgba(10, 15, 26, 0.6);
	border: 1px solid rgba(197, 160, 89, 0.2);
	padding: 10px;
	margin: 15px 0px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.general-table-ui tr td {
	padding: 10px 5px;
	vertical-align: middle !important;
	color: #cbd5e1;
	border-bottom: 1px solid rgba(255, 255, 255, 0.04);
}

.general-table-ui tr:first-child td {
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	background: rgba(197, 160, 89, 0.15);
	border-bottom: 2px solid rgba(197, 160, 89, 0.3);
}

.general-table-ui tr:nth-child(2n+2) td {
	background: rgba(255, 255, 255, 0.02);
}

.general-table-ui tr td {
	text-align: center;
}

.general-table-ui img {
	width: 48px;
	height: auto;
	box-shadow: 0 0 5px rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	border: 1px solid rgba(197, 160, 89, 0.3);
}

/* TERMS OF SERVICE PAGE */
.tos_list li {
	color: #ef4444;
	font-weight: bold;
	font-size: 18px;
	margin-bottom: 40px;
	font-family: 'Cinzel', serif;
}

.tos_list li p {
	color: #cbd5e1;
	text-align: justify;
	text-justify: inter-word;
	text-transform: none;
	padding-right: 35px;
	font-size: 13px;
	font-weight: normal;
	font-family: 'Inter', sans-serif;
	line-height: 1.6;
}

/* ==========================================================================
   PAYPAL GATEWAY
   ========================================================================== */

.paypal-gateway-container {
	width: 100%;
	background: rgba(10, 15, 26, 0.8);
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 6px;
	padding: 15px;
	box-shadow: 0 4px 15px rgba(0,0,0,0.5);
}

.paypal-gateway-logo {
	width: 100%;
	height: 68px;
	background: #fff url('../img/paypal-logo-200-68.png') no-repeat top center;
	margin-bottom: 15px;
	border-radius: 4px;
}

.paypal-gateway-content {
	margin: 10px 0;
	background: rgba(197, 160, 89, 0.1);
	border: 1px solid rgba(197, 160, 89, 0.4);
	border-radius: 4px;
	padding: 15px;
	overflow: auto;
	color: #cbd5e1;
}

.paypal-gateway-conversion-rate {
	margin: 0px auto;
	text-align: center;
	color: #ffd700;
	font-size: 18px;
	padding: 10px 0px;
	font-family: 'Cinzel', serif;
	font-weight: bold;
}

.paypal-gateway-form {
	width: 100%;
	margin: 0px auto;
	text-align: center;
}

.paypal-gateway-form div {
	display: inline-block;
	padding: 0px 10px;
	color: #cbd5e1;
	font-size: 16px;
}

.paypal-gateway-form input[type=text] {
	width: 60px;
	background: rgba(0, 0, 0, 0.5);
	border: 1px solid rgba(197, 160, 89, 0.4);
	color: #fff;
	text-align: center;
	border-radius: 4px;
	padding: 4px;
}

.paypal-gateway-continue {
	margin: 15px auto 0 auto;
	text-align: center;
}

.paypal-gateway-continue input[type=submit] {
	background: linear-gradient(135deg, #1e3a8a 0%, #0f172a 100%);
	border: 1px solid #3b82f6;
	width: 200px;
	height: 42px;
	color: #fff;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	border-radius: 4px;
	cursor: pointer;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
	transition: all 0.3s ease;
}

.paypal-gateway-continue input[type=submit]:hover {
	background: linear-gradient(135deg, #2563eb 0%, #1d4ed8 100%);
	box-shadow: 0 0 12px rgba(59, 130, 246, 0.5);
	border-color: #60a5fa;
}

/* ==========================================================================
   CASTLE SIEGE INFORMATION
   ========================================================================== */

.csinfo_container {
	background: linear-gradient(to right, rgba(0, 0, 0, 0.85) 0%, rgba(0, 0, 0, 0.5) 100%), url('../img/castle_siege.jpg') no-repeat top right;
	background-size: cover;
	width: 100%;
	padding: 30px;
	margin-bottom: 25px;
	border: 1px solid rgba(197, 160, 89, 0.3);
	box-shadow: 0 8px 20px rgba(0,0,0,0.6);
	border-radius: 6px;
}

.csinfo_content {
	width: 100%;
	height: auto;
	margin: 10px 0;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
}

.csinfo_glogo {
	float: none;
	width: 30%;
	text-align: center;
}

.csinfo_glogo img {
	filter: drop-shadow(0 4px 10px rgba(0,0,0,0.8));
	border: 2px solid rgba(197, 160, 89, 0.4);
	border-radius: 4px;
}

.csinfo_ginfo {
	float: none;
	width: 70%;
	padding: 0px 20px;
}
	
.csinfo_ginfo table {
	table-layout: fixed;
	width: 100%;
}

.csinfo_ginfo table tr td {
	padding: 6px 0px;
	font-size: 16px;
	color: #e2e8f0;
}

.csinfo_ginfo table tr td:first-child {
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-weight: bold;
	width: 45%;
}
			
.csinfo_glist {
	list-style-type: none;
	margin: 15px 0 0 0;
	padding: 0px;
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	border-top: 1px solid rgba(255, 255, 255, 0.05);
	padding-top: 15px;
}

.csinfo_glist li {
	float: none;
	width: 33.33%;
	padding: 8px 12px;
	color: #cbd5e1;
	font-size: 13px;
	border-radius: 4px;
	transition: background 0.3s ease;
}

.csinfo_glist li:hover {
	background: rgba(197, 160, 89, 0.15);
	color: #fff;
}

.module-requirements {
	font-size: 12px;
	margin-top: 20px;
	color: #94a3b8;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.thumbnail {
    background-color: rgba(10, 15, 26, 0.6);
    border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 4px;
}

a.thumbnail:hover,
a.thumbnail:focus,
a.thumbnail.active {
  border-color: #ffd700;
  box-shadow: 0 0 8px rgba(197, 160, 89, 0.4);
}

/* ==========================================================================
   Bootstrap Override & Custom Elements
   ========================================================================== */

.btn-primary {
    color: #fff;
    background: linear-gradient(135deg, #a07833 0%, #684b1b 100%);
	border-color: rgba(197, 160, 89, 0.5);
	transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1);
	border-radius: 4px;
	font-family: 'Cinzel', serif;
	text-transform: uppercase;
	font-weight: bold;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 8px rgba(0,0,0,0.3);
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover, .btn-primary:active:focus {
	color: #fff !important;
	background: linear-gradient(135deg, #c5a059 0%, #8c6e3d 100%) !important;
	border-color: #ffd700 !important;
	box-shadow: 0 0 12px rgba(197, 160, 89, 0.5) !important;
	outline: none;
}

/* FORM CONTROL */
.form-control {
	color: #fff;
	background-color: rgba(10, 15, 26, 0.85);
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 4px;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.5);
	transition: all 0.3s ease;
}

.form-control:focus {
	outline: none;
	box-shadow: inset 0 2px 5px rgba(0,0,0,0.5), 0 0 10px rgba(197, 160, 89, 0.4);
	border-color: #c5a059;
	background-color: rgba(10, 15, 26, 0.95);
}

textarea.form-control {
	resize: vertical;
	height: 180px;
}

span.required {
	color: #ef4444;
	margin-left: 5px;
	font-weight: bold;
	font-size: 14px;
}

/* ==========================================================================
   STAT PANEL & DOWNLOADS MODULES
   ========================================================================== */

.panel-addstats {
	margin-bottom: 30px;
	background: rgba(10, 15, 26, 0.6);
	border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 6px;
	color: #cbd5e1;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.panel-addstats .character-avatar img {
	width: 80px;
	height: 80px;
	box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
	border-radius: 50%;
	border: 2px solid rgba(197, 160, 89, 0.3);
}

.panel-addstats .character-name {
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-size: 18px;
	border-bottom: 1px solid rgba(197, 160, 89, 0.25);
	padding: 10px 0px 15px 0;
	margin-bottom: 20px !important;
	font-weight: bold;
}

.panel-downloads {
	margin-bottom: 30px;
	background: rgba(10, 15, 26, 0.6);
	border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 6px;
	color: #cbd5e1;
	padding: 20px;
	box-shadow: 0 4px 10px rgba(0,0,0,0.4);
}

.download-description {
	font-size: 11px;
	position: relative;
	top: -5px;
	color: #94a3b8;
}

.online-status-indicator {
	margin-left: 5px;
}

/* CASTLE SIEGE SIDEBAR PANEL */
.panel-castle-siege {
	color: #cbd5e1;
}

.panel-castle-siege img {
	box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.6);
	border-radius: 4px;
	border: 1px solid rgba(197, 160, 89, 0.35);
}

.panel-castle-siege a {
	color: #cbd5e1;
	font-weight: bold;
}

.panel-castle-siege a:hover {
	color: #c5a059;
}

.panel-castle-siege .title-castle-owner {
	font-weight: bold;
	color: #ffd700;
	font-family: 'Cinzel', serif;
	text-shadow: 0 0 5px rgba(255,215,0,0.3);
}

.panel-castle-siege .title-guild-master {
	font-weight: bold;
	color: #c5a059;
	font-family: 'Cinzel', serif;
}

.panel-castle-siege .title-castle-battle {
	font-weight: bold;
	color: #94a3b8;
	font-family: 'Cinzel', serif;
}

.panel-castle-siege .castle-siege-countdown {
	margin-top: 20px;
	border-top: 1px solid rgba(255,255,255,0.03);
	padding-top: 15px;
}

.panel-castle-siege .castle-countdown {
	font-size: 26px;
	font-weight: bold;
	color: #fff;
	text-shadow: 0 0 8px rgba(197,160,89,0.4);
}

.panel-castle-siege .castle-countdown span {
	color: #c5a059;
	font-size: 18px;
}

/* ==========================================================================
   EVENTS SCHEDULE TIME PANEL
   ========================================================================== */

.events {
    line-height: 1.3;
}

.events li {
    padding: 10px 0;
    border-bottom: 1px solid rgba(255,255,255,0.03);
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.events li:last-child {
    border-bottom: none;
}

.events li:hover a {
	color: #f3e5ab;
	font-weight: bold;
	text-shadow: 0 0 5px rgba(243,229,171,0.3);
}

.events li:hover span {
    color: #fff;
}

.events li a {
    display: block;
    margin-bottom: 0px;
    color: #cbd5e1;
    font-size: 13px;
    transition: all 0.3s ease;
}

.events li span {
	font-size: 13px;
	margin-bottom: 0px;
	color: #94a3b8;
}

.event-schedule-open {
	color: #2ecc71 !important;
	text-shadow: 0 0 5px rgba(46,204,113,0.4);
	font-weight: bold;
}

.event-schedule-inprogress {
	color: #f1c40f !important;
	text-shadow: 0 0 5px rgba(241,196,15,0.4);
	font-weight: bold;
}

/* WEBENGINE CMS POWERED BY LINK */
.webengine-powered { 
    color: #64748b !important; 
    font-size: 11px;
}

.webengine-powered:active, .webengine-powered:hover { 
    color: #c5a059 !important; 
    text-shadow: 0 0 5px rgba(197, 160, 89, 0.4);
}

/* ==========================================================================
   DONATION DASHBOARD & MANUAL PAYMENTS (PREMIUM MEDIEVAL HUD)
   ========================================================================== */

.donation-balance-banner {
	background: rgba(8, 12, 20, 0.5);
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 6px;
	padding: 15px 20px;
	margin-bottom: 25px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.4), inset 0 0 15px rgba(197, 160, 89, 0.05);
}

.donation-balance-banner .balance-title {
	font-family: 'Cinzel', serif;
	font-size: 13px;
	color: #c5a059;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.donation-balance-banner .balance-grid {
	display: flex;
	gap: 25px;
	flex-wrap: wrap;
}

.donation-balance-banner .balance-item {
	font-size: 15px;
	color: #e2e8f0;
}

.donation-balance-banner .balance-label {
	color: #94a3b8;
}

.donation-balance-banner .balance-value {
	color: #ffd700;
	font-weight: bold;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.3);
}

.donation-login-alert {
	background: rgba(239, 68, 68, 0.08);
	border: 1px solid rgba(239, 68, 68, 0.25);
	border-radius: 6px;
	padding: 12px 18px;
	margin-bottom: 25px;
	color: #fca5a5;
	font-size: 13px;
}

.donation-login-alert a {
	color: #ef4444;
	font-weight: bold;
	text-decoration: underline;
}

.donation-login-alert a:hover {
	text-decoration: none;
	color: #f87171;
}

/* Grid Layout */
.donation-options-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
	.donation-options-grid {
		grid-template-columns: 1fr;
	}
}

.donation-card {
	position: relative;
	background: rgba(10, 15, 26, 0.7);
	border: 1px solid rgba(197, 160, 89, 0.2);
	border-radius: 6px;
	padding: 25px 20px;
	text-align: center;
	transition: all 0.4s cubic-bezier(0.25, 0.8, 0.25, 1);
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	display: flex;
	flex-direction: column;
	align-items: center;
	text-decoration: none !important;
	overflow: hidden;
}

.donation-card:hover {
	transform: translateY(-4px);
}

.donation-card .card-glow {
	position: absolute;
	top: -50%; left: -50%; width: 200%; height: 200%;
	background: radial-gradient(circle, rgba(255,255,255,0.03) 0%, transparent 70%);
	pointer-events: none;
	transition: opacity 0.5s ease;
	opacity: 0;
}

.donation-card:hover .card-glow {
	opacity: 1;
}

.donation-card .card-icon-container {
	height: 60px;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-bottom: 15px;
}

.donation-card .card-img {
	height: 48px;
	width: auto;
	box-shadow: none !important;
	border: 0 !important;
	background: transparent !important;
}

.manual-logo-icon {
	font-family: 'Cinzel', serif;
	font-size: 24px;
	font-weight: 900;
	text-shadow: 0 2px 4px rgba(0,0,0,0.8);
	letter-spacing: 1.5px;
}

.nequi-logo {
	color: #ff007f;
	text-shadow: 0 0 10px rgba(255, 0, 127, 0.5);
}

.bancolombia-logo {
	background: linear-gradient(to right, #ffd700 0%, #00c4b4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.binance-logo {
	color: #fcd535;
	text-shadow: 0 0 10px rgba(252, 213, 53, 0.4);
}

.donation-card h3 {
	font-family: 'Cinzel', serif;
	font-size: 20px;
	color: #fff;
	margin: 5px 0 4px 0;
	font-weight: bold;
}

.donation-card .card-type {
	font-size: 11px;
	font-weight: 700;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 12px;
}

.donation-card .card-desc {
	font-size: 12px;
	color: #94a3b8;
	line-height: 1.5;
	margin-bottom: 20px;
	flex-grow: 1;
}

.donation-card .card-btn {
	display: inline-block;
	padding: 8px 18px;
	border-radius: 4px;
	font-family: 'Cinzel', serif;
	font-size: 11px;
	font-weight: bold;
	text-transform: uppercase;
	transition: all 0.3s ease;
	letter-spacing: 0.5px;
	box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3);
}

/* PayPal Override */
.paypal-card:hover {
	border-color: rgba(59, 130, 246, 0.6);
	box-shadow: 0 10px 25px rgba(59, 130, 246, 0.25), 0 0 15px rgba(59, 130, 246, 0.1);
}
.paypal-card .card-type { color: #3b82f6; }
.paypal-card .card-btn {
	background: linear-gradient(135deg, #003087 0%, #0079c1 100%);
	border: 1px solid #3b82f6;
	color: #fff;
}
.paypal-card:hover .card-btn {
	box-shadow: 0 0 12px rgba(59, 130, 246, 0.5);
}

/* Nequi Override */
.nequi-card:hover {
	border-color: rgba(255, 0, 127, 0.5);
	box-shadow: 0 10px 25px rgba(255, 0, 127, 0.25), 0 0 15px rgba(255, 0, 127, 0.1);
}
.nequi-card .card-type { color: #ff007f; }
.nequi-card .card-btn {
	background: linear-gradient(135deg, #3f1547 0%, #701d7e 100%);
	border: 1px solid #ff007f;
	color: #fff;
}
.nequi-card:hover .card-btn {
	box-shadow: 0 0 12px rgba(255, 0, 127, 0.5);
}

/* Bancolombia Override */
.bancolombia-card:hover {
	border-color: rgba(255, 215, 0, 0.5);
	box-shadow: 0 10px 25px rgba(255, 215, 0, 0.2), 0 0 15px rgba(0, 196, 180, 0.1);
}
.bancolombia-card .card-type { color: #ffd700; }
.bancolombia-card .card-btn {
	background: linear-gradient(135deg, #0f1c3f 0%, #00c4b4 100%);
	border: 1px solid #ffd700;
	color: #fff;
}
.bancolombia-card:hover .card-btn {
	box-shadow: 0 0 12px rgba(255, 215, 0, 0.5);
}

/* Binance Override */
.binance-card:hover {
	border-color: rgba(252, 213, 53, 0.5);
	box-shadow: 0 10px 25px rgba(252, 213, 53, 0.25), 0 0 15px rgba(252, 213, 53, 0.1);
}
.binance-card .card-type { color: #fcd535; }
.binance-card .card-btn {
	background: linear-gradient(135deg, #1e2026 0%, #474a52 100%);
	border: 1px solid #fcd535;
	color: #fcd535;
}
.binance-card:hover .card-btn {
	box-shadow: 0 0 12px rgba(252, 213, 53, 0.5);
}

/* ==========================================================================
   MANUAL PAYMENT INSTRUCTIONS & DETAILS
   ========================================================================== */

.manual-gateway-container {
	background: rgba(10, 15, 26, 0.85);
	border: 1px solid rgba(197, 160, 89, 0.25);
	border-radius: 6px;
	box-shadow: 0 8px 20px rgba(0, 0, 0, 0.6);
	overflow: hidden;
	margin-bottom: 30px;
}

.manual-gateway-header {
	padding: 25px;
	text-align: center;
	border-bottom: 1px solid rgba(197, 160, 89, 0.25);
}

.manual-gateway-header p {
	margin: 5px 0 0 0;
	color: #94a3b8;
	font-size: 13px;
}

.nequi-header-bg {
	background: linear-gradient(to bottom, rgba(112, 29, 126, 0.15) 0%, rgba(10, 15, 26, 0) 100%);
}
.nequi-text-logo {
	color: #ff007f;
	font-size: 32px;
	font-family: 'Cinzel', serif;
	font-weight: 900;
	text-shadow: 0 0 12px rgba(255, 0, 127, 0.4);
}

.bancolombia-header-bg {
	background: linear-gradient(to bottom, rgba(0, 196, 180, 0.1) 0%, rgba(10, 15, 26, 0) 100%);
}
.bancolombia-text-logo {
	font-size: 32px;
	font-family: 'Cinzel', serif;
	font-weight: 900;
	background: linear-gradient(to right, #ffd700 0%, #00c4b4 100%);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
	filter: drop-shadow(0 2px 4px rgba(0,0,0,0.5));
}

.binance-header-bg {
	background: linear-gradient(to bottom, rgba(252, 213, 53, 0.1) 0%, rgba(10, 15, 26, 0) 100%);
}
.binance-text-logo {
	color: #fcd535;
	font-size: 32px;
	font-family: 'Cinzel', serif;
	font-weight: 900;
	text-shadow: 0 0 12px rgba(252, 213, 53, 0.4);
}

.manual-gateway-layout {
	display: flex;
	padding: 25px;
}

@media (max-width: 767px) {
	.manual-gateway-layout {
		flex-direction: column;
	}
}

.manual-gateway-col-left {
	flex: 1.3;
	padding-right: 25px;
	border-right: 1px solid rgba(255, 255, 255, 0.05);
}

@media (max-width: 767px) {
	.manual-gateway-col-left {
		padding-right: 0;
		border-right: 0;
		border-bottom: 1px solid rgba(255, 255, 255, 0.05);
		padding-bottom: 25px;
		margin-bottom: 25px;
	}
}

.manual-gateway-col-right {
	flex: 0.9;
	padding-left: 25px;
}

@media (max-width: 767px) {
	.manual-gateway-col-right {
		padding-left: 0;
	}
}

.manual-gateway-col-left h3,
.manual-gateway-col-right h3 {
	font-family: 'Cinzel', serif;
	font-size: 16px;
	color: #c5a059;
	margin-top: 0;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(197, 160, 89, 0.15);
	padding-bottom: 8px;
}

.account-details-card {
	background: rgba(0, 0, 0, 0.4);
	border: 1px solid rgba(197, 160, 89, 0.15);
	border-radius: 4px;
	padding: 15px;
	margin-bottom: 20px;
}

.detail-row {
	display: flex;
	flex-direction: column;
	margin-bottom: 12px;
	border-bottom: 1px solid rgba(255,255,255,0.03);
	padding-bottom: 10px;
}

.detail-row:last-child {
	margin-bottom: 0;
	border-bottom: 0;
	padding-bottom: 0;
}

.detail-label {
	font-size: 11px;
	color: #94a3b8;
	text-transform: uppercase;
	margin-bottom: 3px;
}

.detail-value-wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.detail-value {
	font-size: 14px;
	color: #fff;
	font-weight: bold;
}

.detail-value.text-highlight {
	color: #ffd700;
	font-size: 16px;
	text-shadow: 0 0 5px rgba(255, 215, 0, 0.2);
}

.btn-copy {
	padding: 2px 10px;
	font-size: 10px;
	height: auto;
}

.manual-gateway-instructions {
	font-size: 13px;
	color: #cbd5e1;
	line-height: 1.6;
}

.manual-gateway-instructions ol {
	padding-left: 18px;
	margin-bottom: 20px;
}

.manual-gateway-instructions li {
	margin-bottom: 8px;
}

.manual-report-container {
	text-align: center;
	margin-top: 25px;
}

.btn-report-manual {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 14px 28px;
	border-radius: 30px;
	font-family: 'Cinzel', serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff !important;
	text-decoration: none !important;
	text-transform: uppercase;
	letter-spacing: 1px;
	box-shadow: 0 6px 15px rgba(0, 0, 0, 0.4);
	transition: all 0.3s ease;
	width: 100%;
}

.report-icon-wa {
	display: inline-block;
	width: 18px;
	height: 18px;
	margin-right: 8px;
	background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='%23ffffff'%3E%3Cpath d='M.057 24l1.687-6.163c-1.041-1.804-1.588-3.849-1.587-5.946C.06 5.348 5.397.01 12.008.01c3.202.001 6.212 1.246 8.477 3.514 2.266 2.268 3.507 5.28 3.505 8.484-.004 6.657-5.34 11.997-11.953 11.997-2.005-.001-3.973-.502-5.73-1.455L0 24zm6.59-4.846c1.6.95 3.188 1.449 4.625 1.45 5.516-.002 10.002-4.493 10.006-10.01.002-2.673-1.04-5.184-2.937-7.084-1.897-1.899-4.41-2.942-7.08-2.943-5.52 0-10.007 4.49-10.01 10.01-.001 1.547.41 3.054 1.19 4.398L1.445 22.38l4.49-1.178c1.3.71 2.5 1.07 3.7.1zM17.47 14.39c-.3-.149-1.77-.874-2.04-.975-.27-.1-.47-.149-.67.15-.2.299-.77.973-.94 1.173-.18.199-.36.224-.66.074-.3-.15-1.27-.47-2.42-1.498-.89-.798-1.5-1.782-1.67-2.08-.18-.3-.02-.462.13-.61.14-.135.3-.349.45-.523.15-.174.2-.299.3-.499.1-.2.05-.375-.02-.524-.07-.15-.67-1.62-.92-2.22-.24-.59-.49-.51-.67-.52-.17-.01-.37-.01-.57-.01-.2 0-.52.075-.79.375-.27.3-.1.748-.1 1.821 0 1.073.78 2.112.89 2.262.11.15 1.53 2.342 3.71 3.285.52.22 1 .37 1.34.48.52.17 1 .14 1.38.09.42-.06 1.77-.72 2.02-1.42.25-.7.25-1.3.18-1.42-.08-.13-.28-.2-.58-.35z'/%3E%3C/svg%3E") no-repeat center;
	background-size: contain;
}

.nequi-report-btn {
	background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
	border: 1px solid #25d366;
}
.nequi-report-btn:hover {
	box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.bancolombia-report-btn {
	background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
	border: 1px solid #25d366;
}
.bancolombia-report-btn:hover {
	box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.binance-report-btn {
	background: linear-gradient(135deg, #128c7e 0%, #075e54 100%);
	border: 1px solid #25d366;
}
.binance-report-btn:hover {
	box-shadow: 0 0 15px rgba(37, 211, 102, 0.6);
	background: linear-gradient(135deg, #25d366 0%, #128c7e 100%);
}

.manual-pricing-table {
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid rgba(197, 160, 89, 0.15);
	border-radius: 4px;
	overflow: hidden;
}

.manual-pricing-table th {
	background: rgba(197, 160, 89, 0.15);
	color: #c5a059;
	font-family: 'Cinzel', serif;
	font-size: 12px;
	text-transform: uppercase;
	text-align: center;
	border-bottom: 2px solid rgba(197, 160, 89, 0.3) !important;
}

.manual-pricing-table td {
	padding: 10px 15px !important;
	text-align: center;
	border-bottom: 1px solid rgba(255, 255, 255, 0.03) !important;
	font-size: 13px;
}

.manual-pricing-table tbody tr:hover td {
	background: rgba(197, 160, 89, 0.05);
	color: #fff;
}

.tier-credits {
	font-weight: bold;
	color: #e2e8f0;
}

.tier-price {
	color: #ffd700;
	font-weight: bold;
}

.manual-back-container {
	margin-top: 25px;
}