:root {
  --primary: #f07725;   /* SSL Store orange */
  --secondary: #29306c; /* Dark navy */
  --text-main: #29306c;
  --text-muted: #4F4F4F;
  --border: #29306c;
  --bg-light: #e1e3ef;
}
p{margin-bottom: 20px;}
h1{clear: both; color: #29306c; font-size: 42px; line-height: 36px; font-family: 'yantramanavbold', 'yantramanav', sans-serif; font-weight: normal; margin-bottom: 15px;}
h2{font-size: 24px; line-height: 26px; margin-bottom: 20px;}

.acme-filter-tiles {display: flex; justify-content: center; align-items: center; flex-wrap: wrap; gap: 8px; margin: 0 auto 24px; max-width: 72%;}

.acme-filter-tile {border: 2px solid var(--border); background: #fff; color: var(--secondary); cursor: pointer; gap: 8px; padding: 17px 20px; border-radius: 6px; color: #4F4F4F; font-size: 16px; transition: all 0.2s ease; font-family: 'yantramanavbold', 'yantramanav', sans-serif; 	display: flex; align-items: center;}
.acme-filter-tile:hover {border-color: var(--primary); color: var(--primary);}
.acme-filter-tile.active {background: var(--primary); border-color: var(--primary); color: #fff;}
.env-heading {font-size: 22px; font-weight: 600; color: var(--secondary);}

.acme-badge {display: inline-block; padding: 8px 12px; border-radius: 2px; font-size: 11px; font-weight: 600; text-align: center; text-transform: uppercase;}

.badge-limited{background-color: var(--primary) !important; color: #fff !important;}
.badge-yes{background: #54a447 !important; color: #fff !important;}
.badge-no{background: #d9534f !important; color: #fff !important;}

.acme-filter-container, .acme-hosting-search-container{text-align: center;}
.acme-search-container, .acme-hosting-search-container {margin-bottom: 20px;}
.acme-search-input {padding: 10px 14px !important; border-radius: 4px; border: 1px solid #c8c8c8 !important; font-size: 16px; background: transparent !important; margin-bottom: 5px; max-width: 50%; width: 100%;}
.acme-search-input:focus {outline: none; border-color: var(--primary); box-shadow: 0 0 0 3px rgba(41, 48, 108, 0.1);}

.tablepress-responsive{overflow-x: auto; -webkit-overflow-scrolling: touch;}
.tablepress>:where(thead,tfoot)>tr>* {background-color: var(--secondary) !important; color: #fff !important;}
.tablepress {background: #fff; border: 1px solid var(--border); width: 100%; transition: all .2s ease; margin-bottom:2rem !important;}
.tablepress tbody tr:hover {box-shadow: 0 0 10px rgba(0,0,0,0.2);}
.tablepress thead th{border: none !important; white-space: nowrap; font-size: 13px; padding: 1.25rem 1rem !important;}
.tablepress thead th:first-child{border-radius: 4px 0 0 0;}
.tablepress thead th:last-child{border-radius: 0 4px 0 0;}
.tablepress .column-1{width: 20%;}
.tablepress .column-2{width: 20%;}
.tablepress .column-3{width: 10%;}
.tablepress .column-4{width: 10%;}
.tablepress .column-5{width: 30%;}
.tablepress .column-6{width: 10%;}
.tablepress tbody td {padding: 1rem !important; border-left: none !important; border-right: none !important; border-top: none !important; vertical-align: middle; font-size: 0.875rem; color: #4f4f4f !important;} 

.acme-bottom-spacer {height: 20px; line-height: 20px;}

.acme-hidden {display: none !important;}
.acme-section-link{white-space: nowrap;}

@media only screen and (max-width :992px) {
	.acme-filter-tile{padding: 12px 16px; font-size:14px;}
	.acme-filter-tiles {max-width: 100%}
}
@media only screen and (max-width :768px) {
	.acme-search-input{max-width: 100%;}
	.acme-filter-tile{padding: 8px 12px; font-size: 12px; gap: 4px;}
}