.tcs-seap-box {
	margin: 1.5rem 0;
	padding: 1.25rem;
	border: 1px solid #d9e1e8;
	border-left: 4px solid #1677a3;
	border-radius: 4px;
	background: #f8fbfd;
	color: #263238;
}

.tcs-seap-box .tcs-seap-title {
	margin: 0 0 0.85rem;
	font-size: 1.35rem;
	line-height: 1.25;
}

.tcs-seap-box .tcs-seap-action,
.tcs-seap-box .tcs-seap-helper,
.tcs-seap-box .tcs-seap-status {
	margin: 0 0 0.85rem;
}

.tcs-seap-box .tcs-seap-button {
	display: inline-block;
	padding: 0.75rem 1rem;
	border-radius: 3px;
	background: #1677a3;
	color: #fff;
	font-weight: 700;
	line-height: 1.2;
	text-decoration: none;
}

.tcs-seap-box .tcs-seap-button:hover,
.tcs-seap-box .tcs-seap-button:focus {
	background: #105978;
	color: #fff;
	text-decoration: none;
}

.tcs-seap-box .tcs-seap-button:focus-visible {
	outline: 3px solid #f4b942;
	outline-offset: 2px;
}

.tcs-seap-box .tcs-seap-helper {
	font-size: 0.92rem;
	color: #52616b;
}

.tcs-seap-box .tcs-seap-details {
	margin: 1rem 0 0;
}

.tcs-seap-box .tcs-seap-detail {
	display: grid;
	grid-template-columns: minmax(9rem, 0.8fr) minmax(0, 1.7fr);
	gap: 0.35rem 1rem;
	padding: 0.45rem 0;
	border-top: 1px solid #e5ebef;
}

.tcs-seap-box .tcs-seap-detail dt,
.tcs-seap-box .tcs-seap-detail dd {
	margin: 0;
}

.tcs-seap-box .tcs-seap-detail dt {
	font-weight: 700;
}

.tcs-seap-box .tcs-seap-detail dd {
	overflow-wrap: anywhere;
}

@media (max-width: 600px) {
	.tcs-seap-box {
		padding: 1rem;
	}

	.tcs-seap-box .tcs-seap-detail {
		grid-template-columns: 1fr;
		gap: 0.15rem;
	}
}

