.system-status-updates--container {
	display: flex;
	flex-direction: column;
	gap: 3rem;
	color: #4A4A49;
}

.system-status-updates--container p,
.system-status-updates--container h2,
.system-status-updates--container h3 {
	margin-bottom: 0;
}


.system-status-updates--container h2 {
	color: #4A4A49;
	font-size: 30px;
	font-weight: 900;
	line-height: 36px;
}

.system-status-updates--container h3 {
	position: relative;
	font-weight: 900;
	font-size: 24px;
	line-height: 29px;
}

/* System Status Table */
.system-status--container .system-status--last-updated {
	display: flex;
	justify-content: right;

}

.system-status--container table {
	margin-top: 16px;
	border-spacing: 0;
}

.system-status--container table tbody td:first-of-type {
	width: 75%;
}

.system-status--container table th {
	color: #4A4A49;
	background-color: #E0E0E0;
}

.system-status--container table th,
.system-status--container table td {
	border-radius: 0 !important;
	border: 1px solid #C0C0C0 !important;
	font-weight: 700;
	line-height: 22px;
	padding: 4px 16px
}

.system-status--container table td {
	height: 82px;
	background-color: #fff;
}

.system-status--container table td .status-pill {
	display: inline-flex;
	align-items: center;
	height: 45px;
	font-size: 14px;
	padding: 4px 8px;
	line-height: 17px;
	border-radius: 10px;
}

.system-status--container table td .status-pill.unavailable {
	background-color: #F9CDD3;
	color: #870416;
}

.system-status--container table td .status-pill.intermittent-issues {
	background-color: #FFEAD5;
	color: #992A13;
}

.system-status--container table td .status-pill.operational {
	background-color: #CFF6DB;
	color: #06541E;
}

/* Generic */
.status-header {
	display: flex;
	flex-direction: row;
}

.status-content p {
	line-height: 22px;
}

.status-list {
	display: flex;
	flex-direction: column;
	gap: 2.5rem;
	margin-bottom: 1rem;
}

.status-list.loading {
	touch-action: none;
	user-select: none;
	position: relative;
	opacity: 0.7;
	min-height: 100px;
}

.status-list .status-header,
.status-list .status-details {
	display: flex;
	flex-direction: column;
	width: 100%;
	/* gap: 1rem; */
}

.status-list .status-type-incident {
	color: #992A13;
}

.status-list .status-type-scheduled {
	color: #A45A10;
}

/* Active items */
.status-section {
	display: flex;
	flex-direction: column;
	gap: 2rem;
}

.active-status--container {
	display: flex;
	flex-direction: column;
	gap: 1rem;
}

.active-status--container hr {
	margin-top: 0.5rem;
	margin-bottom: 0;
	height: 1px;
	background-color: #C0C0C0;
}

.status-list .status-time {
	font-size: 18px;
	line-height: 22px;
}

/* Resolved items */
#resolved-content .resolved-status--container {
	border: 1px solid #E7E7E1;
	border-radius: 4px;
	padding: 0 1.5rem 1.5rem;
}

.resolved-status--container hr {
	margin-top: 0;
	margin-bottom: 1rem;
	height: 1px;
	background-color: #C0C0C0;
}

.resolved-status--container .status-body {
	padding-top: 1rem;
}

.resolved-status--container .status-title {
	padding-top: 1.5rem;
	padding-bottom: 1rem;
	cursor: pointer;
}

.resolved-status--container .status-title::after {
	content: '';
	width: 22px;
	height: 29px;
	background-image: url("data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzNiIgaGVpZ2h0PSIxOS43OCIgdmlld0JveD0iMCAwIDM2IDE5Ljc4Ij4NCiAgICA8ZGVmcz4NCiAgICAgICAgPGNsaXBQYXRoIGlkPSJwcmVmaXhfX2NsaXAtcGF0aCI+DQogICAgICAgICAgICA8cGF0aCBmaWxsPSJub25lIiBkPSJNMCAwSDM2VjE5Ljc4SDB6Ii8+DQogICAgICAgIDwvY2xpcFBhdGg+DQogICAgPC9kZWZzPg0KICAgIDxnIGlkPSJwcmVmaXhfX2ljb25fY2hldnJvbmRvd24iIGNsaXAtcGF0aD0idXJsKCNwcmVmaXhfX2NsaXAtcGF0aCkiIGRhdGEtbmFtZT0iaWNvbi9jaGV2cm9uZG93biI+DQogICAgICAgIDxwYXRoIGlkPSJwcmVmaXhfX01hc2siIGZpbGw9IiM0YjRiNTUiIGQ9Ik0yLjE0NiAwQTIuMTY5IDIuMTY5IDAgMCAwIC42NzkgMy43NDZMMTYuNSAxOS4xNjRhMi4xNzEgMi4xNzEgMCAwIDAgMy4wMzEgMEwzNS4zNDUgMy43NDZBMi4xNzEgMi4xNzEgMCAxIDAgMzIuMzEyLjYzOGwtMTQuMyAxMy45NDRMMy43MTIuNjM4QTIuMTcxIDIuMTcxIDAgMCAwIDIuMTQ2IDB6Ii8+DQogICAgPC9nPg0KPC9zdmc+DQo=");
	background-position: center;
	background-repeat: no-repeat;
	background-size: contain;
	position: absolute;
	top: 1.5rem;
	right: 0;
	transition: transform 0.3s ease-in-out;
}

.resolved-status--container .status-title.show::after {
	transform: rotateX(180deg);
}

.resolved-status--container .collapse {
	display: none;
}

/* Basic pagination styling */

.status-pagination {
	display: flex;
	justify-content: center;
	align-items: center;
}

.status-pagination a {
	text-decoration: none;
	display: inline-flex;
	color: #00B8E4;
	font-size: 16px;
	padding: 0 4px;
}

.status-pagination a:not(.current) {
	cursor: pointer;
}

.status-pagination a.current {
	color: #0046AD;
}

.status-pagination .prev.chevron::before,
.status-pagination .next.chevron::after {
	content: '';
	width: 17px;
	height: 17px;
	/* background-image: url("data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0idXRmLTgiPz48IS0tIFVwbG9hZGVkIHRvOiBTVkcgUmVwbywgd3d3LnN2Z3JlcG8uY29tLCBHZW5lcmF0b3I6IFNWRyBSZXBvIE1peGVyIFRvb2xzIC0tPgo8c3ZnIHdpZHRoPSI4MDBweCIgaGVpZ2h0PSI4MDBweCIgdmlld0JveD0iMCAwIDI0IDI0IiB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciPjxwYXRoIGQ9Ik0xMC43MDcgMTcuNzA3IDE2LjQxNCAxMmwtNS43MDctNS43MDctMS40MTQgMS40MTRMMTMuNTg2IDEybC00LjI5MyA0LjI5M3oiLz48L3N2Zz4=") */
	background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjMDBCOEU0IiB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMEI4RTQiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPgoNPHBhdGggZD0iTTEwLjA2MSAxOS4wNjEgMTcuMTIxIDEybC03LjA2LTcuMDYxLTIuMTIyIDIuMTIyTDEyLjg3OSAxMmwtNC45NCA0LjkzOXoiLz4KDTwvZz4KDTwvc3ZnPg==");
	background-size: contain;
	background-position: center;
	background-repeat: no-repeat;
	align-self: center;
}

.status-pagination .prev.chevron::before {
	transform: rotate(180deg);
}

.status-pagination .prev.chevron:hover::before,
.status-pagination .next.chevron:hover::after {
	background-image: url("data:image/svg+xml;base64,PCFET0NUWVBFIHN2ZyBQVUJMSUMgIi0vL1czQy8vRFREIFNWRyAxLjEvL0VOIiAiaHR0cDovL3d3dy53My5vcmcvR3JhcGhpY3MvU1ZHLzEuMS9EVEQvc3ZnMTEuZHRkIj4KDTwhLS0gVXBsb2FkZWQgdG86IFNWRyBSZXBvLCB3d3cuc3ZncmVwby5jb20sIFRyYW5zZm9ybWVkIGJ5OiBTVkcgUmVwbyBNaXhlciBUb29scyAtLT4KPHN2ZyBmaWxsPSIjMDA0NkFEIiB3aWR0aD0iODAwcHgiIGhlaWdodD0iODAwcHgiIHZpZXdCb3g9IjAgMCAyNCAyNCIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiBzdHJva2U9IiMwMDQ2QUQiPgoNPGcgaWQ9IlNWR1JlcG9fYmdDYXJyaWVyIiBzdHJva2Utd2lkdGg9IjAiLz4KDTxnIGlkPSJTVkdSZXBvX3RyYWNlckNhcnJpZXIiIHN0cm9rZS1saW5lY2FwPSJyb3VuZCIgc3Ryb2tlLWxpbmVqb2luPSJyb3VuZCIvPgoNPGcgaWQ9IlNWR1JlcG9faWNvbkNhcnJpZXIiPgoNPHBhdGggZD0iTTEwLjA2MSAxOS4wNjEgMTcuMTIxIDEybC03LjA2LTcuMDYxLTIuMTIyIDIuMTIyTDEyLjg3OSAxMmwtNC45NCA0LjkzOXoiLz4KDTwvZz4KDTwvc3ZnPg==");
}
