/*
	WOWPR Rules Gate. An extension for the phpBB Forum Software package.

	@copyright (c) 2026 Cadafy - WOWPR Online
	@author Cadafy
	@website https://wowpr.online
	@license GPL-2.0-only
*/

.wowpr-rulesgate-panel {
	max-width: 900px;
	margin: 25px auto;
	padding: 18px;
	border: 1px solid rgba(255, 215, 0, 0.55);
	border-radius: 10px;
	background: linear-gradient(180deg, rgba(18, 18, 18, 0.97), rgba(0, 0, 0, 0.94));
	box-shadow: 0 0 18px rgba(255, 215, 0, 0.18);
	color: #f5f5f5;
}

.wowpr-rulesgate-title {
	margin-bottom: 12px;
	color: #ffd700;
	text-align: center;
	text-transform: uppercase;
	letter-spacing: 0.6px;
	text-shadow: 0 0 8px rgba(255, 215, 0, 0.45);
}

.wowpr-rulesgate-intro {
	max-width: 780px;
	margin: 0 auto 18px auto;
	color: #e0e0e0;
	font-size: 14px;
	line-height: 1.6;
	text-align: center;
}

.wowpr-rulesgate-box {
	margin: 15px auto;
	padding: 15px;
	border: 1px solid rgba(184, 134, 11, 0.55);
	border-radius: 8px;
	background: rgba(255, 255, 255, 0.035);
}

.wowpr-rulesgate-box h3 {
	margin-top: 0;
	color: #ffd700;
}

.wowpr-rulesgate-box p {
	color: #dddddd;
	line-height: 1.5;
}

.wowpr-rulesgate-button {
	display: inline-block;
	margin-top: 6px;
}

.wowpr-rulesgate-form {
	margin-top: 18px;
	text-align: center;
}

.wowpr-rulesgate-check {
	display: inline-block;
	padding: 10px 14px;
	border: 1px solid rgba(255, 215, 0, 0.35);
	border-radius: 8px;
	background: rgba(0, 0, 0, 0.35);
	color: #ffffff;
	font-weight: bold;
}

.wowpr-rulesgate-check input {
	margin-right: 7px;
	vertical-align: middle;
}