
body {
	background: #fff;
	color: #222;
	font-family: 'Segoe UI', Arial, sans-serif;
}
header {
	background: #b71c1c;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}
h1, h2, .card-title {
	color: #b71c1c;
	font-weight: 700;
	letter-spacing: 0.5px;
	margin-bottom: 0.5em;
	position: relative;
}
h1, h2 {
	display: inline-block;
	border-bottom: 3px solid #b71c1c;
	padding-bottom: 0.15em;
	margin-bottom: 1.2em;
}
.section-bg {
	background: #fafbfc;
	border-radius: 16px;
	padding: 2rem 1.5rem;
	margin-bottom: 2rem;
}
.card {
	border: 2px solid #b71c1c;
	border-radius: 16px;
	box-shadow: 0 4px 24px rgba(183,28,28,0.08);
	transition: box-shadow 0.2s, border-color 0.2s;
	background: #fff;
}
.card:hover {
	box-shadow: 0 8px 32px rgba(183,28,28,0.18);
	border-color: #d32f2f;
}
.card-title {
	color: #b71c1c;
	font-weight: 700;
}
.btn-danger, .btn-primary {
	background: #b71c1c;
	border: none;
	font-weight: 600;
	letter-spacing: 1px;
	border-radius: 6px;
	box-shadow: 0 2px 8px rgba(183,28,28,0.08);
}
.btn-danger:hover, .btn-primary:hover {
	background: #d32f2f;
}
.badge-danger, .badge.bg-danger {
	background: #b71c1c !important;
	color: #fff !important;
	font-weight: 600;
	border-radius: 6px;
	font-size: 1em;
}
.table th {
	background: #b71c1c;
	color: #fff;
}
.table-striped > tbody > tr:nth-of-type(odd) {
	background-color: #f9f9f9;
}
footer {
	background: #f5f5f5;
	color: #b71c1c;
	font-weight: 500;
	border-top: 2px solid #b71c1c;
}
input.form-control, select.form-control, textarea.form-control {
	border-radius: 8px;
	border: 1.5px solid #b71c1c;
	background: #fff;
	color: #222;
}
input.form-control:focus, select.form-control:focus, textarea.form-control:focus {
	border-color: #d32f2f;
	box-shadow: 0 0 0 2px rgba(183,28,28,0.08);
}
.card-img-top {
	height: 180px;
	object-fit: cover;
	border-top-left-radius: 16px;
	border-top-right-radius: 16px;
}
.shadow-red {
	box-shadow: 0 4px 24px rgba(183,28,28,0.12) !important;
}
.text-danger {
	color: #b71c1c !important;
}
.border-danger {
	border-color: #b71c1c !important;
}
.bg-danger {
	background: #b71c1c !important;
	color: #fff !important;
}
.rounded-16 {
	border-radius: 16px !important;
}
.section-title {
	color: #b71c1c;
	font-weight: 700;
	border-bottom: 3px solid #b71c1c;
	display: inline-block;
	padding-bottom: 0.15em;
	margin-bottom: 1.2em;
}
