/* Smart DL Redirect - Styles
 * Light, clean and responsive styles for the countdown and download button.
 */

/* Wrapper */
.smartdlre-countdown-wrapper {
	max-width: 720px;
	margin: 32px auto;
	padding: 22px;
	background: #ffffff;
	border: 1px solid #e6e6e6;
	border-radius: 10px;
	box-shadow: 0 6px 18px rgba(34, 34, 34, 0.04);
	font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue",
	Arial, "Noto Sans", "Droid Sans", "Lucida Grande", sans-serif;
	color: #222;
	text-align: center;
}

/* Countdown message */
.smartdlre-count-message {
	font-size: 1.4rem;
	font-weight: 600;
	color: #0b57a4;
	margin: 10px 0 18px;
}

/* Advertisement area */
.smartdlre-advertisement {
	margin-top: 16px;
	margin-bottom: 18px;
	padding: 12px;
	background: #fafafa;
	border: 1px dashed #eee;
	border-radius: 8px;
}

/* Download button (used by generator shortcode output) */
.smartdlre-download-btn {
	text-decoration: none !important; /* remove underline even if theme forces it */
	font-weight: inherit; /* let theme decide weight */
	transition: transform 120ms ease, box-shadow 120ms ease, opacity 120ms ease; /* optional smooth hover */
}

.smartdlre-download-btn:hover,
.smartdlre-download-btn:focus {
	text-decoration: none !important;
	transform: translateY(-2px);
	opacity: 0.98; /* optional subtle effect */
}

/* Center the local heading inside the countdown wrapper */
.smartdlre-countdown-wrapper .smartdlre-heading {
	margin: 0 0 14px;
	font-size: 1.6rem;
	text-align: center;
	color: #0b57a4;
	font-weight: 700;
}


/* Fallback link styling: only "Click here" will be the anchor inside this paragraph */
.smartdlre-fallback {
	margin-top: 18px;
	font-size: 0.98rem;
	color: #444;
}

/* Responsive tweaks */
@media (max-width: 600px) {
	.smartdlre-countdown-wrapper {
	padding: 16px;
	margin: 18px;
	}

	.smartdlre-count-message {
	font-size: 1.2rem;
	}

	.smartdlre-download-btn {
	padding: 10px 16px;
	font-size: 0.98rem;
	}
}
