.dp-roh-page {
	color: #f5f2d0;
	display: flex;
	flex-direction: column;
	gap: 18px;
}

.dp-roh-title {
	text-align: center;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	margin: 0;
	font-size: 1.9rem;
}

.dp-roh-subtitle {
	text-align: center;
	color: #e0dcab;
	font-size: 0.9rem;
	margin: 0;
}

.dp-roh-controls {
	display: flex;
	flex-direction: column;
	gap: 10px;
	padding: 12px;
	background: #333;
	border: 3px solid #222;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0, 0, 0, 0.5);
}

.dp-roh-season-selector {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.dp-roh-season-selector__label {
	font-weight: 600;
	color: #f5f2d0;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dp-roh-season-selector__select {
	padding: 8px 12px;
	font-size: 0.85rem;
	background: #111;
	color: #fff;
	border: 1px solid rgba(255, 255, 255, 0.25);
	border-radius: 4px;
	min-width: 220px;
}

.dp-roh-filter-wrap {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 10px;
}

.dp-roh-filter-title {
	font-weight: 600;
	color: #f5f2d0;
	font-size: 0.85rem;
	letter-spacing: 0.04em;
	text-transform: uppercase;
}

.dp-roh-competition-filters {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 8px;
	list-style: none;
	margin: 0;
	padding: 0;
}

.dp-roh-filter-button {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	padding: 8px 14px;
	border: 1px solid #5a5a5a;
	border-radius: 999px;
	text-decoration: none;
	background: #666;
	color: #fff;
	font-size: 0.85rem;
	line-height: 1.2;
	box-shadow: none;
}

.dp-roh-filter-button:hover {
	background: #d7be69;
	color: #111;
}

.dp-roh-filter-button.is-active {
	background: #d7be69;
	color: #111;
	font-weight: 700;
	text-decoration: underline;
}

.dp-roh-results {
	border: 3px solid #222;
	background: #333;
	border-radius: 8px;
	overflow: hidden;
}

.dp-roh-table-wrapper {
	border-top: 1px solid #d7be69;
}

#dp-roh-table {
	width: 100%;
	border-collapse: collapse;
	margin: 0;
	background: #555;
}

#dp-roh-table thead th {
	background: #434343;
	color: #f5f2d0;
	text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.6);
	font-size: 0.8rem;
	border: none;
	padding: 8px 6px;
}

#dp-roh-table thead th,
#dp-roh-table tbody td {
	text-align: center;
}

#dp-roh-table tbody tr {
	border-bottom: 1px solid #454545;
	color: #fff;
}

#dp-roh-table tbody td {
	padding: 8px 6px;
	line-height: 1.5;
	border: none;
}

#dp-roh-table .dp-roh-col-season,
#dp-roh-table .dp-roh-col-competition {
	text-align: left;
}

#dp-roh-table tfoot tr {
	background: #434343;
}

#dp-roh-table tbody tr:hover {
	background: #666;
}

#dp-roh-table .dp-roh-empty {
	text-align: center;
	color: #e8e8e8;
	font-style: italic;
}

@media (max-width: 768px) {
	.dp-roh-title {
		font-size: 1.55rem;
	}

	.dp-roh-controls {
		padding: 10px;
	}

	.dp-roh-season-selector,
	.dp-roh-filter-wrap {
		width: 100%;
	}

	.dp-roh-filter-button {
		font-size: 0.78rem;
		padding: 6px 10px;
	}

	.dp-roh-season-selector__select {
		flex: 1;
		min-width: 180px;
	}
}

@media (max-width: 480px) {
	#dp-roh-table thead th,
	#dp-roh-table tbody td {
		padding: 7px 4px;
		font-size: 0.8rem;
	}

	.dp-roh-competition-filters {
		width: 100%;
	}
}
