.scoppar-widget-box {
	--sw-navy: #001F3F;
	--sw-gold: #D4AF37;
	--sw-green: #128c4a;
	--sw-bg: #f6f8fc;
	--sw-line: #d9e2ec;
	--sw-muted: #5e6b78;
	font-family: 'Inter', -apple-system, BlinkMacSystemFont, sans-serif;
	font-size: 13.5px;
	line-height: 1.55;
}

/* Reused link/button styles across several widgets */
.scoppar-widget-link {
	display: inline-block;
	margin-top: 8px;
	font-family: 'Manrope', sans-serif;
	font-weight: 700;
	font-size: 12.5px;
	color: var(--sw-navy);
}

/* 1. FX Snapshot */
.scoppar-widget-fx__rate { font-size: 16px; margin: 0 0 2px; color: var(--sw-navy); }
.scoppar-widget-fx__rate strong { color: var(--sw-green); }
.scoppar-widget-fx__date { font-size: 11.5px; color: var(--sw-muted); margin: 0; }

/* 2. Active Routes */
.scoppar-widget-routes__list { list-style: none; margin: 0; padding: 0; }
.scoppar-widget-routes__list li { padding: 4px 0; border-bottom: 1px dashed var(--sw-line); }
.scoppar-widget-routes__list li:last-child { border-bottom: none; }

/* 3. Testimonial Spotlight */
.scoppar-widget-testimonial__stars { font-size: 13px; letter-spacing: 1px; margin-bottom: 6px; }
.scoppar-widget-testimonial__quote { font-style: italic; margin: 0 0 8px; }
.scoppar-widget-testimonial__author { margin: 0; color: var(--sw-navy); font-size: 12.5px; }

/* 4. Latest Posts */
.scoppar-widget-posts__list { display: flex; flex-direction: column; gap: 10px; }
.scoppar-widget-posts__item { display: flex; gap: 10px; align-items: center; text-decoration: none; }
.scoppar-widget-posts__thumb { flex-shrink: 0; width: 48px; height: 48px; border-radius: 8px; overflow: hidden; }
.scoppar-widget-posts__thumb img { width: 100%; height: 100%; object-fit: cover; }
.scoppar-widget-posts__text { display: flex; flex-direction: column; }
.scoppar-widget-posts__title { font-weight: 700; color: var(--sw-navy); font-size: 13px; }
.scoppar-widget-posts__date { font-size: 11px; color: var(--sw-muted); }

/* 7. WhatsApp Card */
.scoppar-widget-whatsapp-card__text { margin: 0 0 10px; }
.scoppar-widget-whatsapp-card__button {
	display: inline-flex; align-items: center; justify-content: center;
	padding: 10px 18px; background: #25D366; color: #fff; border-radius: 10px;
	font-family: 'Manrope', sans-serif; font-weight: 700; font-size: 13px; text-decoration: none;
}
.scoppar-widget-whatsapp-card__button:hover { background: #1ebe57; color: #fff; }

/* 8. Office Card */
.scoppar-widget-office__item { margin: 0 0 10px; }
.scoppar-widget-office__item strong { color: var(--sw-navy); font-size: 12px; text-transform: uppercase; letter-spacing: 0.03em; }

/* 9. Contact Card */
.scoppar-widget-contact-card__whatsapp {
	display: inline-block; margin-bottom: 10px; padding: 9px 16px; background: #25D366; color: #fff;
	border-radius: 10px; font-weight: 700; font-size: 12.5px; text-decoration: none;
}
.scoppar-widget-contact-card__list { list-style: none; margin: 0; padding: 0; }
.scoppar-widget-contact-card__list li { padding: 3px 0; }

/* 10. Agent CTA */
.scoppar-widget-agent-cta__text { margin: 0 0 10px; }
.scoppar-widget-agent-cta__button {
	display: inline-block; padding: 9px 16px; background: var(--sw-navy); color: #fff;
	border-radius: 10px; font-weight: 700; font-size: 12.5px; text-decoration: none;
}
.scoppar-widget-agent-cta__button:hover { background: #002a56; color: #fff; }

/* 11. Social Follow */
.scoppar-widget-social-follow__icons { display: flex; gap: 8px; }
.scoppar-widget-social-follow__icon {
	width: 34px; height: 34px; border-radius: 50%; background: var(--sw-bg);
	display: flex; align-items: center; justify-content: center; font-weight: 800;
	color: var(--sw-navy); text-decoration: none; flex-shrink: 0;
}
.scoppar-widget-social-follow__icon:hover { background: var(--sw-navy); color: #fff; }

/* 12. Promo Card */
.scoppar-widget-promo__message { margin: 0 0 8px; }

/* 13. Video Spotlight */
.scoppar-widget-video__embed { position: relative; }
.scoppar-widget-video__embed iframe { width: 100%; aspect-ratio: 16 / 9; height: auto; border-radius: 10px; }

/* 14. Customs Insight */
.scoppar-widget-insight__category { font-weight: 700; color: var(--sw-navy); margin: 0 0 4px; font-size: 13px; }
.scoppar-widget-insight__text { margin: 0 0 4px; color: var(--sw-muted); }

/* 15. Stats Bar */
.scoppar-widget-stats__row { display: flex; flex-wrap: wrap; gap: 16px; }
.scoppar-widget-stats__item { display: flex; flex-direction: column; }
.scoppar-widget-stats__num { font-family: 'Manrope', sans-serif; font-weight: 800; font-size: 22px; color: var(--sw-navy); }
.scoppar-widget-stats__label { font-size: 11px; color: var(--sw-muted); text-transform: uppercase; letter-spacing: 0.03em; }

/* 16. Next Departure */
.scoppar-widget-departure__route { font-weight: 700; color: var(--sw-navy); margin: 0 0 4px; font-size: 13px; }
.scoppar-widget-departure__countdown { font-size: 20px; margin: 0 0 4px; }
.scoppar-widget-departure__countdown strong { font-family: 'Manrope', sans-serif; color: var(--sw-green); }
.scoppar-widget-departure__notes { font-size: 11.5px; color: var(--sw-muted); margin: 0; }

/* 6. Quick Tools */
.scoppar-widget-tools__list { list-style: none; margin: 0; padding: 0; display: flex; flex-direction: column; gap: 6px; }
.scoppar-widget-tools__list a {
	display: block; padding: 8px 12px; background: var(--sw-bg); border-radius: 8px;
	color: var(--sw-navy); font-weight: 600; text-decoration: none; font-size: 12.5px;
}
.scoppar-widget-tools__list a:hover { background: var(--sw-navy); color: #fff; }
