/* Smart DL Redirect - Download Page Full Optimized */

/* Wrapper */
.smartdlre-countdown-wrapper {
	max-width: 640px;
	margin: 60px auto;
	padding: 32px;
	background: #ffffff;
	border-radius: 16px;
	box-shadow: 0 12px 35px rgba(0, 0, 0, 0.08);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Arial, sans-serif;
	text-align: center;
}

/* Heading */
.smartdlre-heading {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 12px;
	color: #1a1a1a;
}

/* Countdown Message */
.smartdlre-count-message {
	font-size: 1.3rem;
	font-weight: 600;
	color: #0b57a4;
	margin-bottom: 24px;
}

/* Download Button - Enlarged */
.smartdlre-download-btn {
	display: inline-block;
	padding: 20px 40px;
	font-size: 1.2rem;
	font-weight: 700;
	border-radius: 12px;
	background: linear-gradient(135deg, #0b57a4, #1a73e8);
	color: #ffffff !important;
	text-decoration: none !important;
	box-shadow: 0 10px 24px rgba(11, 87, 164, 0.28);
	transition: all 0.2s ease;
}

.smartdlre-download-btn:hover,
.smartdlre-download-btn:focus {
	transform: translateY(-4px);
	box-shadow: 0 14px 32px rgba(11, 87, 164, 0.38);
	opacity: 1;
}

/* Advertisement Area */
.smartdlre-advertisement {
	margin: 28px 0;
	padding: 16px;
	background: #f8f9fb;
	border-radius: 10px;
}

/* Fallback Link */
.smartdlre-fallback {
	margin-top: 20px;
	font-size: 0.95rem;
	color: #555;
}

/* Responsive */
@media (max-width: 600px) {
	.smartdlre-countdown-wrapper {
		margin: 30px 16px;
		padding: 22px;
	}

	.smartdlre-count-message {
		font-size: 1.15rem;
	}

	.smartdlre-download-btn {
		width: 100%;
		padding: 18px;
		font-size: 1.1rem;
	}
}
