/* ========================================
   ONEOFONE COLLECTABLES - FOOTER STYLES
   ======================================== */

/* ----------------------------------------
   Main Footer Container - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer {
	background: #1a252f !important;
	color: #ffffff !important;
	padding: 60px 0 20px !important;
}

/* Override any global footer styles with higher specificity */
#colophon.site-footer *,
#colophon.site-footer p,
#colophon.site-footer span,
#colophon.site-footer div,
#colophon.site-footer h1,
#colophon.site-footer h2,
#colophon.site-footer h3,
#colophon.site-footer h4,
#colophon.site-footer h5,
#colophon.site-footer h6,
#colophon.site-footer li,
#colophon.site-footer a,
#colophon.site-footer td,
#colophon.site-footer th {
	color: #ffffff !important;
}

#colophon.site-footer .container {
	max-width: 1200px;
	margin: 0 auto;
	padding: 0 20px;
}

/* ----------------------------------------
   Footer Grid Layout
   ---------------------------------------- */
.footer-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
	gap: 40px;
	margin-bottom: 40px;
}

/* ----------------------------------------
   Footer Sections - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer .footer-section h3 {
	color: #ffffff !important;
	margin-bottom: 20px;
	font-size: 1.2rem;
	font-weight: 600;
}

#colophon.site-footer .footer-section p {
	color: #ffffff !important;
	line-height: 1.6;
	margin-bottom: 10px;
}

#colophon.site-footer .footer-section p:last-child {
	margin-bottom: 0;
}

/* ----------------------------------------
   Contact Information - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer .footer-contact-item {
	color: #ffffff !important;
	margin-bottom: 10px;
	display: flex;
	align-items: center;
}

#colophon.site-footer .footer-contact-item svg {
	margin-right: 8px;
	vertical-align: middle;
	fill: #ffffff !important;
	flex-shrink: 0;
}

#colophon.site-footer .footer-contact-item a {
	color: #ffffff !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

#colophon.site-footer .footer-contact-item a:hover,
#colophon.site-footer .footer-contact-item a:focus {
	color: #ffffff !important;
	opacity: 0.8;
}

#colophon.site-footer .footer-contact-item span,
#colophon.site-footer .footer-hours {
	color: #ffffff !important;
}

/* ----------------------------------------
   Footer Navigation Lists - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer .footer-nav-list {
	list-style: none;
	padding: 0;
	margin: 0;
}

#colophon.site-footer .footer-nav-list li {
	margin-bottom: 8px;
}

#colophon.site-footer .footer-nav-list li:last-child {
	margin-bottom: 0;
}

#colophon.site-footer .footer-nav-list a {
	color: #ffffff !important;
	text-decoration: none;
	transition: color 0.3s ease;
}

#colophon.site-footer .footer-nav-list a:hover,
#colophon.site-footer .footer-nav-list a:focus {
	color: #ffffff !important;
	opacity: 0.8;
}

/* ----------------------------------------
   Footer Navigation Bar - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer .footer-navigation {
	border-top: 1px solid #2c3e50;
	padding-top: 20px;
	margin-bottom: 20px;
	text-align: center;
}

#colophon.site-footer .footer-navigation a {
	color: #ffffff !important;
	text-decoration: none;
	margin: 0 15px;
	transition: color 0.3s ease;
}

#colophon.site-footer .footer-navigation a:hover,
#colophon.site-footer .footer-navigation a:focus {
	color: #ffffff !important;
	opacity: 0.8;
}

/* ----------------------------------------
   Footer Bottom - Higher Specificity
   ---------------------------------------- */
#colophon.site-footer .footer-bottom {
	border-top: 1px solid #2c3e50;
	padding-top: 20px;
	text-align: center;
}

#colophon.site-footer .footer-bottom p {
	color: #6c757d !important;
	margin: 0;
	font-size: 0.9rem;
}

/* ----------------------------------------
   Mobile Responsive
   ---------------------------------------- */
@media (max-width: 768px) {
	#colophon.site-footer {
		padding: 40px 0 20px;
	}

	.footer-grid {
		grid-template-columns: 1fr;
		gap: 30px;
		margin-bottom: 30px;
	}

	.footer-navigation a {
		display: block;
		margin: 10px 0;
	}

	.site-footer .container {
		padding: 0 15px;
	}
}

@media (max-width: 480px) {
	.footer-section h3 {
		font-size: 1.1rem;
	}

	.footer-contact-item {
		font-size: 0.9rem;
	}

	.footer-bottom p {
		font-size: 0.8rem;
		line-height: 1.4;
	}
}
