/* File: \media\com_easyenroll\css\legal.css */
/* Routable legal pages — reuse the popup .top/.body content styles inside a static, centered card instead of the fixed overlay */

.legal-page-card {
	background: #fff;
	border-radius: 15px;
	box-shadow: 0px 3px 4px 0px rgba(0, 33, 74, .15);
	margin: 0 auto;
	padding: 0 25px;
	max-width: 864px
}

/* the popup's topbar close (X) is meaningless on a standalone page */
.legal-page-card .close-tab {display: none}

/* legal-columns replaces .ee-scrollbox on pages: same two-column layout, no scroll container, infinite height */
.legal-columns .ee-scrollbox-right-pad + .ee-scrollbox-right-pad {padding-left: 10px; padding-right: 20px}

@media only screen and (max-width: 800px) {
	.legal-columns > .width-50 {width: 100%}
	.legal-columns .ee-scrollbox-right-pad, .legal-columns .ee-scrollbox-right-pad + .ee-scrollbox-right-pad {padding-left: 5px; padding-right: 20px}
}
