
.service-card {
    border: 1px solid #ffffff4f;
    border-radius: 10px;
    height: 100%;
    display: flex;
    flex-direction: column;
    /* background: #fff; */
    overflow: hidden;
    box-shadow: 0px 0 24px 8px #d861007a;
}
    .service-card .card-body{
    padding: 20px 20px 20px;
    }
.service-card:hover {
    box-shadow: 0px 0px 12px #8d3f00;
    cursor: pointer;
}
.service-card img {
    height: 300px;
    object-fit: contain;
    /* background-color: #f8f9fa; */
    margin-bottom: 15px;
}
    .service-card h5 {
      color: #fff;
    font-size: 16px;
    font-weight: 600;
    }

/* Opteon first section: mobile — space between stacked product cards + gap before next block */
@media (max-width: 991.98px) {
	.opteon-first-product-section .row.g-4 {
		--bs-gutter-y: 1.5rem;
		row-gap: 1.5rem;
	}
	.opteon-first-product-section .first-row-product-card {
		height: auto;
		min-height: 0;
	}
	section.gem-section.bg-black.opteon-first-product-section.section-gap {
		padding-bottom: 2.5rem;
	}
}

/* First row only (opteon black layout): black card, white copy — hover matches home .product-card */
.first-row-product-card {
	background: #000 !important;
	box-shadow: 0 0 10px 1px rgba(227, 127, 46, 0.22) !important;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
}
.first-row-product-card:hover {
	transform: translateY(-5px);
	border-color: rgba(236, 132, 48, 0.45) !important;
	box-shadow:
		0px 0px 18px 5px rgba(101, 101, 101, 0.27),
		0px 0px 28px 10px rgba(101, 101, 101, 0.18) !important;
	cursor: pointer;
}
.first-row-product-card .card-body {
	color: #fff !important;
}
.first-row-product-card .product-title-field,
.first-row-product-card .product-title-field p,
.first-row-product-card .card-body p,
.first-row-product-card .card-body li,
.first-row-product-card .card-body ul,
.first-row-product-card .card-body span,
.first-row-product-card .card-body div,
.first-row-product-card .card-body strong,
.first-row-product-card .card-body b,
.first-row-product-card .card-body .woocommerce-Price-amount,
.first-row-product-card .card-body .amount,
.first-row-product-card .card-body [class*="Price"],
.first-row-product-card .card-body [class*="price"] {
	color: #fff !important;
}
.first-row-product-card .product-title-field p {
	font-weight: 400;
	min-height: 0;
}
.first-row-product-card .product-title-field strong,
.first-row-product-card .product-title-field b {
	font-weight: 700 !important;
}
.first-row-product-card .card-body p {
	min-height: 0 !important;
}
.first-row-product-card .card-body p a:not(.btn),
.first-row-product-card .card-body li a:not(.btn) {
	color: #fff !important;
	text-decoration: underline;
}

/* Contact us: yellow (btn-warning) — override .service-card a.card-link { color:#fff } */
.first-row-product-card a.card-link.btn-warning {
	color: #212529 !important;
	background-color: #E37F2E !important;
	border-color: #E37F2E !important;
	font-weight: 600;
}
.first-row-product-card a.card-link.btn-warning:hover {
	color: #000 !important;
	background-color: #bd6218 !important;
	border-color: #bd6218 !important;
}

.service-card p {
    font-size: 14px;
    font-weight: 300;
      color: #fff;
      min-height: 100px;
} 	

.service-card p a {
    color: #fff;
    text-decoration: underline;
}
.service-card p a:hover{
    color: #fff;
    text-decoration: none;

}
    .card-link {
      margin-top: auto;
      font-weight: 500;
    }
    
.service-card a.card-link {
    font-size: 14px;
    font-weight: 400;
      color: #fff;
}
.service-card a.card-link:hover {
    font-weight: 500;
}
.service-card a.card-link.btn.btn-primary:hover {
    color: #000;
}

.first-section.born-content .container .section-content h2 {
    font-weight: 400;
}
.imaging-card {
  background:#EC8430;
  padding: 30px;
  color: white;
  border-radius: 12px;
  font-family: Arial, sans-serif;
  max-width: 1100px;
  margin: auto;
  text-align: center;

}

.imaging-card h2 {
  font-size: 18px;
  font-weight: bold;
  text-align: center;
}

.imaging-card p {
  line-height: 1.6;
  margin: 15px 0;
      width: 100%;
    justify-content: center;
}
.imaging-card.notes p, .imaging-card.notes p * {
   /* color: #747474 !important;*/
    color: #000 !important;
    line-height: 1.3;
}
.imaging-card.notes h2{
opacity: .9;
}

/* Notes on reimbursement — left-aligned; HTML from ACF renders (not escaped) */
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes.text-start,
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes.text-start * {
	text-align: left !important;
	justify-content: flex-start !important;
}
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes.text-start h2,
.product-imaging-layout .opteon-notes-reimbursement-heading {
	text-align: left !important;
}
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes.text-start p,
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes.text-start li {
	text-align: left !important;
	display: block !important;
	align-items: unset !important;
	letter-spacing: normal !important;
}
.product-imaging-layout .opteon-notes-reimbursement-card a {
	color: #c45f12 !important;
	text-decoration: underline;
}
.product-imaging-layout .opteon-notes-reimbursement-card a:hover {
	color: #a34d0a !important;
}
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes em,
.product-imaging-layout .opteon-notes-reimbursement-card.imaging-card.notes i {
	font-style: italic;
}

.text-start.imaging-card * {
    text-align: left;
    align-items: self-end;
    justify-content: left;
}

.text-start.imaging-card p strong {
    font-size: 122%;
    padding: 10px 0 0;line-height: 1;
}
.imaging-card ul {
  padding-left: 20px;
  margin-bottom: 15px;
}

.imaging-highlight {
  background: rgba(255, 255, 255, 0.1);
  padding: 20px;
  margin-top: 20px;
  border: 2px solid #fff;
  border-radius: 10px;
  text-align: center;
}

.imaging-highlight h3 {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}

.btn-row {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 12px;
  margin-top: 10px;
}



.sub-header {
  margin-top: 30px;
  text-align: center;
  font-weight: bold;
}

.imaging-product {
    /* background: #fff; */
    color: #000;
    display: flex;
    justify-content: space-between;
    padding: 20px;
    margin-top: 20px;
    border-radius: 10px;
    flex-wrap: wrap;
    gap: 20px;
    border: 1px solid #fff;
}

.service-card .card-body {
    display: flex;
    flex-direction: column;
}


.service-card .card-body h6 {
    margin: auto auto 0;
    width: 100%;
    display: flex;
}
.first-section.born-content {
    padding: 0;
}

/* Opteon brochure block: home-style orange section rule + spec cards (hover matches .product-card on home) */
.first-section.born-content.opteon-brochure-block {
	background: #000 !important;
	margin-bottom: 0;
	overflow: hidden;
	border-top: 5px solid #e37f2e;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-block + .opteon-spec-block {
	/* border-top: 5px solid #e37f2e; */
	margin-top: 0;
	padding-top: 1.75rem;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-block:first-child {
	padding-top: 0;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-card {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	padding: 1.5rem 1.5rem 1.4rem;
	background: #000;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	box-shadow: 0 0 14px 2px rgba(227, 127, 46, 0.12);
}
.first-section.born-content.opteon-brochure-block .opteon-spec-card:hover {
	transform: translateY(-5px);
	border-color: rgba(236, 132, 48, 0.45);
	box-shadow:
		0px 0px 18px 5px rgba(101, 101, 101, 0.27),
		0px 0px 28px 10px rgba(101, 101, 101, 0.18);
	cursor: default;
}
.first-section.born-content.opteon-brochure-block .opteon-brochure-heading {
	color: #fff !important;
	font-size: clamp(0.8rem, 1.2vw, 1.2rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 1rem;
	padding-bottom: 0;
}
.first-section.born-content.opteon-brochure-block .opteon-brochure-subheading {
	color: #fff !important;
	font-size: clamp(1rem, 1.2vw, 1.2rem);
	font-weight: 600;
	line-height: 1.3;
	margin: -0.25rem 0 1rem;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg {
	color: #fff;
	font-size: 1rem;
	line-height: 1.55;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg > p:first-child {
	font-size: 1.05rem;
	font-weight: 400;
	margin-bottom: 1rem;
	opacity: 0.95;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg p {
	color: #fff !important;
}
/* Proper list: visible markers, spacing, indent (reference layout) */
.first-section.born-content.opteon-brochure-block .opteon-spec-list,
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg ul.opteon-spec-list {
	list-style: disc;
	list-style-position: outside;
	padding-left: 1.25rem;
	margin: 0.35rem 0 0 0.75rem;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-list li,
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg ul.opteon-spec-list li {
	display: list-item;
	margin: 0 0 0.55em;
	padding-left: 0.35rem;
	color: #fff !important;
	line-height: 1.55;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-list li::marker,
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg ul.opteon-spec-list li::marker {
	color: #e37f2e;
}
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg p:last-child,
.first-section.born-content.opteon-brochure-block .opteon-spec-wysiwyg ul:last-child {
	margin-bottom: 0;
}
.first-section.born-content.opteon-brochure-block .container .section-content {
	width: 100%;
	padding: 0;
}

/* Real Clinical Photos & Videos — ACF: real_clinical_photos_* + gallery; filename from Media Library */
.opteon-clinical-gallery-section {
	background: #000 !important;
	color: #fff;
	border-top: 5px solid #e37f2e;
	border-bottom: 5px solid #e37f2e;
	overflow: hidden;
}
.opteon-clinical-gallery-heading {
	color: #fff !important;
	font-size: clamp(1.35rem, 2.2vw, 1.85rem);
	font-weight: 700;
	line-height: 1.25;
	margin: 0 0 0.75rem;
}
.opteon-clinical-gallery-lead {
	color: rgba(255, 255, 255, 0.92) !important;
	font-size: 1rem;
	line-height: 1.55;
	margin: 0 0 1.25rem;
	max-width: 52rem;
}
.opteon-clinical-gallery-label {
	color: rgba(255, 255, 255, 0.85) !important;
	font-size: 0.8rem;
	letter-spacing: 0.06em;
	text-transform: uppercase;
	margin: 0 0 0.5rem;
	font-weight: 600;
}
.opteon-clinical-gallery-grid {
	margin-left: 0;
	padding-left: 0;
}
.opteon-clinical-gallery-card {
	border: 1px solid rgba(255, 255, 255, 0.28);
	border-radius: 10px;
	background: #0a0a0a;
	overflow: hidden;
	transition: transform 0.35s ease, box-shadow 0.35s ease, border-color 0.35s ease;
	box-shadow: 0 0 12px 1px rgba(227, 127, 46, 0.1);
	height: 100%;
	display: flex;
	flex-direction: column;
}
.opteon-clinical-gallery-card:hover {
	transform: translateY(-5px);
	border-color: rgba(236, 132, 48, 0.45);
	box-shadow:
		0px 0px 18px 5px rgba(101, 101, 101, 0.27),
		0px 0px 28px 10px rgba(101, 101, 101, 0.18);
}
.opteon-clinical-gallery-link {
	display: block;
	line-height: 0;
	background: #111;
}
.opteon-clinical-gallery-img {
	width: 100%;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	vertical-align: middle;
}
.opteon-clinical-gallery-filename {
	margin: 0;
	padding: 0.5rem 0.65rem 0.65rem;
	font-size: 0.72rem;
	line-height: 1.35;
	color: rgba(255, 255, 255, 0.72) !important;
	text-align: center;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
}

/* Insider Story — hardcoded block after .resources-wipper (dynamic later) */
.first-section.born-content.opteon-insider-story-block {
	background: #000 !important;
	border-top: 2px solid #e37f2e;
	border-bottom: 1px solid #e37f2e;
	overflow: hidden;
	margin-bottom: 0;
}
.first-section.born-content.opteon-insider-story-block .container.opteon-insider-story-inner {
	display: block !important;
	align-items: unset !important;
	max-width: 1100px;
	padding-top: 3.25rem;
	padding-bottom: 3.25rem;
}
.opteon-insider-story-heading {
	color: #fff !important;
	font-size: clamp(1rem, 1.4rem, 1.4rem);
	font-weight: 700;
	line-height: 1.3;
	margin: 0 0 1.5rem;
	text-align: left;
}
.opteon-insider-story-body p {
	color: #fff !important;
	font-size: 1rem;
	line-height: 1.65;
	margin: 0 0 1.2rem;
	text-align: left;
	font-weight: 400;
}
.opteon-insider-story-body p:last-child {
	margin-bottom: 0;
}
.opteon-insider-story-body sup {
	font-size: 0.65em;
	line-height: 0;
	position: relative;
	vertical-align: super;
}

.service-card a {
    width: 49%;
    box-sizing: border-box;
    margin: auto;
}

.first-section.born-content .section-images {
    min-width: 400px;
    max-width: 400px;
    display: flex;
    align-items: center;
}


.first-section.born-content .section-images.emr {
    /*min-width: 300px;
    max-width: 300px;*/
}


.first-section.born-content .section-images img {
    width: 100%;
    height: 100%;
    border: 4px solid #fff;
    object-fit: contain;
    background: #c2cad3;
}
.first-section.born-content .container .same-container,
.first-section.born-content .container {
    display: flex;
    align-items: center;
}
.first-section.born-content .container .section-content {
    padding: 20px 0;
}
.first-section.born-content .container {
    padding-top: 70px;
    padding-bottom: 70px;
}

/* Brochure block: undo generic born-content flex + 70px on container (must follow rules above) */
.first-section.born-content.opteon-brochure-block .container {
	display: block;
	align-items: unset;
	padding-top: 3rem;
	padding-bottom: 3rem;
}

section.product-imaging-layout .container {
    padding-top: 70px;
    padding-bottom: 70px;
}
.resources-list {}

.resources-list .row {
    background: #fff;
    border-radius: 10px;
    overflow: hidden;
}

.resources-list .row > div:last-child {
    color: #000;
    padding: 0 20px 0 10px;
}

.resources-list .row > div:last-child p {
color: #000;
    font-size: 14px;
    line-height: 1;
    margin-top: 20px;
    font-size: 1px;
    font-weight: 600;
}

.resources-list .row > div:last-child a {
    color: #000;
    text-decoration: underline;
    line-height: 1;
}



.resources-list .row img {
    width: 250px;
    /* min-width: 300px; */
    padding: 0px;
    height: 200px;
    object-fit: cover;
    max-width: 100%;
}

.product-imaging-layout .gallery a img {
    aspect-ratio: 1 / 1;
    width: 100%;
}

.product-imaging-layout .gallery a {
    width: 25%;
    padding: 0 10px;
    margin: 0 0 30px 0;
}
section.gem-section .section-title p a,
section.gem-section .section-title .hero-gem-wysiwyg p a{
color:inherit;
font-size:inherit;
font-weight:inherit;

}
section.gem-section .section-title p a:hover,
section.gem-section .section-title .hero-gem-wysiwyg p a:hover{
    text-decoration: unset;
}

.resources-wipper {
    margin-bottom: -60px;
}

.card-link.v-record {
    padding: 5px 10px 5px 0px;
    color: #fff;
    text-decoration: underline;
    display: inline-block;
}




@media (max-width: 767px) {
	.first-section.born-content .container .same-container,
	.first-section.born-content .container {
	    display: block;
	    align-items: center;
	}
	.first-section.born-content .section-images {
	    min-width: 100%;
	    padding: 0 !important;
	}
	.imaging-card {
	    padding: 14px;
	}

.resources-list {
    padding: 0 14px;
}

}
