  
.cf-coverage-finders {
	--cf-txt17: 1.063rem;
	--cf-txt24: 1.5rem;
	--cf-txt32: 2rem;
	--cf-txt40: 2.5rem;
	--cf-paracolor: #5B5A5B;
}

/* Filter section */
.cf-coverage-finders .cf-filter-section {
	/* padding: 2rem 0; */
}
 .cf-filter-section.container{
        width: 63.5rem;
		    padding-bottom: 2.5rem;
    }
.cf-coverage-finders .cf-select-box {
	display: flex;
	margin-top: 1rem;
	flex-wrap: wrap;
	gap: 1rem;
	position: relative;
}

.cf-coverage-finders .cf-select {
	position: relative;
	background-color: #ffffff;
	width: auto;
	z-index: 1;
}
.cf-coverage-finders .cf-select-show-page{
	margin-left: 1rem;
}
.cf-coverage-finders .cf-select::after {
	content: '';
	    width: 0.663rem;
    height: 0.43rem; 
    background-image: url(../../assets/images/showmorevector.svg) !important;
    background-repeat: no-repeat;
    position: absolute !important;
    top: 52% !important;
    right: 0.875rem !important;
    background-size: contain; 
	margin-top: -0.3em;
	z-index: 0;
	pointer-events: none;
}
.cf-coverage-finders .cf-select:focus-within::after {
  transform: translateY(-50%) rotate(180deg); /* flipped arrow */
}
.cf-coverage-finders .cf-select select {
	width:13.563rem;
	min-width:13.563rem;
	padding: 0 2.15rem 0 1.15rem;
	line-height: 1.75rem;
	height: 2.625rem;
	font-size: 0.938rem;
	background-color: transparent;
	position: relative;
	z-index: 1;
	border: 1px solid #00871D;
	border-radius: 0;
	appearance: none;
	-webkit-appearance: none;
}

.cf-coverage-finders .cf-select-state {
	width: 8.875rem !important;
	min-width:8rem !important;
}

@media (max-width: 768px) {
	.cf-coverage-finders .cf-select-box {
		flex-direction: column;
		        margin-top: 0;
				        gap: 0;
	}
	.cf-coverage-finders .cf-select select,
	.cf-coverage-finders .cf-select-state {
		width: 100%;
		min-width: unset;
	}
	.cf-filter-section.container { 
    padding-bottom: 3.125rem;
}
.cf-coverage-finders .cf-select { 
    margin-bottom: 1rem;
}
.cf-coverage-finders .cf-select:last-child { 
	margin-bottom: 0;
}
.cf-coverage-finders .cf-view-rec { 
    gap: 0;
}
.cf-coverage-finders .cf-table-container {

}
.cf-coverage-finders .cf-select-state {
    width: 100% !important;
    min-width: unset !important;
}
}

/* Table container */
.coverage-gray-table-bg{
	background-color: #F4F3F3; 
}
.cf-coverage-finders .cf-table-container {
	/* margin-top: 1rem; */
	/* margin: 2.5rem auto;  */
	padding: 2.5rem 0;
}

.cf-coverage-finders .cf-top-bar {
	display: flex;
	flex-direction: column;
	gap:0;
	flex-wrap: wrap;
	margin-bottom: 2rem;
	margin-top:0;
	justify-content: space-between;
}

.cf-coverage-finders .cf-top-bar .cf-showing {
	font-weight: 400;
	color: var(--cf-paracolor, #5B5A5B);
	font-size: 0.813rem;
	line-height: var(--cf-txt24, 1.5rem);
}
.cf-filters .cf-showing, .cf-footer .cf-showing  {
font-size: 1.063rem !important;
}
 
.mar-left15{
	margin-left: 0.938rem;
}
.cf-coverage-finders .cf-filters {
	display: flex;
	gap: 0;
	align-items: center;
	flex-wrap: wrap; 
	padding-bottom: 1.875rem;
}

.cf-coverage-finders .cf-tag {
	    color: #00871D;
	padding: 0 0.9rem;
	height: 1.313rem;
	line-height:1.313rem;
	position: relative;
	font-weight: 500;
	display: none;
	&::after {
    content: '/';
    position: absolute;  
    height: 1rem;
    width: 1.2375rem; 
        left: -0.2rem; 
	color: #5B5A5B;
  }
  &:nth-child(1)::after {
      content: '' !important;
    }
}
#cf-tag-medical-pharmacy::after{
	  content: none !important;
}
.cf-coverage-finders .cf-tag:not(:empty) {
	display: inline-block;
}

.cf-coverage-finders .cf-filters-sec {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	gap: 1rem;
}

.cf-coverage-finders .cf-filter-l {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
}

.cf-coverage-finders .cf-filter-icon-box {
	display: flex;
	align-items: center;
}

.cf-coverage-finders .cf-view-rec {
	display: flex;
	align-items: center;
	gap: 0.5rem;
}

.cf-coverage-finders .cf-view-rec .cf-select select {
	width: 7.313rem;
}

.cf-coverage-finders .cf-data-tables-search {
	flex: 1;
	min-width: 12.5rem;
	max-width: 18.75rem;
}

.cf-coverage-finders .cf-data-tables-search label {
	position: relative;
	display: block;
	width: 100%;
	font-size: 1.2rem;
	font-weight: 400;
}

.cf-coverage-finders .cf-data-tables-search input[type="search"] {
	border: 1px solid #00871D;
	font-size: 0.938rem; 
	padding: 0 3rem 0 0.8rem;
	height: 2.625rem;
	width: 100%;
	background-color: #fff;
	color: #000;
	-webkit-appearance: none;
	appearance: none;
}

.cf-coverage-finders .cf-data-tables-search input[type="search"]:focus {
	outline: none;
	box-shadow: 0 0 2px 2px rgba(141, 145, 145, 0.51);
}

.cf-coverage-finders .cf-data-tables-search input[type="search"]::placeholder {
	color: #5B5A5B;
	font-weight: 400;
}

.cf-coverage-finders .cf-search-icon {
	position: absolute;
	top: 0.6em;
	right: 0.8em;
	width: 1.25rem;
	height: 1.25rem;
}

/* Data table - override DataTables default and match original design */
.cf-coverage-finders .cf-tbl-responsive {
	overflow-x: auto;
	width: 100%;
	position: relative;
}

/* AJAX loader overlay when filtering / loading table data - color #2b7d2b */
.cf-coverage-finders .cf-tbl-responsive.cf-loading {
	pointer-events: none;
}

.cf-coverage-finders .cf-tbl-responsive.cf-loading::before {
	content: '';
	position: absolute;
	inset: 0;
	background: rgba(255, 255, 255, 0.85);
	z-index: 10;
}

.cf-coverage-finders .cf-tbl-responsive.cf-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 40px;
	height: 40px;
	margin: -20px 0 0 -20px;
	border: 4px solid rgba(43, 125, 43, 0.25);
	border-top-color: #2b7d2b;
	border-radius: 50%;
	animation: cf-spin 0.8s linear infinite;
	z-index: 11;
}

@keyframes cf-spin {
	to {
		transform: rotate(360deg);
	}
}
/* Loading state on filter dropdowns when fetching Coverage Type / State options */
.cf-coverage-finders .cf-select-box.cf-loading .cf-select select {
	opacity: 0.8;
}

.cf-coverage-finders .cf-select-box.cf-loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 28px;
	height: 28px;
	margin: -14px 0 0 -14px;
	border: 3px solid rgba(43, 125, 43, 0.25);
	border-top-color: #2b7d2b;
	border-radius: 50%;
	animation: cf-spin 0.8s linear infinite;
	z-index: 5;
	pointer-events: none;
}

.cf-coverage-finders .cf-data-table {
	width: 100%;
	border-collapse: collapse;
}

.cf-coverage-finders .cf-data-table thead {
	background-color: #00871D;
	color: #fff;
}

.cf-coverage-finders .cf-data-table thead th {
	text-align: left;
	padding: 0.75rem 1rem;
	cursor: pointer;
	user-select: none; 
	font-size: 1.063rem;
	    border-right: 1px solid #00871D; 
}

.cf-coverage-finders .cf-data-table thead th:first-child {
	text-align: left;
	width: 22rem !important;
	min-width: 22rem;
	padding-left:2rem;
}

.cf-coverage-finders .cf-data-table thead th:nth-child(2) {
	width: 14rem !important;
	min-width: 14rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(3){
	width: 7.625rem !important;
	min-width: 7.625rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(4){
	width: 10.5rem !important;
	min-width: 10.5rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(5){
	width: 15.375rem !important;
	min-width: 15.375rem !important;
}
 
 /* Base sortable header */
.cf-coverage-finders .cf-data-table thead th.sorting {
  position: relative;
  cursor: pointer;
  padding-right: 1.5rem; /* space for arrows */
}

/* Ascending arrow (inline SVG) */
.cf-coverage-finders .cf-data-table thead th.sorting_asc::after {
 content: ""; /* empty content */
  background-image: url("arrow-f.png");
  background-size: 0.75rem 0.75rem; /* scale down */
  background-repeat: no-repeat;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Descending arrow (inline SVG) */
.cf-coverage-finders .cf-data-table thead th.sorting_desc::after {
  content: ""; /* empty content */
  background-image: url("arrow-f.png");
  background-size: 0.75rem 0.75rem; /* scale down */
  background-repeat: no-repeat;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

/* Neutral state (both arrows faint) */
.cf-coverage-finders .cf-data-table thead th.sorting::after {
	content: ""; /* empty content */
  background-image: url("arrow-f.png");
  background-size: 0.75rem 0.75rem; /* scale down */
  background-repeat: no-repeat;
  height: 0.75rem;
  width: 0.75rem;
  position: absolute;
  right: 1.5rem;
  top: 50%;
  transform: translateY(-50%);
}

.cf-coverage-finders .cf-data-table tbody tr:nth-child(even) {
	background-color: #FFFFFF;
}

.cf-coverage-finders .cf-data-table tbody td {
	padding: 0.75rem 1rem; 
	border:0;
	border-right: 1px solid #fff;
	text-align: left;
	font-size: 1.125rem;
	&:nth-child(1){
		padding-left:2rem;
	}
	&:nth-child(5){ 
		border-right:0;
	}
}

 

/* Hide DataTables default controls (we use custom footer) */
.cf-coverage-finders .dataTables_wrapper .dataTables_length,
.cf-coverage-finders .dataTables_wrapper .dataTables_info,
.cf-coverage-finders .dataTables_wrapper .dataTables_paginate {
	display: none !important;
}

/* Footer */
.cf-coverage-finders .cf-footer {
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 2rem;
	margin-bottom:0;
	font-size: 1.125rem;
	flex-wrap: wrap;
	gap: 1rem;
}

.cf-coverage-finders .cf-controls {
	display: flex;
	align-items: center;
	gap: 1rem;
	flex-wrap: wrap;
	    width: 100%;
    justify-content: space-between;
}

.cf-coverage-finders .cf-controls button {
	 
	border: none;
	border-radius: 0;
	cursor: pointer; 
}


.cf-next-pre{
	display: flex;
	align-items: center;
	gap: 0;	
	background: #fff;
}
.cf-next-pre span{
	padding: 0 0.8rem;
}
.cf-next-pre button{  
            width: 3.063rem;
			 height: 3.063rem;
            background: #00871D;  
                background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\ <path d='M9 6l6 6-6 6' fill='none' stroke='%23E2E71F' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/>\ </svg>");
            background-repeat: no-repeat;
            background-position: center;
            background-size: 24px 25px;
			transform: rotate(180deg); 
            transition: background-position 150ms ease, filter 150ms ease; 
        } 
		button.next-btn {
			background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path d='M9 6l6 6-6 6' fill='none' stroke='%23E2E71F' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
    transform: rotate(0);
		}
		 .button.prev-btn{
			background-image: url("data:image/svg+xml;utf8,\
<svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\
  <path d='M9 6l6 6-6 6' fill='none' stroke='%23E2E71F' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/>\
</svg>");
    transform: rotate(0);
		}
		.cf-coverage-finders .cf-controls button:disabled {
	cursor: not-allowed;
	color: #00871D !important;
	 background-color: #E2E71F; 
	 background-image: url(" data:image/svg+xml;utf8,\ <svg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'>\ <path d='M9 6l6 6-6 6' fill='none' stroke='%23117c22' stroke-width='2.25' stroke-linecap='round' stroke-linejoin='round'/>\ </svg>");
}
.cf-coverage-finders .cf-controls .cf-sep {
	color: #5B5A5B;
}

.cf-coverage-finders .cf-view-print {
	color: #00871D;
	text-decoration: none;
}
.cf-coverage-finders .cf-view-print span{
color: #5B5A5B;
text-decoration: none;
}
.cf-coverage-finders .cf-view-print .underline {
	border-bottom: 1px solid #00871D;
	color: #00871D; 
	font-weight: 500;
}

.cf-coverage-finders .cf-view-print:hover {
	text-decoration: none;
}

/* Mobile view */
@media (max-width: 768px) {
  .cf-data-table,
  .cf-data-table thead,
  .cf-data-table tbody,
  .cf-data-table th,
  .cf-data-table td,
  .cf-data-table tr {
    display: block;
    width: 100%;
  }
.cf-coverage-finders .cf-controls { 
    gap: 0; 
    justify-content: center;
}
.cf-next-pre { 
    gap: 0; 
    margin-bottom: 1rem;
}
  /* Hide table headers */
  .cf-data-table thead {
    display: none;
  }

  /* Each row becomes a card */
  .cf-data-table tr {
    margin-bottom: 1.5rem;
    /* border: 1px solid #ccc; */
    border-radius: 1.563rem ;
    padding: 0;
    background-color: #ffffff;
	padding-bottom: 1rem;
  }

  /* Each cell stacks with a label */
   .cf-coverage-finders .cf-data-table tbody td {
  display: flex;
  font-size: 0.868rem;
  justify-content: flex-start;
  align-items: baseline;
  gap: 0;
  padding: 0.2rem 1.875rem;
}

/* First cell */
.cf-coverage-finders .cf-data-table tbody td:nth-child(1) {
  background-color: #00871D;
  color: #fff;
  font-weight: 500;
  padding: 0.75rem 1.875rem;
  border-radius: 1.563rem 1.563rem 0 0;
}

/* Remove pseudo-label for first cell */
.cf-coverage-finders .cf-data-table tbody td:nth-child(1)::before {
  content: '';
  display: none;
}

/* Second cell */
.cf-coverage-finders .cf-data-table tbody td:nth-child(2) {
  padding-top: 1rem;
}

/* Fifth cell */
.cf-coverage-finders .cf-data-table tbody td:nth-child(5) {
  border-radius: 0 0 1.563rem 1.563rem;
}

  /* Add labels using data attributes */
  .cf-data-table td::before {
    content: attr(data-label);
  font-weight: bold;
  color: #117c22;
  flex: 0 0 40%;   
  max-width: max-content;
        text-align: left;
        padding-right: 0.3rem;
  }
}
@media (max-width: 768px) {
	.cf-coverage-finders .cf-footer {
		flex-direction: column-reverse;
		align-items: flex-start;
	}
	.cf-coverage-finders .cf-filters {
		flex-direction: row;
		align-items: flex-start;
		border-bottom: 0;
		padding-bottom: 0;
	}
	.cf-coverage-finders .cf-filters-sec {
		flex-direction: column-reverse;
		align-items: flex-start;
		gap: 0;
        margin-top: 1rem;
	}
	.cf-coverage-finders .cf-tag {
		width: auto;
		text-align: left;
		height: 2.625rem;
		line-height: 2.625rem;
	}
}

/* Disclaimer */
.cf-coverage-finders .cf-disclaimer {  
		margin: 4rem 0 3rem 0;
		border-top: 1px solid #ccc !important;
		padding-top: 2rem;
}

@media (max-width: 768px) {
	.cf-coverage-finders .cf-disclaimer {
		padding: 2rem 0.9rem 0;
		margin: 0;
		margin-top: 2.75rem;
		p{
			margin-bottom: 0.6rem;
			br{
				display: none;
			}
		}
	}
	.cf-coverage-finders .cf-view-print { 
    margin-bottom: 2.7rem;
	font-size: 0.938rem;
        font-weight: 500;
}
.cf-footer .cf-showing {
    font-size: 0.813rem !important;
}
}

/* Card section */
.cf-coverage-finders .cf-card-coverage {
	margin-top: 2rem;
	padding: 0 1rem;
}

.cf-coverage-finders .cf-card-coverage h4 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}

.cf-coverage-finders .cf-card-coverage p {
	font-size: var(--cf-txt17, 1.063rem);
	line-height: var(--cf-txt24, 1.5rem);
}

.cf-coverage-finders .cf-card-img {
	max-width: 100%;
	height: auto;
	display: block;
	margin-bottom: 1rem;
}

.cf-coverage-finders .cf-card-link {
	display: inline-block;
	margin-top: 0.5rem;
	color: #188084;
}

/* Modal */
.cf-modal-overlay {
	position: fixed;
	inset: 0;
	background: rgba(0, 0, 0, 0.5);
	z-index: 9999;
	display: none;
	align-items: stretch;
	justify-content: center;
	height: 100vh;
	overflow: auto;
}

.cf-modal-overlay.cf-modal-open {
	display: flex;
}

body.no-scroll {
	overflow: hidden;
}

.cf-modal-content {
	background: #fff;
	width: 100%;
	max-width: 100%;
	overflow: auto;
	display: flex;
	flex-direction: column;
}

.cf-modal-header {
	padding: 0.5rem 0;
	background-color: #1E4486;
	border-bottom: 1px solid #ddd;
	position: sticky;
	top: 0;
	z-index: 1;
}

.cf-modal-header .container {
	display: flex;
	justify-content: flex-end;
}

.cf-close-btn {
	top: 0.8rem;
	right: 7%;
	color: #1e4486;
	border: 1px solid #fff;
	border-radius: 100%;
	width: 2.5rem;
	height: 2.5rem;
	background-color: #fff;
	font-size: 2rem;
	line-height: 1.2;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
	padding: 0;
}

.cf-modal-body {
	padding: 2rem 0 2.625rem;
	flex-grow: 1;
}

.cf-modal-body .cf-pop-tbl-title {
	font-size: 1.188rem;
	font-weight: 500;
	margin-bottom: 1rem;
}

.cf-modal-body .cf-data-table {
	margin-top: 1rem;
}

.cf-date-text {
	white-space: nowrap;
	text-align: right;
	margin-bottom: 2rem;
}

.cf-print-header {
	display: flex;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	padding: 1rem 0 0;
	gap: 1rem;
	margin-bottom: 2rem;
}

.cf-left-section img {
	max-width: 100%;
	height: auto;
	width: 12.82rem;
}

.cf-note-box {
	flex: 1;
	background-color: #F5F5F5;
	padding: 1.5rem;
	margin-left: 2rem;
}

.cf-note-box strong {
	font-weight: 600;
}

.cf-modal-contact {
	margin: 2rem 0;
}

.cf-modal-actions {
	display: flex;
	justify-content: center;
	gap: 2rem;
	margin-top: 2rem;
	flex-wrap: wrap;
}

.cf-btn-green {
	background: #00871D;
	color: white;
	font-weight: bold;
	padding: 0.5rem 2rem;
	border: none;
	cursor: pointer;
	transition: opacity 0.3s ease;
}

.cf-btn-green:hover {
	opacity: 0.9;
}

@media (max-width: 480px) {
	.cf-modal-body {
		padding-bottom: 2.5rem;
	}
	.cf-modal-actions {
		gap: 1rem;
		justify-content: center;
	}
	.cf-modal-actions .cf-btn-green {
		width: 48%;
	}
	.cf-note-box {
		margin-left: 0;
	}
}
.cf-modal-body .cf-data-table tr:nth-child(even) {
	background-color: #F4F3F3 !important;
  }

/* Print */
@media print {
	.cf-non-print {
		display: none !important;
	}
header, footer, .MainIsiWrapper, .coverage-finder-ban, .find-coverage,   .full-section-finder
{
	display: none !important;
}
@media (max-width: 768px) {
.cf-coverage-finders .cf-data-table thead th{
	background-color: #2b7d2b !important;
	background: #2b7d2b !important; 
}
}
	.cf-modal-overlay {
		position: static !important;
		height: auto !important;
		min-height: 100% !important;
		background: none !important;
		overflow: visible !important;
		display: block !important;
	}

	.cf-modal-overlay:not(.cf-modal-open) {
		display: none !important;
	}

	.cf-modal-content {
		height: auto !important;
		overflow: visible !important;
		display: block !important;
	}

	.cf-modal-body {
		overflow: visible !important;
		height: auto !important;
		page-break-inside: auto;
		padding: 0 !important;
	}

	.cf-modal-header,
	.cf-modal-actions {
		display: none !important;
	}

	.cf-modal-contact {
		display: none !important;
	}

	.cf-left-section p, .cf-disclaimer p{
	font-size: 0.8rem !important;
	line-height: 1.2rem !important;
	}
.cf-coverage-finders .cf-disclaimer {
    margin: 4rem 0px 3rem;
    padding-top: 2rem;
    border-top: 1px solid rgb(204, 204, 204) !important;
}
  .cf-left-section p strong {
	font-size: 0.8rem !important;
font-weight:500;
  }
  .cf-modal-body p.cf-pop-tbl-title {
    font-size: 0.8rem;
    font-weight: 500;
    margin-bottom: 1rem;
	
}
  .cf-left-section {
	background-color:#F5F5F5 !important;
	 font-size: 0.8rem;
    font-weight: 500;
  }
	.cf-coverage-finders .cf-data-table thead th {
		background-color: #2b7d2b !important;
		background: #2b7d2b !important;
		color: #fff !important;
		border: 1px solid #ccc;
	}

	.cf-coverage-finders .cf-data-table tbody td {
		border: 0;
	}
.cf-coverage-finders .cf-data-table tbody tr:nth-child(even) {
	background-color:#F4F3F3 !important;
	background:#F4F3F3 !important;
}
	.cf-disclaimer { 
		max-width: none !important;
		border-top: 1px solid #ccc !important;
		padding-top: 2rem;
	}
	 /* Force table back to desktop grid */
  .cf-data-table,
  .cf-data-table thead,
  .cf-data-table tbody,
  .cf-data-table th,
  .cf-data-table td,
  .cf-data-table tr {
    display: table !important;
    width: auto !important;
	 font-size: 0.7rem !important;
  }
.cf-data-table td::before {
    content: none !important;
  }
  .cf-data-table thead {
    display: table-header-group !important;
  }
  .cf-modal-body .cf-data-table tr:nth-child(even) {
	background-color: #F4F3F3 !important;
  }
.cf-coverage-finders .cf-data-table tbody td:nth-child(1) {
            /* background-color: #fff; */
            color: #000;
            font-weight:400 !important;
            padding: 0.2rem 0.5rem;
            border-radius: 0;
        
    }
  .cf-data-table tbody {
    display: table-row-group !important;
  }

  .cf-data-table tr {
    display: table-row !important;
  }

  .cf-data-table td,
  .cf-data-table th {
    display: table-cell !important;
	 color: #000;
            font-weight:400 !important;
            padding: 0.2rem 0.5rem;
            border-radius: 0;
  }
  .cf-coverage-finders .cf-data-table thead th {
	color: #000;
  }
  .cf-coverage-finders .cf-data-table thead th:first-child {
	text-align: left;
	width:12rem !important;
	min-width:12rem;
	padding-left:1rem;
}
    .cf-coverage-finders .cf-data-table tbody td:nth-child(2) {
         padding-top: 0.2rem; 
    }
.cf-coverage-finders .cf-data-table tbody td { 
    font-size: 1rem;
	font-weight: 400;
	vertical-align: top;
}
.cf-coverage-finders .cf-data-table tbody td:nth-child(1) {
        padding-left: 1rem; 
}
.cf-coverage-finders .cf-data-table thead th:nth-child(2) {
	width: 4rem !important;
	min-width: 4rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(3){
	width: 3rem !important;
	min-width: 3rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(4){
	width: 4rem !important;
	min-width: 4rem !important;
}
.cf-coverage-finders .cf-data-table thead th:nth-child(5){
	width: 13rem !important;
	min-width: 13rem !important;
}
    .cf-data-table tr { 
        background-color: #ffffff; 
    }
.Disclaimer {
  width: 100% !important;
  max-width: none !important;
  border: 1px solid #ccc !important;
}
.cf-date-text{
	display: block !important;
	text-align: right !important;
}
.modalBody {
  padding-left: 0;
  padding-right: 0 !important;
  padding-bottom: 0 !important;
  height: auto !important;
  overflow: visible !important;
  position: static !important;
  page-break-inside: auto !important;
}

table.cf-data-table thead  tr th {
  background-color: #2b7d2b !important;
  color: #ffffff !important;
  border: 1px solid #ccc;
  padding: 0.75rem;
}

table.cf-data-table thead {
  display: table-row-group !important;
}

table.cf-data-table tbody > tr > td {
  border: 1px solid #ccc;
}

.modalContent {
  height: auto !important;
  max-height: none !important;
  overflow: visible !important;
  position: static !important;
} 
  strong, b {
    white-space: normal !important;
    word-break: break-word !important;
    font-weight: 400 !important;
    font-size: inherit !important;
  }
  p strong {
    font-weight: 500 !important;   /* lighter than default 700 */
    font-size: 0.75rem !important; /* smaller size */
    white-space: normal !important; /* allow wrapping */
    word-break: break-word !important; /* break long words if needed */
    line-height: 1.2 !important;   /* tighter line spacing */
    display: inline !important;    /* ensure it behaves like normal text */
  }
 .cf-print-header {
    display: block !important; /* simplest: treat header as block in print */
  }

  /* OR if you want to keep flex but allow wrapping */
  .cf-print-header p,
  .cf-print-header strong,
  .cf-print-header span {
    white-space: normal !important;   /* allow line breaks */
    word-break: break-word !important; /* break long words if needed */
    overflow-wrap: anywhere !important; /* modern browsers */
    flex: 1 1 auto !important;         /* let text shrink/wrap */
  }
 

  .cf-left-section img {
    max-width: 100%;
    height: auto;
    width:8rem;
}
 
}

.screen-reader-text {
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	height: 1px;
	width: 1px;
	margin: -1px;
	overflow: hidden;
	padding: 0;
	position: absolute;
}




/* load more  */

/* Desktop: hide mobile load more (shown ≤768px only) */
.cf-coverage-finders .cf-load-more-wrap {
    display: none;
}
 
.cf-coverage-finders .cf-load-more-btn {
    font-size: 1.125rem;
    font-weight: 600;
    padding: 0.65rem 1.5rem;
    background: #00871d;
    color: #fff;
    border: none;
    cursor: pointer;
    border-radius: 0;
    min-width: 10rem;
}
 
.cf-coverage-finders .cf-load-more-btn:disabled {
    opacity: 0.45;
    cursor: not-allowed;
}

@media (max-width: 768px) {
    .cf-coverage-finders .cf-next-pre {
        display: none !important;
    }
 
    .cf-coverage-finders .cf-load-more-wrap {
        display: flex;
        justify-content: flex-start;
        align-items: center;
        width: 100%;
    }
 
    .cf-coverage-finders .cf-load-more-btn {
        width: 100%;
        max-width: 22rem;
    }
 
    .cf-coverage-finders .cf-controls {
               flex-direction: column-reverse;
        align-items: center;
        gap: 0;
    }
 
    .cf-coverage-finders .cf-footer { 
        align-items:flex-start;
		margin-top: 0.5rem;
    }
	.cf-coverage-finders .cf-filter-l { 
    gap: 0; 
}
    .cf-coverage-finders .cf-filters {
         
        border-bottom: 0;
        padding-bottom: 0;
		display: block;
    }
    .cf-coverage-finders .cf-filters-sec {
        /* flex-direction: column; */
        align-items: flex-start;
    }
	.cf-coverage-finders .cf-data-tables-search {
		margin-bottom: 1rem;
	}
	.cf-coverage-finders .cf-data-tables-search { 
    margin-bottom: 1rem;
	width: 100%;
	        max-width: unset;
}
.cf-coverage-finders .cf-filter-icon-box { 
    width: 100%;
	        align-items: baseline;
}
.cf-coverage-finders .cf-filters-sec .cf-select { 
    width: 50%; 
}
    .cf-coverage-finders .cf-tag {
        width: auto;
        text-align: left;
        height: 1rem;
        line-height: 1rem;
		font-weight: 500;
		font-size: 0.938rem;
    }
	.cf-coverage-finders .cf-tag1{ 
	 padding-left: 0!important;
	}
	.cf-coverage-finders .cf-top-bar .cf-showing {
		font-weight: 400;
		font-size: 0.938rem;
	  margin-left: 0 !important;
        margin-top: 0.7rem;
	}
	.cf-coverage-finders .cf-top-bar .cf-showing{
		display:block;
		width: 100%;
	}
	 
}