/* BMTC Authority and underwriting pages. */
.bmtc-more-services {
	margin-top: 52px;
}

.bmtc-more-services > h2 {
	margin: 0 0 22px;
	color: #f5f1e8;
	font-family: Oswald, sans-serif;
	font-size: 34px;
	font-weight: 700;
	text-transform: uppercase;
}

.bmtc-service-link-grid {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 24px;
}

.bmtc-service-link-card {
	display: flex;
	min-height: 235px;
	flex-direction: column;
	box-sizing: border-box;
	padding: 26px 24px;
	background: #151a1e;
	border: 1px solid #30373c;
}

.bmtc-service-link-card h3 {
	margin: 0 0 15px;
	color: #f5f1e8;
	font: 700 25px/1.15 Oswald, sans-serif;
}

.bmtc-service-link-card p {
	color: #b4bbc0;
	line-height: 1.6;
}

.bmtc-service-link-card a {
	margin-top: auto;
	padding: 14px 16px;
	background: #677b3d;
	color: #fff !important;
	font: 700 16px Oswald, sans-serif;
	text-align: center;
	text-decoration: none;
	text-transform: uppercase;
}

.bmtc-service-link-card a:hover,
.bmtc-service-link-card a:focus-visible {
	background: #4f612f;
	color: #fff !important;
}

@media (max-width: 900px) {
	.bmtc-service-link-grid { grid-template-columns: repeat(2, minmax(0, 1fr)); }
}

@media (max-width: 600px) {
	.bmtc-service-link-grid { grid-template-columns: 1fr; }
}

/* Keep the Elementor H1 while suppressing the theme's duplicate page title. */
body.bmtc-managed-form-page .entry-title {
	display: none;
}

.bmtc-rifle-list-cta {
	box-sizing: border-box;
	max-width: 1180px;
	margin: 56px auto;
	padding: 34px 30px;
	background: #151a1e;
	border: 1px solid #30373c;
	border-top: 4px solid #677b3d;
	color: #f5f1e8;
	text-align: center;
}

.bmtc-rifle-list-cta h2 {
	margin: 0 0 12px;
	color: #f5f1e8;
	font: 700 clamp(30px, 4vw, 46px)/1.15 Oswald, sans-serif;
	text-transform: uppercase;
}

.bmtc-rifle-list-cta p {
	max-width: 760px;
	margin: 0 auto 24px;
	color: #b4bbc0;
	font-size: 18px;
	line-height: 1.65;
}

.bmtc-rifle-list-cta a {
	display: inline-block;
	padding: 15px 24px;
	background: #677b3d;
	color: #fff !important;
	font: 700 17px Oswald, sans-serif;
	letter-spacing: .04em;
	text-decoration: none;
	text-transform: uppercase;
	transition: background-color .2s ease, transform .2s ease;
}

.bmtc-rifle-list-cta a:hover,
.bmtc-rifle-list-cta a:focus-visible {
	background: #4f612f;
	color: #fff !important;
	transform: translateY(-2px);
}

@media (max-width: 600px) {
	.bmtc-rifle-list-cta {
		margin: 36px 18px;
		padding: 28px 20px;
	}
}

body.bmtc-authority-page {
	background: #080b0a;
	color: #fff;
}

body.bmtc-authority-page .site-content,
body.bmtc-authority-page .content-area,
body.bmtc-authority-page .site-main,
body.bmtc-authority-page article,
body.bmtc-authority-page .entry-content {
	max-width: none;
	width: 100%;
	margin: 0;
	padding-left: 0;
	padding-right: 0;
}

body.bmtc-authority-page .entry-content,
body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container {
	color: #fff;
	font-size: 18px;
	line-height: 1.75;
}

body.bmtc-authority-page .entry-content > *:not(figure):not(.wp-block-image):not(.wp-block-cover),
body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container > *:not(figure):not(.wp-block-image):not(.wp-block-cover) {
	box-sizing: border-box;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
}

body.bmtc-authority-page .entry-content > p,
body.bmtc-authority-page .entry-content > ul,
body.bmtc-authority-page .entry-content > ol,
body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container > p,
body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container > ul,
body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container > ol {
	padding-left: 28px;
	padding-right: 28px;
}

body.bmtc-authority-page h1,
body.bmtc-authority-page h2,
body.bmtc-authority-page h3,
body.bmtc-authority-page h4 {
	font-family: inherit;
	font-weight: 800;
	letter-spacing: .025em;
	line-height: 1.15;
	text-transform: uppercase;
}

body.bmtc-authority-page h1,
body.bmtc-authority-page h2 {
	color: #fff;
}

body.bmtc-authority-page h2 {
	font-size: clamp(30px, 4vw, 52px);
	margin-top: 72px;
	margin-bottom: 22px;
	padding: 0 28px 16px;
	border-bottom: 3px solid #677b3d;
}

body.bmtc-authority-page h3 {
	color: #91aa55;
	font-size: clamp(21px, 2.4vw, 30px);
	margin-top: 45px;
	margin-bottom: 18px;
	padding-left: 28px;
	padding-right: 28px;
}

body.bmtc-authority-page .elementor-widget-heading .elementor-heading-title {
	box-sizing: border-box;
	max-width: 1080px;
	margin-left: auto;
	margin-right: auto;
	padding-left: 28px;
	padding-right: 28px;
}

body.bmtc-authority-page p {
	margin-top: 0;
	margin-bottom: 24px;
}

body.bmtc-authority-page ul,
body.bmtc-authority-page ol {
	margin-top: 18px;
	margin-bottom: 34px;
}

body.bmtc-authority-page li {
	margin-bottom: 10px;
}

body.bmtc-authority-page strong {
	color: #fff;
}

body.bmtc-authority-page a:not(.elementor-button):not(.wp-block-button__link) {
	color: #a9c864;
	text-decoration-thickness: 1px;
	text-underline-offset: 3px;
}

body.bmtc-authority-page a:not(.elementor-button):not(.wp-block-button__link):hover,
body.bmtc-authority-page a:not(.elementor-button):not(.wp-block-button__link):focus-visible {
	color: #fff;
}

body.bmtc-authority-page .wp-block-button,
body.bmtc-authority-page .elementor-widget-button {
	max-width: 1080px;
	margin: 34px auto 72px;
	padding-left: 28px;
	padding-right: 28px;
}

body.bmtc-authority-page .wp-block-button__link,
body.bmtc-authority-page .elementor-button {
	background: #677b3d !important;
	border: 2px solid #677b3d !important;
	border-radius: 2px !important;
	color: #fff !important;
	font-weight: 800 !important;
	letter-spacing: .06em;
	padding: 16px 26px !important;
	text-decoration: none !important;
	text-transform: uppercase;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.bmtc-authority-page .wp-block-button__link:hover,
body.bmtc-authority-page .wp-block-button__link:focus-visible,
body.bmtc-authority-page .elementor-button:hover,
body.bmtc-authority-page .elementor-button:focus-visible {
	background: #7f964b !important;
	border-color: #9ab75a !important;
	color: #fff !important;
	transform: translateY(-2px);
}

body.bmtc-authority-page .bmtc-quote-form-wrap {
	box-sizing: border-box;
	width: calc(100% - 56px);
	max-width: 1080px;
	margin: 18px auto 80px;
	padding: clamp(24px, 4vw, 46px);
	background: #111512;
	border: 1px solid #30372d;
	border-top: 4px solid #677b3d;
}

body.bmtc-authority-page .bmtc-form-grid {
	display: grid;
	grid-template-columns: repeat(2, minmax(0, 1fr));
	gap: 20px 24px;
}

body.bmtc-authority-page .bmtc-quote-form p {
	margin: 0 0 22px;
	padding: 0;
}

body.bmtc-authority-page .bmtc-quote-form label {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-weight: 700;
}

body.bmtc-authority-page .bmtc-quote-form input,
body.bmtc-authority-page .bmtc-quote-form select,
body.bmtc-authority-page .bmtc-quote-form textarea {
	box-sizing: border-box;
	width: 100%;
	padding: 13px 14px;
	background: #080b0a;
	border: 1px solid #56604f;
	border-radius: 2px;
	color: #fff;
	font: inherit;
}

body.bmtc-authority-page .bmtc-quote-form input:focus,
body.bmtc-authority-page .bmtc-quote-form select:focus,
body.bmtc-authority-page .bmtc-quote-form textarea:focus {
	border-color: #91aa55;
	box-shadow: 0 0 0 3px rgba(145, 170, 85, .2);
	outline: none;
}

body.bmtc-authority-page .bmtc-quote-form button {
	padding: 16px 26px;
	background: #677b3d;
	border: 2px solid #677b3d;
	border-radius: 2px;
	color: #fff;
	font: inherit;
	font-weight: 800;
	letter-spacing: .06em;
	text-transform: uppercase;
	cursor: pointer;
	transition: background-color .2s ease, border-color .2s ease, transform .2s ease;
}

body.bmtc-authority-page .bmtc-quote-form button:hover,
body.bmtc-authority-page .bmtc-quote-form button:focus-visible {
	background: #7f964b;
	border-color: #9ab75a;
	transform: translateY(-2px);
}

body.bmtc-authority-page .bmtc-form-message {
	margin-bottom: 28px;
	padding: 16px 18px;
	border-left: 4px solid #677b3d;
	background: #080b0a;
}

body.bmtc-authority-page .bmtc-form-error {
	border-left-color: #b54a4a;
}

body.bmtc-authority-page .bmtc-honeypot {
	position: absolute !important;
	left: -10000px !important;
	width: 1px !important;
	height: 1px !important;
	overflow: hidden !important;
}

/* Full-width hero treatment for the first content image on the C-LOKK page. */
body.bmtc-c-lokk-page .entry-content > figure:first-of-type,
body.bmtc-c-lokk-page .entry-content > .wp-block-image:first-of-type,
body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > figure:first-of-type,
body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > .wp-block-image:first-of-type {
	max-width: none;
	width: 100vw;
	margin: 0 0 64px calc(50% - 50vw);
	padding: 0;
}

body.bmtc-c-lokk-page .elementor-widget-image:first-of-type,
body.bmtc-c-lokk-page .elementor-widget-image:first-of-type > .elementor-widget-container {
	width: 100%;
	max-width: none;
	margin: 0;
	padding: 0;
}

body.bmtc-c-lokk-page .entry-content > figure:first-of-type img,
body.bmtc-c-lokk-page .entry-content > .wp-block-image:first-of-type img,
body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > figure:first-of-type img,
body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > .wp-block-image:first-of-type img {
	display: block;
	width: 100%;
	height: clamp(360px, 48vw, 680px);
	object-fit: cover;
	object-position: center;
}

body.bmtc-c-lokk-page .elementor-widget-image:first-of-type img {
	display: block;
	width: 100%;
	height: clamp(360px, 48vw, 680px);
	object-fit: cover;
	object-position: center;
}

body.bmtc-c-lokk-page h2:first-of-type {
	margin-top: 58px;
	font-size: clamp(34px, 5vw, 62px);
}

.bmtc-policy-footer {
	clear: both;
	width: 100%;
	background: #080b0a;
	border-top: 3px solid #677b3d;
	color: #fff;
}

.bmtc-policy-footer__inner {
	box-sizing: border-box;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-wrap: wrap;
	gap: 10px 22px;
	max-width: 1200px;
	margin: 0 auto;
	padding: 22px 28px;
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

.bmtc-policy-footer__inner > span {
	font-weight: 800;
	letter-spacing: .04em;
	text-transform: uppercase;
}

.bmtc-policy-footer__inner > div {
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 8px 12px;
}

.bmtc-policy-footer a {
	color: #f5f1e8;
	text-decoration: underline;
	text-decoration-color: #677b3d;
	text-underline-offset: 4px;
}

.bmtc-policy-footer a:hover,
.bmtc-policy-footer a:focus-visible {
	color: #a9c864;
}

.bmtc-checkout-policy-wrap {
	box-sizing: border-box;
	margin: 28px 0 20px;
	padding: 22px;
	background: #111512;
	border: 1px solid #56604f;
	border-top: 4px solid #677b3d;
	color: #fff;
}

.bmtc-checkout-policy-wrap > h2 {
	margin: 0 0 8px;
	color: #fff;
	font-size: 22px;
	line-height: 1.25;
}

.bmtc-checkout-policy-wrap > p {
	margin: 0 0 16px;
	color: #f5f1e8;
}

.bmtc-checkout-policy-box {
	box-sizing: border-box;
	max-height: 340px;
	overflow-y: auto;
	padding: 20px;
	background: #080b0a;
	border: 1px solid #677b3d;
	color: #f5f1e8;
	font-size: 14px;
	line-height: 1.6;
	overscroll-behavior: contain;
	scrollbar-color: #677b3d #111512;
}

.bmtc-checkout-policy-box:focus-visible {
	outline: 3px solid #91aa55;
	outline-offset: 2px;
}

.bmtc-checkout-policy-document + .bmtc-checkout-policy-document {
	margin-top: 34px;
	padding-top: 28px;
	border-top: 2px solid #677b3d;
}

.bmtc-checkout-policy-document h2,
.bmtc-checkout-policy-document h3 {
	margin: 22px 0 10px;
	color: #fff;
	font-size: 17px;
	line-height: 1.35;
}

.bmtc-checkout-policy-document > h3:first-child {
	margin-top: 0;
	color: #a9c864;
	font-size: 20px;
	text-transform: uppercase;
}

.bmtc-checkout-policy-document p,
.bmtc-checkout-policy-document ul {
	margin: 0 0 14px;
}

.bmtc-checkout-policy-document a {
	color: #a9c864;
}

@media (max-width: 767px) {
	body.bmtc-authority-page .entry-content,
	body.bmtc-authority-page .elementor-widget-text-editor > .elementor-widget-container {
		font-size: 16px;
		line-height: 1.65;
	}

	body.bmtc-authority-page h2 {
		margin-top: 52px;
	}

	body.bmtc-authority-page .bmtc-form-grid {
		grid-template-columns: 1fr;
		gap: 0;
	}

	body.bmtc-c-lokk-page .entry-content > figure:first-of-type img,
	body.bmtc-c-lokk-page .entry-content > .wp-block-image:first-of-type img,
	body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > figure:first-of-type img,
	body.bmtc-c-lokk-page .elementor-widget-text-editor > .elementor-widget-container > .wp-block-image:first-of-type img {
		height: 320px;
		object-position: 66% center;
	}

	body.bmtc-c-lokk-page .elementor-widget-image:first-of-type img {
		height: 320px;
		object-position: 66% center;
	}

	.bmtc-policy-footer__inner {
		align-items: center;
		flex-direction: column;
	}
}
