/* Home page sections — Science in 60, magazine shelf, open-now, upcoming list */

.sv-open-now-inner {
	background: linear-gradient(90deg, rgba(252, 185, 0, 0.12), rgba(232, 242, 252, 0.85) 45%, rgba(3, 88, 204, 0.12));
	border: 1px solid rgba(252, 185, 0, 0.35);
	border-radius: 12px;
	padding: 16px 20px !important;
}

.sv-open-badge {
	display: inline-flex;
	align-items: center;
	gap: 6px;
	margin: 0 !important;
	padding: 4px 12px;
	border-radius: 999px;
	border: 1px solid rgba(252, 185, 0, 0.5);
	background: rgba(252, 185, 0, 0.15);
	font-size: 11px;
	font-weight: 700;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	color: #022a63 !important;
}

.sv-open-dot {
	display: inline-block;
	width: 6px;
	height: 6px;
	border-radius: 50%;
	background: #fcb900;
	animation: sv-pulse 1.5s ease-in-out infinite;
}

@keyframes sv-pulse {
	0%, 100% { opacity: 1; }
	50% { opacity: 0.35; }
}

.sv-science-60-section .elementor-heading-title,
.sv-science-60-section .elementor-widget-text-editor {
	color: #fff;
}

.sv-science-60-section .sv-science-60-eyebrow {
	letter-spacing: 0.08em;
}

.sv-science-60-stats {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 16px;
	margin-top: 8px;
}

.sv-science-60-stats strong {
	display: block;
	font-size: 26px;
	line-height: 1.2;
	color: #fff;
	font-family: Lora, serif;
}

.sv-science-60-stats span {
	display: block;
	margin-top: 4px;
	font-size: 13px;
	color: rgba(255, 255, 255, 0.72);
}

.sv-science-60-section .xpro-elementor-button[data-button_type="outline"],
.sv-science-60-section .elementor-element .xpro-elementor-button.outline {
	border-color: rgba(255, 255, 255, 0.45) !important;
	color: #fff !important;
	background: transparent !important;
}

.sv-magazine-shelf > .e-con-inner {
	display: flex !important;
	flex-direction: row !important;
	flex-wrap: nowrap !important;
	gap: 16px !important;
	overflow-x: auto !important;
	overflow-y: hidden !important;
	padding-bottom: 8px;
	-webkit-overflow-scrolling: touch;
	scrollbar-width: thin;
}

.sv-magazine-shelf > .e-con-inner > .elementor-element {
	flex: 0 0 150px !important;
	min-width: 140px !important;
	max-width: 170px !important;
	width: 150px !important;
}

.sv-magazine-shelf .elementor-widget-image,
.sv-magazine-shelf .elementor-widget-image-box {
	width: 100% !important;
	max-width: 100% !important;
}

.sv-magazine-shelf .elementor-widget-image img,
.sv-magazine-shelf .elementor-image-box-img img {
	border-radius: 8px;
	box-shadow: 0 8px 24px rgba(2, 42, 99, 0.12);
	width: 100% !important;
	height: auto !important;
	aspect-ratio: 3 / 4;
	object-fit: cover;
	display: block;
}

.sv-magazine-shelf .elementor-widget-image .widget-image-caption {
	margin-top: 8px;
	font-size: 13px;
	font-weight: 600;
	color: #0a1e3d;
	text-align: center;
}

.sv-science-60-section .elementor-widget-video iframe {
	border-radius: 12px;
	box-shadow: 0 16px 40px rgba(0, 0, 0, 0.35);
}

.sv-other-mags {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
}

.sv-other-mags span {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 999px;
	border: 1px solid #d8e6f5;
	background: #f6faff;
	font-size: 14px;
}

.sv-scientific-quote blockquote {
	border-left: 4px solid #fcb900;
	padding-left: 24px;
	margin: 0;
}

.sv-upcoming-list {
	list-style: none;
	margin: 0;
	padding: 0;
	border: 1px solid #d8e6f5;
	border-radius: 16px;
	background: #fff;
	overflow: hidden;
	box-shadow: 0 4px 16px rgba(2, 42, 99, 0.06);
}

.sv-upcoming-list li + li {
	border-top: 1px solid #e8f2fc;
}

.sv-upcoming-list a {
	display: flex;
	flex-direction: column;
	gap: 4px;
	padding: 16px 24px;
	text-decoration: none;
	color: inherit;
	transition: background 0.15s ease;
}

@media (min-width: 640px) {
	.sv-upcoming-list a {
		flex-direction: row;
		align-items: center;
		justify-content: space-between;
	}
}

.sv-upcoming-list a:hover {
	background: #edf4fc;
}

.sv-upcoming-list strong {
	display: block;
	font-size: 16px;
	color: #0a1e3d;
}

.sv-upcoming-list small {
	display: block;
	margin-top: 2px;
	font-size: 13px;
	color: #4a6580;
}

.sv-upcoming-list em {
	font-style: normal;
	font-size: 14px;
	font-weight: 600;
	color: #0358cc;
}

@media (max-width: 639px) {
	.sv-science-60-stats {
		grid-template-columns: 1fr;
	}
}
