/* Extra styles for the temporary static site. style.css is an untouched copy
   of the live site's stylesheet. */

/* Button under the security notice bullets (the repurposed sale box) */
.notice-link-wrap {
	text-align: center;
	margin: 18px 0 8px 0;
}

a.notice-link-btn {
	display: inline-block;
	max-width: 100%;
	box-sizing: border-box;
	background: #e75c00;
	color: #fff !important;
	font-family: UbuntuBold, Arial, Helvetica, sans-serif;
	font-size: 18px;
	line-height: 1.4em;
	padding: 14px 28px;
	border-radius: 6px;
	text-decoration: none !important;
	box-shadow: 0 2px 4px rgba(0, 0, 0, 0.25);
	transition: background 0.2s ease;
}

a.notice-link-btn:hover {
	background: #c44f00;
}

/* "Updated:" line under links to the status page (copied from status.html by the build) */
.notice-link-updated {
	text-align: center;
	margin: 8px 0 0 0;
	font-size: 13px;
	font-weight: bold;
	color: #666;
}

/* Service status table inside the security notice. The table and its badge
   colours come from status.html / status.css (the build copies them in). */
.notice-status h3 {
	text-align: center;
	margin: 22px 0 10px 0; /* same gaps as the headings on status.html */
}

.notice-status .status-table {
	margin: 0 auto;
}

/* Copied from status.css by the build: status table and badges */
.status-table {
	border-collapse: collapse;
	width: 100%;
	max-width: 520px;
	background: #fff;
	border-radius: 6px;
	box-shadow: 0 1px 2px #999;
	overflow: hidden;
}

.status-table td {
	padding: 12px 15px;
	font-size: 16px;
	border-bottom: 1px solid #e1e1e1;
}

.status-table tr:last-child td {
	border-bottom: none;
}

.status-table td:last-child {
	text-align: right;
}

.status-badge {
	display: inline-block;
	padding: 4px 12px;
	border-radius: 4px;
	font-family: UbuntuBold, Arial, Helvetica, sans-serif;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 0.5px;
	color: #fff;
}

.status-offline {
	background: #c62828;
}

.status-online {
	background: #1eb500;
}

.status-partial {
	background: #f2b01e;
	color: #3d2b00;
}
