/* The background color for the tables #9C0006*/
body {
	font-family: 'helvetica', sans-serif;
	background-size:cover !important;
	-moz-background-size:cover !important;
	font-size:1vw !important;
	background-color:#fff;
	color: #a40000;
	margin: 0;
}

.curved {
	background:#a40000 left top no-repeat;
	padding:.1em .1em;
	-moz-border-radius:5px;
	-webkit-border-radius:5px;
	border-radius:5px;
	color:#000;
}

/* Define Links In General */
a { text-decoration:none; font-weight:bold;  color:#eee; }
a:hover { color:#111; }
a:visited { color:#ddd; }
a:visited:hover { color:#111; }

/* Define Links For Header & Footer */
a.top-link { color:#fff; }
a.top-link:hover { color: #eee; }
a.top-link:visited { color:#fff; }
a.top-link:visited:hover {color:#eee; }

/* Define Links For Body If Necessary */
a.link { color:#a40000; }
a.link:hover { color:#f10000; }
a.link:visited { color:#a40000; }
a.link:visited:hover {color:#f10000; }

/* Define Links In The Left Menu */
a.left-link { color: #fff; }
a.left-link:hover { color: #eee; }
a.left-link:visited { color: #fff; }
a.left-link:visited:hover { color: #eee; }

/* Cat Links */
a.cat-header { color: #000; }

a.cat-header:hover { 	color: #aaa; }
a.cat-header:visited { color: #000; }
a.cat-header:visited:hover { color: #aaa; }
a.cat-link { font-size:14px; font-size: clamp(11px, 4cqw, 14px); }
a.cat-link { color:#000000; }
a.cat-link:hover { color: #ddd; }
a.cat-link:visited { color:#000000; }
a.cat-link:visited:hover { color:#eee; }

td.top { vertical-align:top; }

.button {
  background-color: #a40000;
  border: none;
  color: #fff;
  padding: 8px 21px;
  text-align: center;
  text-decoration: none;
  display: inline-block;
  font-size: 14px;
  transition-duration: 0.4s;
}

.button:hover {
	background-color: #be0000;
	color: #fff !important;
	box-shadow: 0 12px 16px 0 rgba(0,0,0,0.24), 0 17px 50px 0 rgba(0,0,0,0.19);
}

.button:active {
	border:none;
	transform: translateY(3px);
}

input,textarea,select {
	background: #ffffff  left top no-repeat;
	padding: .1em .1em;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

div.top {
	height:5%;
	min-height:50px;
	width:90%;
	padding-top:5px;
	padding-bottom:5px;
	margin:auto;
	text-align:center;
}

div.middle {
	height:90%;
	width:90%;
	overflow:auto;
	margin:auto;
	text-align:center;
}

div.bottom {
	height:5%;
	min-height:50px;
	width: 90%;
	padding-top:5px;
	padding-bottom:5px;
	background-color:#a40000;
	margin:auto;
	margin-bottom:0px;
	position:relative;
	border-radius: 5px;
	border-top: 1px solid #a40000;
	text-align:center;
}

.topnav {
    height: 5%;
    min-height: 50px;
    padding-top: 5px;
    padding-bottom: 5px;
    background-color: #a40000;
    margin:auto;
    position: relative;
    border-radius: 5px;
    border-top: 1px solid #a40000;
    text-align: center;
	color: #fff;
}

.topnav > a:hover {
	color: #eee !important;
}

@media screen and (min-width: 601px) {
    .topnav {
        width: 90%;
    }
}

@media screen and (max-width: 600px) {
    .topnav {
        width: 100%;
    }
	body {
		font-size:2vw !important;
	}
}

.pcontent {
	margin:auto;
	width:100%;
	background:#fff;
	padding:20px 30px;
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	border-radius:5px;
}

.scontent {
	margin:auto;
	width:100%;
	background:#fff;
	padding:10px 10px;
	box-shadow:2px 2px 5px 1px rgba(0,0,0,0.2);
	border-radius:5px;
}

.adsense-product-ad,
.adsense-bottom-banner {
	width: 100%;
	max-width: 728px;
	min-height: 112px;
	border: 0.5px dotted #eee;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.adsense-sidebar-ad {
	width: 100%;
	max-width: 300px;
	min-height: 272px;
	border: 0.5px dotted #eee;
	text-align: center;
	margin: 0 auto;
	overflow: hidden;
}

.adsense-sidebar-ad ins,
.adsense-sidebar-ad iframe {
	max-width: 100%;
}

.adsense-sidebar-ad iframe {
	height: auto;
}

.adsense-bottom-banner ins,
.adsense-bottom-banner iframe {
	max-width: 100%;
}

.adsense-bottom-banner iframe {
	height: auto;
}

@media screen and (min-width: 601px) {
	div.smobile-body {display:none !important; } 
	div.sright-column {width:20%; max-width: 300px; min-width: 200px; }
	.pcontent { width:70%; }
	.scontent { width:80%; }
	.sheader { font-size: 32px; }
	input.stext { width:250px; }
	span.ad-announce { font-size:1vw; }
	.ssearch { max-width: 60%; }
	.sleft { width:75%; }
	.sright { width:25%; }
}

@media screen and (max-width: 600px) {
	p  {font-size:12pt !important; }
	td  {font-size:12pt !important; }
	.content  {font-size:12pt !important; }
	a  {font-size:12pt !important; }
	div.sdesktop-body {display:none !important; }
	div.sleft-column {width:100%; }
	.scontent-table {  }
	.pcontent { width:78%; }
	.scontent { width:88%; }
	.sheader { font-size: 18px; }
	input.stext { width:150px; }
	span.ad-announce { font-size:2vw; }
	.ssearch { max-width: 90%; }
	.sleft { width:70%; }
	.sright { width:30%; }
}

div.scroll {
	width:100%;
	margin: 4px,4px;
	padding: 4px;
	overflow-x: auto;
	overflow-y: hidden;
	white-space: nowrap;
}

div.scroll::-webkit-scrollbar {
	width: 15px;
}

div.scroll::-webkit-scrollbar-track {
	-webkit-box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
	border-radius: 2px;
}

div.scroll::-webkit-scrollbar-thumb {
	background: #ddd;
	width:25px;
}

.scroll_desc {
	margin-top:10px;
	margin-left:auto;
	margin-right:auto;
	display:-webkit-box;
	line-height:16px;
	-webkit-line-clamp: 5;
	-webkit-box-orient: vertical;
	background-color:transparent !important;
	border:.2px dashed #eee;
	padding:1px 1px 1px 1px;
	color:#d1d1d1;
	max-width:250px !important;
	height:180px;
	overflow:hidden;
	white-space:pre-wrap !important;
	text-overflow:ellipsis !important;
}

.snavigation { 
	width:100%; 
	margin:auto; 
	overflow:auto; 
	text-align:center; 
}

.ssearch { 
	width:100%; 
	margin:auto; 
	overflow:auto; 
	text-align:center; 
	padding-bottom:10px; 
}

/* -----------------------------
   Container
----------------------------- */
.scontainer {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
	margin: auto;
	border: none;
}

.sleft {
	display: flex;
	flex-wrap: wrap;
	flex: 1 1 auto;   /* take remaining space */
	align-items: flex-start;
	min-width: 0;     /* IMPORTANT for overflow control */
	text-align: left;
}

.sright {
	flex: 0 0 300px;  /* fixed sidebar */
	max-width: 300px;
}

/* Mobile stacking (phones) */
@media (max-width: 480px) {
	.scontainer {
		flex-direction: column;
	}

	.sright {
		flex: 1 1 auto;
		max-width: 100%;
		margin-top: 15px;
	}
}

/* -----------------------------
   End Container
----------------------------- */

.category { 
	text-align: center;
	padding: 2px 2px 2px 8px;
	border: .5px dotted #000;
	border-radius: 5px;

	width: 200px;
	min-width: 200px;
	max-width: 200px;

	overflow: hidden;
	margin: 5px;
	box-sizing: border-box;
}


/* -----------------------------
   BD list
----------------------------- */
ul {
    list-style-position: inside;
    padding-left: 0;
    margin-left: 0;
}

li {
    text-align: left;
}

/* -----------------------------
   Product video
----------------------------- */
.product-video {
	display:inline-block;
	padding-right:5px;
	width:100%;
	height: auto;
	max-width: 300px!important;
	max-height: 400px !important;
}

.product-video > table {
	text-align:center;
	background-color:#333;
	border:none;
	color:#fff !important;
}

.prodiframe {
	width:100%;
	height: auto;
	border:none;
	background-color:transparent;
}
/* -----------------------------
   Product image
----------------------------- */
.product-image {
	display:inline-block;
	/* padding-right:5px; */
	width:100%;
	height: auto;
	max-width: 300px!important;
	max-height: 400px;
}

.product-image > table {
	width:100%;
	height: auto;
	text-align:center;
	background-color:#333;
	border:none;
	color:#fff !important;
	overflow:hidden;
}

.prodimage {
	width:100%;
	height: auto;
	max-height:160px!important;
	border:none;
	background-color:#333;
}

.prodtitle {
	max-width: 295px;
	overflow:hidden;
	text-overflow: ellipsis;
}

/* -----------------------------
   Directory product scroll
----------------------------- */
.search-directory-page .product-scroll-cell {
	padding: 0 4px;
	vertical-align: top;
}

.search-directory-page .product-scroll-card {
	width: 300px !important;
	height: 275px !important;
	table-layout: fixed;
	text-align: center;
	background-color: #333 !important;
	border: 1px solid #000 !important;
	color: #fff !important;
	overflow: hidden;
}

.search-directory-page .product-scroll-title {
	width: 300px;
	height: 38px;
	max-width: 300px;
	padding: 0 8px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 38px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
	box-sizing: border-box;
}

.search-directory-page .product-scroll-media {
	width: 300px;
	height: 170px;
	padding: 0 6px;
	box-sizing: border-box;
	vertical-align: middle;
}

.search-directory-page .product-scroll-frame,
.search-directory-page .product-scroll-img {
	display: block;
	width: 100% !important;
	max-width: 288px;
	height: 162px !important;
	margin: 0 auto;
	border: none !important;
	background-color: #333 !important;
	object-fit: cover;
}

.search-directory-page .product-scroll-frame {
	aspect-ratio: 16 / 9;
}

.search-directory-page .product-scroll-action {
	height: 67px;
	padding: 9px 8px;
	box-sizing: border-box;
	vertical-align: middle;
}

.search-directory-page .product-scroll-action .button {
	margin-top: 0 !important;
}


/* -----------------------------
   FAQ
----------------------------- */
.faq {
  padding:22px 20px;
}
.faq details {
  border:1px solid #e6e6e6;
  border-radius:10px;
  padding:10px 12px;
  margin:8px 0;
}
.faq summary {
  cursor:pointer;
  font-weight:bold;
}

.section-title {
	color:navy;
}

/* -----------------------------
   Search lobby and directory
----------------------------- */
.search-lobby-page,
.search-directory-page {
	min-width: 360px;
	background: #f6f7f9;
	color: #202124;
	font-size: 16px !important;
	line-height: 1.55;
}

.search-lobby-page a,
.search-directory-page a {
	color: #9b1116;
}

.search-lobby-page a:hover,
.search-directory-page a:hover {
	color: #c5171d;
}

.search-lobby-continue {
	display: flex;
	align-items: center;
	justify-content: center;
	width: min(1120px, calc(100% - 32px)) !important;
	min-height: 54px;
	height: auto;
	margin: 24px auto 0;
	padding: 0;
	border: 1px solid #8f0000;
	border-radius: 8px;
	background: #a40000;
	box-sizing: border-box;
}

.search-lobby-continue a,
.search-lobby-continue a:visited,
.search-lobby-footer a,
.search-lobby-footer a:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	color: #fff !important;
	font-size: 15px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.search-lobby-continue a,
.search-lobby-continue a:visited {
	width: 100%;
	min-height: 54px;
}

.search-lobby-continue a:hover,
.search-lobby-continue a:focus,
.search-lobby-footer a:hover,
.search-lobby-footer a:focus {
	color: #ffe2e2 !important;
	text-decoration: none;
}

.search-lobby-shell,
.search-directory-shell {
	width: 100%;
	padding: 24px 0 0;
	box-sizing: border-box;
}

.search-lobby-shell {
	padding-top: 0;
}

.search-lobby-card,
.search-directory-card {
	width: min(1120px, calc(100% - 32px));
	margin: 0 auto;
	padding: 28px;
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(21, 27, 38, 0.08);
	box-sizing: border-box;
	color: #202124;
}

.search-lobby-intro,
.search-directory-hero {
	padding: 28px;
	border: 1px solid #eceff3;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff 0%, #fafafa 60%, #f3f5f8 100%);
	text-align: left;
}

.search-directory-kicker {
	margin: 0 0 6px;
	color: #626a73;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.search-directory-title {
	margin: 0;
	color: #111827;
	font-size: 36px;
	line-height: 1.12;
	letter-spacing: 0;
}

.search-directory-summary {
	max-width: 760px;
	margin: 14px 0 0;
	color: #374151;
	font-size: 17px !important;
}

.search-lobby-feature {
	width: min(100%, 360px);
	min-height: 250px;
	margin: 22px auto 0;
	padding: 12px;
	border: 1px solid #111827;
	border-radius: 8px;
	background: #202124;
	box-sizing: border-box;
	color: #fff !important;
	text-align: center;
}

.search-lobby-feature span {
	display: block;
	margin-bottom: 8px;
	color: #fff;
	font-size: 15px !important;
	line-height: 1.3;
}

.search-lobby-feature iframe {
	width: 100%;
	max-width: 300px;
	aspect-ratio: 16 / 9;
	height: auto;
}

.search-lobby-feature .button,
.search-lobby-feature .button:visited {
	border-radius: 6px;
	color: #fff !important;
}

.search-lobby-ad {
	margin-top: 24px;
	text-align: center;
}

.search-lobby-page .homead {
	width: 100% !important;
	max-width: 970px;
	height: auto !important;
}

.search-lobby-page .homeadimg {
	display: block;
	width: 100% !important;
	max-width: 970px;
	max-height: 320px;
	height: auto !important;
	margin: 0 auto;
	border: 1px solid #e6e9ed !important;
	border-radius: 8px !important;
	object-fit: contain;
	background: #fff;
}

.search-lobby-footer {
	width: min(1120px, calc(100% - 32px)) !important;
	margin-top: 0;
}

.search-directory-page .scontent {
	width: min(1120px, calc(100% - 32px));
	padding: 28px;
	box-sizing: border-box;
}

.search-featured-ad {
	margin: 22px auto;
	text-align: center;
}

.search-toolbar {
	margin: 0 0 24px;
	padding: 18px;
	border: 1px solid #e6e9ed;
	border-radius: 8px;
	background: #fff;
	text-align: center;
}

.search-directory-page .snavigation p,
.search-lobby-page .snavigation p {
	margin: 0;
	color: #9b1116;
	font-size: 15px !important;
	line-height: 1.6;
}

.search-directory-page .snavigation a,
.search-directory-page .snavigation a:visited,
.search-lobby-page .snavigation a,
.search-lobby-page .snavigation a:visited {
	color: #9b1116;
	font-size: 15px !important;
	font-family: Helvetica, Arial, sans-serif;
	font-weight: 700;
	text-decoration: none;
}

.search-directory-page .snavigation a:hover,
.search-directory-page .snavigation a:focus,
.search-lobby-page .snavigation a:hover,
.search-lobby-page .snavigation a:focus {
	color: #c5171d;
	text-decoration: none;
}

.search-lobby-page .button,
.search-lobby-page .button:visited,
.search-directory-page .button,
.search-directory-page .button:visited {
	display: inline-block;
	padding: 8px 21px;
	border: 1px solid #8f0000;
	border-radius: 6px;
	background: linear-gradient(180deg, #bd0000 0%, #930000 100%);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
	transition: background-color 0.2s ease, box-shadow 0.2s ease, transform 0.2s ease;
}

.search-lobby-page .button:hover,
.search-lobby-page .button:focus,
.search-directory-page .button:hover,
.search-directory-page .button:focus {
	background: linear-gradient(180deg, #d00000 0%, #a40000 100%);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
	color: #fff !important;
	text-decoration: none;
}

.search-lobby-page .button:active,
.search-directory-page .button:active {
	transform: translateY(2px);
}

.search-directory-page .ssearch {
	margin-top: 12px;
}

.search-layout {
	display: grid;
	grid-template-columns: minmax(0, 1fr) 320px;
	gap: 32px;
	align-items: start;
}

.search-main {
	min-width: 0;
}

.search-sidebar {
	display: grid;
	gap: 24px;
	justify-items: center;
	min-width: 0;
	align-self: start;
}

.search-sidebar-item {
	width: 100%;
	max-width: 300px;
	margin: 0 auto;
	text-align: center;
	overflow: hidden;
}

.search-sidebar-item > *,
.search-sidebar img,
.search-sidebar iframe,
.search-sidebar ins {
	max-width: 100%;
}

.search-sidebar img,
.search-sidebar iframe {
	height: auto;
}

.search-content-section {
	margin-top: 26px;
}

.search-content-section:first-child {
	margin-top: 0;
}

.search-section-link {
	margin: -6px 0 18px;
}

.search-directory-page .search-section-link a,
.search-directory-page .search-section-link a:visited {
	color: #9b1116;
	font-size: 15px !important;
	font-weight: 700;
	text-decoration: none;
}

.search-directory-page .search-section-link a:hover,
.search-directory-page .search-section-link a:focus {
	color: #c5171d;
	text-decoration: none;
}

.search-listing-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 300px));
	gap: 18px;
	width: 100%;
	min-width: 0;
	justify-content: start;
}

.search-listing-card {
	display: grid;
	grid-template-rows: auto 1fr auto;
	align-items: start;
	min-width: 0;
	width: 300px;
	max-width: 100%;
	min-height: 275px;
	padding: 12px;
	box-sizing: border-box;
	text-align: center;
	background: #333;
	border: 1px solid #fff;
	color: #fff !important;
	overflow: hidden;
}

.search-listing-card h3 {
	margin: 0 0 10px;
	color: #fff !important;
	font-size: 16px !important;
	line-height: 1.2;
	overflow-wrap: anywhere;
	word-break: normal;
}

.search-listing-desc {
	box-sizing: border-box;
	width: 100%;
	max-width: 100%;
	height: 170px;
	margin: 0 auto 12px;
	padding: 8px;
	display: -webkit-box;
	-webkit-line-clamp: 7;
	-webkit-box-orient: vertical;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: normal;
	font-size: 15px;
	line-height: 1.3;
	overflow-wrap: anywhere;
	word-break: normal;
	color: #d1d1d1;
	border: 0.2px dashed #eee;
}

.search-listing-card .button {
	justify-self: center;
	margin-top: 0;
}

.search-mobile-ad {
	width: 100%;
	max-width: 100%;
	margin: 36px auto 0;
	text-align: center;
	clear: both;
}

.search-bottom-feature {
	margin-top: 24px;
	text-align: center;
}

.search-bottom-feature table {
	margin: 0 auto;
}

.search-category-grid {
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
	gap: 16px;
	align-items: start;
}

.search-directory-page .search-category-grid .category {
	width: 100%;
	min-width: 0;
	max-width: none;
	margin: 0;
	text-align: left;
}

.search-directory-page .search-category-grid .category h4 {
	margin: 0 0 12px;
	text-align: center;
}

.search-directory-page .scontainer {
	gap: 18px;
}

.search-directory-page .sright {
	flex: 0 0 300px;
}

.search-directory-page .sdesktop-body h3,
.search-directory-page .smobile-body h3,
.search-directory-page > h3,
.search-directory-card h3 {
	color: #111827;
	font-size: 20px;
	letter-spacing: 0;
}

.search-directory-page .sdesktop-body p,
.search-directory-page .smobile-body p,
.search-directory-card p {
	color: #374151;
	font-size: 15px !important;
}

.search-directory-page .category {
	border: 1px solid #e1e5ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 8px 22px rgba(21, 27, 38, 0.05);
}

.search-directory-page .cat-header,
.search-directory-page .cat-header:visited {
	color: #111827;
}

.search-directory-page .cat-link,
.search-directory-page .cat-link:visited {
	color: #9b1116;
}

@media screen and (max-width: 782px) {
	.search-lobby-page,
	.search-directory-page {
		font-size: 15px !important;
	}

	.search-directory-shell {
		width: 100%;
		padding: 0;
	}

	.search-directory-card,
	.search-directory-page .scontent {
		width: 100% !important;
		max-width: 100%;
		margin: 0;
		border-radius: 0;
	}

	.search-lobby-continue,
	.search-lobby-card {
		width: min(100% - 18px, 1120px) !important;
	}

	.search-lobby-card,
	.search-directory-page .scontent {
		padding: 12px !important;
	}

	.search-lobby-shell {
		padding: 10px 0;
	}

	.search-lobby-intro,
	.search-directory-hero {
		padding: 18px;
	}

	.search-directory-title {
		font-size: 28px !important;
	}

	.search-directory-summary {
		font-size: 15px !important;
	}

	.search-toolbar {
		padding: 16px;
	}

	.search-directory-page .snavigation p,
	.search-directory-page .snavigation a,
	.search-lobby-page .snavigation p,
	.search-lobby-page .snavigation a {
		font-size: 15px !important;
	}

	.search-directory-page .scontainer {
		display: block;
	}

	.search-layout {
		grid-template-columns: 1fr;
		gap: 28px;
	}

	.search-sidebar {
		gap: 26px;
		margin-top: 6px;
		padding-top: 22px;
		border-top: 1px solid #e6e9ed;
	}

	.search-sidebar-item {
		max-width: min(100%, 360px);
	}

	.adsense-bottom-banner {
		max-width: 468px;
		min-height: 82px;
	}

	.adsense-product-ad {
		max-width: 468px;
		min-height: 82px;
	}

	.adsense-product-ad ins,
	.adsense-bottom-banner ins {
		width: 468px !important;
		height: 60px !important;
	}

	.search-category-grid {
		grid-template-columns: 1fr;
		gap: 12px;
	}

	.search-directory-page .sleft,
	.search-directory-page .sright {
		width: 100% !important;
		max-width: 100%;
	}

	.search-directory-page .sright {
		margin-top: 18px;
		text-align: center;
	}

	.search-directory-page .category {
		width: 100%;
		min-width: 0;
		max-width: 100%;
		margin: 8px 0;
		text-align: left;
	}

	.search-lobby-feature {
		width: 100%;
	}
}

/* -----------------------------
   Public business profile
----------------------------- */
.profile-page {
	background: #f6f7f9;
	color: #202124;
	font-size: 16px !important;
	line-height: 1.55;
}

.profile-page a {
	color: #9b1116;
}

.profile-page a:hover {
	color: #c5171d;
}

.profile-page .pcontent {
	width: min(1120px, calc(100% - 32px));
	box-sizing: border-box;
}

.profile-shell {
	width: 100%;
	padding: 24px 0;
}

.profile-card {
	border: 1px solid #e2e6ea;
	border-radius: 8px;
	background: #fff;
	box-shadow: 0 18px 45px rgba(21, 27, 38, 0.08);
	color: #202124;
}

.profile-ad-slot {
	margin: 0 auto 18px;
	text-align: center;
	width: 100%;
	max-width: 728px;
	max-height: 110px;
	overflow: hidden;
}

.profile-ad-slot > div,
.profile-ad-slot ins,
.profile-ad-slot iframe {
	max-width: 100% !important;
	max-height: 90px !important;
}

.profile-ad-slot ins,
.profile-ad-slot iframe {
	height: 90px !important;
}

.profile-ad-slot-bottom {
	margin-top: 22px;
	margin-bottom: 10px;
}

.profile-nav {
	margin: 0 0 22px;
	text-align: center;
}

.profile-hero {
	display: grid;
	grid-template-columns: 112px minmax(0, 1fr);
	gap: 24px;
	align-items: start;
	padding: 28px;
	border: 1px solid #eceff3;
	border-radius: 8px;
	background: linear-gradient(135deg, #fff 0%, #fafafa 60%, #f3f5f8 100%);
}

.profile-qr {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 112px;
	height: 112px;
	border: 1px solid #e1e5ea;
	border-radius: 8px;
	background: #fff;
}

.profile-qr img {
	display: block;
	width: 88px;
	height: 88px;
	border: 0;
}

.profile-kicker {
	margin: 0 0 6px;
	color: #626a73;
	font-size: 13px !important;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.profile-title {
	margin: 0;
	color: #111827;
	font-size: 36px;
	line-height: 1.12;
	letter-spacing: 0;
}

.profile-title a,
.profile-title a:visited {
	color: #111827;
	text-decoration: none;
}

.profile-summary {
	max-width: 780px;
	margin: 16px 0 0;
	color: #374151;
	font-size: 17px !important;
}

.profile-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
	margin-top: 20px;
}

.profile-page .profile-button,
.profile-page .profile-button:visited {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-height: 42px;
	padding: 0 18px;
	border-radius: 6px;
	font-size: 14px !important;
	font-weight: 700;
	text-decoration: none;
}

.profile-page .profile-button-primary,
.profile-page .profile-button-primary:visited {
	background: #a40000;
	border: 1px solid #a40000;
	color: #fff !important;
}

.profile-page .profile-button-primary:hover {
	background: #be0000;
	color: #fff !important;
}

.profile-page .profile-button-secondary,
.profile-page .profile-button-secondary:visited {
	background: #fff;
	border: 1px solid #cfd6dd;
	color: #202124 !important;
}

.profile-page .profile-button-secondary:hover {
	border-color: #a40000;
	color: #a40000 !important;
}

.profile-overview {
	display: grid;
	grid-template-columns: minmax(0, 1.35fr) minmax(280px, 0.65fr);
	gap: 18px;
	margin-top: 18px;
}

.profile-info-panel,
.profile-section {
	border: 1px solid #e6e9ed;
	border-radius: 8px;
	background: #fff;
}

.profile-info-panel {
	padding: 22px;
}

.profile-panel-title,
.profile-section .section-title {
	margin: 0 0 16px;
	color: #111827;
	font-size: 20px;
	line-height: 1.25;
	letter-spacing: 0;
}

.profile-details {
	display: grid;
	gap: 14px;
	margin: 0;
}

.profile-details div {
	display: grid;
	grid-template-columns: 110px minmax(0, 1fr);
	gap: 12px;
	padding-bottom: 14px;
	border-bottom: 1px solid #eef1f4;
}

.profile-details div:last-child {
	padding-bottom: 0;
	border-bottom: 0;
}

.profile-details dt {
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	text-transform: uppercase;
}

.profile-details dd {
	min-width: 0;
	margin: 0;
	color: #202124;
	word-break: break-word;
}

.profile-socials {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
	min-height: 34px;
	margin-bottom: 18px;
}

.profile-socials a {
	display: inline-flex;
}

.profile-socials img {
	width: 32px !important;
	height: 32px !important;
	border-radius: 6px !important;
}

.profile-meta-group {
	padding-top: 16px;
	border-top: 1px solid #eef1f4;
}

.profile-meta-group h3 {
	margin: 0 0 8px;
	color: #667085;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: 0;
	text-transform: uppercase;
}

.profile-tags,
.profile-category {
	margin: 0;
	color: #202124;
}

.profile-section {
	margin-top: 18px;
	padding: 24px;
}

.profile-page .faq {
	padding: 24px;
}

.profile-page .faq .wrap {
	max-width: 100%;
}

.profile-page .faq details {
	border: 1px solid #e1e5ea;
	border-radius: 8px;
	padding: 0;
	margin: 10px 0;
	overflow: hidden;
	background: #fff;
}

.profile-page .faq summary {
	padding: 14px 16px;
	color: #111827;
	font-size: 15px;
	font-weight: 700;
}

.profile-page .faq details[open] summary {
	border-bottom: 1px solid #eef1f4;
	background: #fafafa;
}

.profile-page .faq details p {
	margin: 0;
	padding: 14px 16px 16px;
	color: #374151;
	font-size: 15px !important;
}

.profile-page .section-title {
	color: #111827;
}

.profile-page div.scroll {
	width: 100% !important;
	margin: 10px 0 18px;
	padding: 8px 0 12px;
}

.profile-page div.scroll .button,
.profile-page div.scroll .button:visited {
	display: inline-block;
	min-width: 136px;
	padding: 8px 20px;
	border: 1px solid #8f0000;
	border-radius: 6px;
	background: linear-gradient(180deg, #bd0000 0%, #930000 100%);
	box-shadow: 0 2px 0 rgba(0, 0, 0, 0.18);
	color: #fff !important;
	font-family: Helvetica, Arial, sans-serif;
	font-size: 14px !important;
	font-weight: 700;
	text-align: center;
	text-decoration: none;
}

.profile-page div.scroll .button:hover,
.profile-page div.scroll .button:focus {
	background: linear-gradient(180deg, #d00000 0%, #a40000 100%);
	box-shadow: 0 8px 18px rgba(0, 0, 0, 0.22);
	color: #fff !important;
	text-decoration: none;
}

.profile-footer-note {
	margin: 20px auto 0;
	padding-top: 16px;
	border-top: 1px solid #eef1f4;
}

@media screen and (max-width: 760px) {
	.profile-page .pcontent {
		width: min(100% - 18px, 1120px);
		padding: 12px !important;
	}

	.profile-shell {
		padding: 10px 0;
	}

	.profile-page .profile-ad-slot {
		max-height: 76px;
		margin-bottom: 14px;
	}

	.profile-page .profile-ad-slot > div,
	.profile-page .profile-ad-slot ins,
	.profile-page .profile-ad-slot iframe {
		width: 100% !important;
		max-width: 320px !important;
		max-height: 60px !important;
	}

	.profile-page .profile-ad-slot ins,
	.profile-page .profile-ad-slot iframe {
		height: 60px !important;
	}

	.profile-hero {
		grid-template-columns: 1fr;
		gap: 16px;
		padding: 18px;
	}

	.profile-qr {
		width: 84px !important;
		height: 84px !important;
	}

	.profile-qr img {
		width: 66px !important;
		height: 66px !important;
	}

	.profile-title {
		font-size: 26px !important;
	}

	.profile-summary {
		font-size: 15px !important;
		color: #374151 !important;
	}

	.profile-actions {
		display: grid;
		grid-template-columns: 1fr;
	}

	.profile-page .profile-button,
	.profile-page .profile-button:visited {
		width: 100%;
		box-sizing: border-box;
		font-size: 15px !important;
	}

	.profile-overview {
		grid-template-columns: 1fr;
	}

	.profile-info-panel {
		padding: 18px;
	}

	.profile-panel-title,
	.profile-section .section-title {
		font-size: 20px !important;
	}

	.profile-details div {
		grid-template-columns: 1fr;
		gap: 4px;
	}

	.profile-details dt {
		font-size: 12px !important;
	}

	.profile-details dd,
	.profile-details dd a,
	.profile-tags,
	.profile-category {
		font-size: 15px !important;
		line-height: 1.45;
	}

	.profile-socials {
		gap: 6px;
	}

	.profile-socials img {
		width: 30px !important;
		height: 30px !important;
	}

	.profile-page .faq {
		padding: 18px;
	}

	.profile-page .faq summary {
		font-size: 14px !important;
		line-height: 1.35;
	}
}
