/* Bulk Material Handling Guide – overview and characteristics panels */
/* Colors aligned with theme nav dropdown: #00599b, #122846, #2581c7, #00305e, #fff */

/* Bulk Materials index – left-aligned card grid, centered text inside cards */
#content.bulk-materials-index .industries-landing {
	text-align: left;
}

#content.bulk-materials-index ul.col-4 {
	text-align: left;
}

#content.bulk-material-handling-guide .bmhg-intro--split {
	display: grid;
	grid-template-columns: minmax(0, 2.5fr) minmax(0, 1fr);
	gap: 40px;
	align-items: start;
}

#content.bulk-material-handling-guide .bmhg-intro-content,
#content.bulk-material-handling-guide .bmhg-intro-image {
	min-width: 0;
}

/* Matches live h1 span: Montserrat 700 / 24px / #868686 / 10px top */
#content.bulk-material-handling-guide p.bmhg-h1-subtitle {
	display: block;
	font-family: 'Montserrat', sans-serif;
	font-weight: 700;
	font-size: 24px;
	line-height: 1.2;
	color: #868686;
	margin-top: 10px;
	margin-bottom: 0;
	overflow-wrap: anywhere;
}

#content.bulk-material-handling-guide .bmhg-intro-image {
	height: 100%;
	place-content: center;
}

#content.bulk-material-handling-guide .bmhg-intro-image img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 0 !important;
}

#content.bulk-material-handling-guide .bmhg-intro-content h1,
#content.bulk-material-handling-guide > h1 {
	margin-bottom: 0;
}

#content.bulk-material-handling-guide .bmhg-intro-content h1 + *:not(.bmhg-h1-subtitle),
#content.bulk-material-handling-guide .bmhg-intro-content .bmhg-h1-subtitle + *,
#content.bulk-material-handling-guide > h1 + *:not(.bmhg-h1-subtitle),
#content.bulk-material-handling-guide > .bmhg-h1-subtitle + * {
	margin-top: 20px;
}

#content.bulk-material-handling-guide .bmhg-dark-section {
	background: #122846;
	border-left: 6px solid #2581c7;
	border-top: 6px solid #2581c7;
	padding: 32px;
	margin-bottom: 2rem;
	position: relative;
	box-shadow: -4px 4px 10px 0 rgba(0, 0, 0, 0.15);
}

#content.bulk-material-handling-guide .bmhg-dark-section::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 1px;
	background: #2581c7;
}

#content.bulk-material-handling-guide .bmhg-dark-section--table {
	padding: 0;
	overflow: hidden;
	background: transparent;
	border: none;
	box-shadow: none;
}

#content.bulk-material-handling-guide .bmhg-dark-section--table::before {
	display: none;
}

/* Full-width page shell – matches equipment-page layout for bleed sections */
div#content.bulk-material-handling-guide {
	width: 100%;
	max-width: 100%;
	margin: 0;
	overflow: visible;
}

#content.bulk-material-handling-guide > :not(#bmhg-overview-applications):not(.clear) {
	max-width: 1440px;
	width: calc(100% - 40px);
	margin-left: auto;
	margin-right: auto;
}

/* Overview & Applications – matches equipment advantages/features card layout */
#content.bulk-material-handling-guide #bmhg-overview-applications {
	background: url(/wp-content/uploads/shafted-screw-conveyor-advantages.png.webp) top center no-repeat;
	background-size: 100%;
	padding-top: 50px;
	margin-bottom: 50px;
	width: 100%;
	box-sizing: border-box;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .row-inner {
	width: 1440px;
	margin: 0 auto;
	max-width: calc(100% - 40px);
}

#content.bulk-material-handling-guide #bmhg-overview-applications .cards {
	display: flex;
	gap: 50px;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .card {
	background: #fff;
	box-shadow: 0 0 30px rgba(0, 0, 0, 0.16);
	flex-basis: 50%;
	padding: 35px;
	box-sizing: border-box;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .card h2 {
	margin-bottom: 10px;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .card p {
	margin-bottom: 0;
}

#content.bulk-material-handling-guide #bmhg-overview-applications ul {
	margin: 0 0 6px;
	padding: 0;
}

#content.bulk-material-handling-guide #bmhg-overview-applications ul li {
	background: url(/wp-content/uploads/red-check.svg) left 5px no-repeat;
	font-size: 18px;
	color: #444;
	margin: 0 0 14px;
	padding-left: 32px;
	list-style: none;
}

#content.bulk-material-handling-guide #bmhg-overview-applications ul li:last-child {
	margin-bottom: 0;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .bmhg-badge-group {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	margin-bottom: 14px;
}

#content.bulk-material-handling-guide #bmhg-overview-applications .bmhg-badge {
	padding: 6px 12px;
	background: #00305e;
	color: #fff;
	border: 1px solid #2581c7;
	display: inline-block;
	margin-bottom: 0;
}

#content.bulk-material-handling-guide .bmhg-char-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	overflow: hidden;
	border-radius: 0 0 10px 10px;
	margin: 0;
	border: 1px solid #e4e4e4;
	border-top: none;
}

#content.bulk-material-handling-guide .bmhg-char-table th {
	background: #00305e;
	padding: 14px 16px;
	text-align: left;
	color: #fff;
	font-family: 'Montserrat', sans-serif;
    font-weight: 700;
	font-size: 1.375em;
	background-image: none;
	border-bottom: 1px solid #2581c7;
}

#content.bulk-material-handling-guide .bmhg-char-table td {
	padding: 14px 16px;
	border-bottom: 1px solid #e4e4e4;
	color: #363636;
	background: #fff;
	background-image: none;
}

#content.bulk-material-handling-guide .bmhg-char-table th:last-child,
#content.bulk-material-handling-guide .bmhg-char-table td:last-child {
	border-left: 1px solid #e4e4e4;
}

#content.bulk-material-handling-guide .bmhg-char-table thead th:last-child {
	border-left-color: #095a9c;
}

#content.bulk-material-handling-guide .bmhg-char-table tbody tr:nth-child(even) td {
	background: #f5f5f5;
}

#content.bulk-material-handling-guide .bmhg-char-table tr:last-child td {
	border-bottom: none;
}

#content.bulk-material-handling-guide .bmhg-char-table .bmhg-status-desc {
	color: #363636;
}

#content.bulk-material-handling-guide .bmhg-status-badge {
	display: inline-block;
	padding: 5px 10px;
	border-radius: 3px;
	font-size: 11px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 0.06em;
	margin-right: 8px;
	vertical-align: middle;
}

#content.bulk-material-handling-guide .bmhg-status-not_corrosive,
#content.bulk-material-handling-guide .bmhg-status-low {
	background: #7ec96f;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-status-low_to_moderate {
	background: #a8c96a;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-status-moderate {
	background: #ffb956;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-status-moderate_to_high {
	background: #ff9e65;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-status-high {
	background: #ff7875;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-status-very_high {
	background: #ff4d4f;
	color: #fff;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary {
	background: #f5f5f5;
	border: 1px solid #e4e4e4;
	border-radius: 10px;
	padding: 32px;
	margin-bottom: 2rem;
	box-sizing: border-box;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary--split {
	display: grid;
	grid-template-columns: 1fr 1fr;
	gap: 0;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary--split .bmhg-challenges-summary__col:first-child {
	border-right: 1px solid #e4e4e4;
	padding-right: 32px;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary--split .bmhg-challenges-summary__col:last-child {
	padding-left: 32px;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary h2 {
	margin-top: 0;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary ul {
	margin-bottom: 0;
}

#content.bulk-material-handling-guide .bmhg-challenges-summary__col > :last-child {
	margin-bottom: 0;
}

@media only screen and (max-width: 980px) {
	#content.bulk-material-handling-guide #bmhg-overview-applications {
		background-size: 175%;
	}
}

@media only screen and (max-width: 799px) {
	#content.bulk-material-handling-guide #bmhg-overview-applications .card h3 {
		font-size: 18px;
	}

	#content.bulk-material-handling-guide #bmhg-overview-applications ul li {
		font-size: 16px;
	}
}

@media only screen and (max-width: 768px) {
	#content.bulk-material-handling-guide .bmhg-intro--split {
		grid-template-columns: 1fr;
		gap: 24px;
	}

	#content.bulk-material-handling-guide #bmhg-overview-applications .cards {
		flex-wrap: wrap;
		gap: 20px;
	}

	#content.bulk-material-handling-guide #bmhg-overview-applications .card {
		flex-basis: 100%;
	}

	#content.bulk-material-handling-guide .bmhg-challenges-summary--split {
		grid-template-columns: 1fr;
	}

	#content.bulk-material-handling-guide .bmhg-challenges-summary--split .bmhg-challenges-summary__col:first-child {
		border-right: none;
		border-bottom: 1px solid #e4e4e4;
		padding-right: 0;
		padding-bottom: 24px;
		margin-bottom: 24px;
	}

	#content.bulk-material-handling-guide .bmhg-challenges-summary--split .bmhg-challenges-summary__col:last-child {
		padding-left: 0;
	}
}

@media only screen and (max-width: 600px) {
	#content.bulk-material-handling-guide p.bmhg-h1-subtitle {
		font-size: 18px;
	}
}
