/**
Theme Name: CoxAutoInc Maintenance
Author: rtCamp
Author URI: https://rtcamp.com/
Description: Theme for the CoxAutoInc Maintenance site.
Version: 1.0.0
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Text Domain: coxautoinc-maintenance
Template: astra
*/

* {
	font-family: sans-serif;
}

.site-content {
	padding-inline: 2rem;
}

.ast-container {
	max-width: 1213px;
}

.ast-plain-container.ast-no-sidebar #primary {
	margin-block: 20px;
}

.entry-content[ast-blocks-layout] > * {
	max-width: 100%;
}

.entry-content .wp-block-heading {
	font-size: 2.25rem;
	line-height: 1.222;
	font-weight: 500;
	color: #262626;
}

.entry-content p {
	font-size: 1rem;
	line-height: 2.375;
	font-weight: 500;
	color: #7c8087;
}

.inside-cox-logo img {
	margin-bottom: 15px;
}

.tools-cards-container a:link {
	text-decoration: none;
	color: #455051;
	font-weight: 700;
}

.tools-cards-container {
	margin: 0;
}

.tools-cards-container .tools-card {
	max-width: 283px;
	min-width: 283px;
	height: 380px;
	padding: 1.25rem 1rem;
	background-color: #fff;
	webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 1px solid #ced8da;
	box-shadow: 2px 4px 12px 0 rgb(0 0 0 / 15%);
	box-sizing: border-box;
	display: flex;
	flex-direction: column;
}

.tools-cards-container .tools-card .tools-card-img {
	display: block;
	border: 1px solid #ced8da;
	border-radius: 4px;
	height: 56px;
	min-height: 56px;
	min-width: 56px;
	position: relative;
	width: 56px;
}

.tools-cards-container .tools-card .tools-card-heading {
	font-size: 18px;
}

.tools-cards-container .tools-card p {
	font-weight: 300;
	line-height: 1.5rem;
	color: #455051;
	text-align: left;
	width: 100%;
	white-space: pre-wrap;
	white-space: -moz-pre-wrap;
	white-space: -pre-wrap;
	white-space: -o-pre-wrap;
	word-wrap: break-word;
}

.ast-container {
	padding: 0;
}
