/*
 * SPDX-FileCopyrightText: (c) 2026 Universitat Pompeu Fabra
 * SPDX-License-Identifier: EUPL-1.2
 *
 * Brands the portlet access-denied message (tagged .myess-access-denied by
 * access-denied.js) into an on-brand card instead of a bare red alert bar.
 */
.alert-danger.myess-access-denied {
	max-width: 480px;
	margin: 48px auto;
	padding: 28px 32px;
	background: #FFFFFF;
	border: 1px solid #F0DADA;
	border-left: 4px solid #C1272D;
	border-radius: 12px;
	box-shadow: 0 4px 24px rgba(0, 0, 0, 0.06),
				0 1px 4px rgba(0, 0, 0, 0.04);
	color: #2D3436;
	font-size: 15px;
	line-height: 1.5;
	text-align: center;
}
