.sr-spectacle {
	display: grid;
	grid-template-columns: 1fr;
	gap: 30px;
	max-width: 900px;
	margin: 20px 0 40px;
	font-family: inherit;
}

@media (min-width: 782px) {
	.sr-spectacle {
		grid-template-columns: 320px 1fr;
	}
	.sr-billetterie {
		grid-column: 1 / -1;
	}
}

.sr-affiche img {
	width: 100%;
	height: auto;
	border-radius: 8px;
	box-shadow: 0 4px 14px rgba(0, 0, 0, 0.15);
}

.sr-meta-list {
	list-style: none;
	margin: 0 0 20px;
	padding: 0;
}

.sr-meta-list li {
	margin-bottom: 6px;
}

.sr-synopsis h3,
.sr-video h3,
.sr-billetterie h3 {
	margin-bottom: 10px;
}

.sr-video-wrapper {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	border-radius: 8px;
}

.sr-video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border: 0;
}

.sr-billetterie {
	background: #f7f7f8;
	border-radius: 10px;
	padding: 25px;
}

.sr-btn {
	display: inline-block;
	padding: 12px 26px;
	border-radius: 6px;
	background: #1d2327;
	color: #fff;
	text-decoration: none;
	font-weight: 600;
	border: none;
	cursor: pointer;
	font-size: 15px;
}

.sr-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.sr-btn-billetweb {
	background: #e63946;
}

.sr-btn-reserver {
	background: #2271b1;
}

.sr-form-row {
	margin-bottom: 14px;
}

.sr-form-row label {
	display: block;
	font-weight: 600;
	margin-bottom: 4px;
}

.sr-form-row input {
	width: 100%;
	max-width: 400px;
	padding: 9px 12px;
	border: 1px solid #ccc;
	border-radius: 6px;
	font-size: 15px;
}

.sr-message {
	padding: 12px 16px;
	border-radius: 6px;
	margin-bottom: 15px;
	font-weight: 600;
}

.sr-message.sr-success {
	background: #e6f6e9;
	color: #1e7e34;
	border: 1px solid #b7e4c1;
}

.sr-message.sr-error {
	background: #fdeaea;
	color: #b02a2a;
	border: 1px solid #f3b6b6;
}

.sr-toggle-login a,
.sr-show-register {
	color: #2271b1;
	text-decoration: underline;
	cursor: pointer;
}

.sr-complet {
	font-weight: 600;
	color: #b02a2a;
}

.sr-places-restantes {
	font-weight: 600;
	margin-bottom: 15px;
}

.sr-liste-spectacles {
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
	gap: 20px;
}

.sr-liste-item img {
	width: 100%;
	border-radius: 8px;
}

.sr-badge {
	display: inline-block;
	padding: 3px 10px;
	border-radius: 20px;
	font-size: 12px;
	font-weight: 700;
	text-transform: uppercase;
}

.sr-badge-gratuit {
	background: #e6f6e9;
	color: #1e7e34;
}

.sr-badge-payant {
	background: #fdeaea;
	color: #b02a2a;
}

.sr-btn[disabled] {
	opacity: 0.6;
	cursor: not-allowed;
}
