/**
 * plugins/themes/pjilTheme/styles/pjilContact.css
 * Contact (/about/contact) — theme-dev/pjil-contact-mockup.html. Loaded only
 * with pjilInner.css on the Contact template.
 */

body.pjil_v2_contact .page_contact table.pjil_contact_table {
	width: 100%;
	max-width: none;
	margin: 0;
	border: 0;
	border-collapse: collapse;
	background: none;
}

body.pjil_v2_contact .page_contact table.pjil_contact_table th {
	width: 180px;
	padding: 14px 16px 14px 0;
	border: 0;
	border-bottom: 1px solid var(--rule);
	background: none;
	text-align: left;
	vertical-align: top;
	font-size: 11px;
	font-weight: 600;
	line-height: normal;
	letter-spacing: .4px;
	text-transform: uppercase;
	color: var(--muted);
}

body.pjil_v2_contact .page_contact table.pjil_contact_table td {
	padding: 12px 0;
	border: 0;
	border-bottom: 1px solid var(--rule);
	background: none;
	vertical-align: top;
	font-size: 14px;
	line-height: 1.6;
	color: var(--ink);
}

body.pjil_v2_contact .page_contact table.pjil_contact_table tr:last-child th,
body.pjil_v2_contact .page_contact table.pjil_contact_table tr:last-child td {
	border-bottom: 0;
}

body.pjil_v2_contact .page_contact table.pjil_contact_table a {
	color: var(--accent);
	text-decoration: none;
}

body.pjil_v2_contact .page_contact table.pjil_contact_table a:hover {
	text-decoration: underline;
}

/* ---------- Phones ---------- */
@media (max-width: 600px) {
	body.pjil_v2_contact .page_contact table.pjil_contact_table th {
		width: 110px;
		padding-right: 12px;
	}
}
