/* ============================================
   FONTS
   ============================================ */
@font-face
{
  font-family: eras;
  src: url('../../fonts/ErasITC-Demi.woff');
  font-display:swap;
}
@font-face
{
	font-family: rbb;
	src: url('../../fonts/Roboto-Bold.ttf');
	font-display:swap;
}
@font-face
{
	font-family: rbr;
	src: url('../../fonts/Roboto-Regular.ttf');
	font-display:swap;
}
@font-face
{
	font-family: rex;
	src: url('../../fonts/Rex Bold.woff');
	font-display:swap;
}

/* ============================================
   HEADER
   ============================================ */
header
{
	padding-top: 10px;
}

/* ============================================
   MOBILE MENU
   ============================================ */
.mobile-menu-toggle
{
    display: none;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 40px;
    height: 40px;
    background: none;
    border: 2px solid #409dbe;
    border-radius: 5px;
    cursor: pointer;
    padding: 6px;
    position: fixed;
    top: 10px;
    right: 15px;
    z-index: 1000;
    gap: 4px;
}

.hamburger-bar
{
    display: block;
    width: 22px;
    height: 3px;
    background-color: #409dbe;
    border-radius: 2px;
    transition: all 0.3s ease;
}

.mobile-menu-toggle:hover .hamburger-bar
{
    background-color: #f79421;
}

.mobile-nav
{
    position: fixed;
    top: 0;
    right: -300px;
    width: 280px;
    height: 100%;
    background-color: #2a2a2a;
    z-index: 10000;
    overflow-y: auto;
    transition: right 0.3s ease;
    padding-top: 15px;
}

.mobile-nav.open
{
    right: 0;
}

.mobile-nav-overlay
{
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    z-index: 9999;
}

.mobile-nav-overlay.open
{
    display: block;
}

.mobile-nav-close
{
    text-align: right;
    padding: 10px 15px;
    color: white;
    font-size: 24px;
    cursor: pointer;
}

.mobile-nav-close:hover
{
    color: #f79421;
}

.mobile-menu-list
{
    list-style: none;
    margin: 0;
    padding: 0;
}

.mobile-menu-list li
{
    border-bottom: 1px solid #3a3a3a;
    position: relative;
}

.mobile-menu-list li a
{
    display: block;
    padding: 12px 20px;
    color: white;
    text-decoration: none;
    font-family: rbb;
    font-size: 15px;
}

.mobile-menu-list li a:hover
{
    background-color: #409dbe;
    color: white;
}

.mobile-menu-list li.active-page > a
{
    color: #f79421;
}

.mobile-menu-list ul
{
    list-style: none;
    margin: 0;
    padding: 0;
    display: none;
    background-color: #1a1a1a;
}

.mobile-menu-list li.mobile-sub-open > ul
{
    display: block;
}

.mobile-menu-list ul li a
{
    padding-left: 40px;
    font-size: 14px;
}

.mobile-sub-toggle
{
    position: absolute;
    right: 0;
    top: 0;
    width: 45px;
    height: 45px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #999;
    cursor: pointer;
    border-left: 1px solid #3a3a3a;
}

.mobile-sub-toggle:hover
{
    color: #f79421;
}

.mobile-sub-open > .mobile-sub-toggle i
{
    transform: rotate(180deg);
}

.mobile-sub-toggle i
{
    transition: transform 0.3s ease;
}

.clear
{
    clear: both;
}

.menu-area
{
	display: flex;
	justify-content: space-between;
	align-items: center;
}

.special-width
{
	width: 100%;
	max-width: 1300px;
	margin: auto;
}

.logo a img
{
	max-height: 80px;
}

.contact-info
{
	color: #f79421;
	font-family: eras;
	padding-left: 10px;
}

.header-search
{
	display: flex;
	align-items: center;
}

.menu-div
{
	text-align: center;
	font-family: rbb;
}

.sf-menu
{
	display: flex;
	justify-content: center;
	float: inherit !important;
}

.sf-menu li
{
	border-bottom: solid 8px transparent;
}

.sf-menu a
{
	color: black !important;
	border-right: solid 1px;
}

.sf-menu li:hover, .sfHover
{
	border-bottom: solid 8px #f79421;
}

.sf-menu li a:hover
{
	text-decoration: none;
}

.sf-menu li li:hover
{
	border-bottom: none !important;
	text-decoration: none;
}

.sf-menu li li
{
	background-color: white !important;
}

.sf-menu li li:hover
{
	background-color: black !important;
}

.sf-menu li li a:hover
{
	color: white !important;
}

.sf-arrows .sf-with-ul:after
{
	border-top-color: rgba(0, 0, 0, .5) !important;
}

.blue-sep
{
	background-color: #409dbe;
	height: 15px;
	width: 100%;
	margin-top: 10px;
}

.three-box
{
	display: flex;
	justify-content: center;
	margin-top: 30px;
}

.t-box
{
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #eeeeee;
	color: black;
	padding: 10px;
	border: solid 1px #949393;
	font-family: rbb;
	margin-bottom: 30px;
}

.star
{
	color: #f8ff25;
	padding-right: 10px;
}

.black-box
{
	background-color: #2a2a2a;
	color: white;
}

/* ============================================
   EDITING AREA
   ============================================ */
.editing-area
{
	width: 100%;
}

/* Edit toolbar - styled via Tailwind classes in session.php */
.editing-area .edit
{
	/* Legacy styles removed - now using Tailwind */
}

/* ============================================
   CK EDITOR IMAGE CLASSES
   ============================================ */
.ck_align_left
{
	float: left;
	margin-right: 20px;
	margin-bottom: 20px;
}

.ck_align_right
{
	float: right;
	margin-left: 20px;
	margin-bottom: 20px;
}

.ck_image_radius
{
	border-radius: 15px;
}

.ck_border_1
{
	padding: 5px;
	border: 1px solid #d9d7d4;
	-moz-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	-webkit-box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
	box-shadow: 0 0 5px 0 rgba(0, 0, 0, .17);
}

.ck_center
{
	 display: block !important;
	text-align: center;
}

.ck_photo_wrapper
{
	display: inline-block;
}

.ck_photo_position
{
	position: relative;
}

.ck_main_photo
{
	width: 100%;
}

.ck_photo_caption
{
	display: none;
}

.ck_caption_1
{
	text-align: center;
	display: block;
}

.ck_caption_2
{
	position: absolute;
	top: 100%;
	width: 100%;
	text-align: center;
	display: block;
}

.ck_caption_settings
{
	padding-left: 20px;
}

/* ============================================
   CONTENT TYPOGRAPHY
   ============================================ */
#e1
{
	font-family: rbr;
	font-size: 16px;
	line-height: 1.8;
	color: #3f4a5a;
}

.center-body
{
	text-align: center;
	font-family: rbb;
	text-transform: uppercase;
	letter-spacing: 3.2px;
}

.flex-body
{
	display: flex;
	justify-content: space-between;
	text-align: justify;
}

.flex-body div
{
	width: 48%;
	font-family: rbr;
	font-size: 18px;
	color: #706f6f;
}

.blue-text
{
	color: #409dbe;
	font-family: rbr;
	text-align: center;
	font-size: 18px;
	margin-top: 10px;
	margin-bottom: 10px;
}

.blue-text-2
{
	color: #409dbe;
	font-family: rbr;
	text-align: center;
	font-size: 18px;
	margin-top: -9px;
	margin-bottom: 10px;
}

/* ============================================
   HOMEPAGE SECTIONS
   ============================================ */
.black-bar
{
	width: 100%;
	max-width: 90px;
	height: 8px;
	background-color: black;
	margin: auto;
	margin-top: 20px;
	margin-bottom: 25px;
}

.three-image
{
	max-width: 800px;
	margin: 40px auto 0;
	text-align: center;
	padding: 10px;
}

.three-image img
{
	width: 100%;
}

.three-buttons
{
	display: flex;
	justify-content: center;
	margin-top: 20px;
}

.t-button
{
	width: 70px;
	height: 6px;
	margin: 2px;
}

.b1 { background-color: #ed1f24; }
.b2 { background-color: #f79421; }
.b3 { background-color: #409dbe; }

.color-1 { color: #d02329; }
.color-2 { color: #f79421; }
.color-3 { color: #409dbe; }

.mls-title
{
	font-family: rbb;
	text-transform: uppercase;
	text-align: center;
	margin-top: 40px;
	letter-spacing: 6px;
}

.img-1
{
	width: 100%;
	max-width: 800px;
	margin: auto;
	margin-top: 40px;
}

.img-1 img
{
	width: 100%;
}

.img-1-table
{
	width: 100%;
}

.img-1-table-div
{
	width: 100%;
	max-width: 800px;
	margin: auto;
	border: solid 1px #f8e0e1;
	margin-bottom: 55px;
}

.img-1-table td
{
	padding: 5px;
	font-family: rex;
	color: black;
	text-transform: uppercase;
	font-size: 15px;
	text-align: center;
}

.img-1-table tr:nth-child(even)
{
	background-color: #f8e0e1;
}

.img-1-table tr:nth-child(odd)
{
	background-color: #fceff0;
}

.yellow
{
	color: #f79421;
	font-size: 19px !important;
}

/* ============================================
   LOGO SECTION
   ============================================ */
.logo-section
{
	background-color: #f7f4ff;
	width: 100%;
	max-width: 800px;
	margin: auto;
	padding: 5px;
}

.large-black-title
{
	text-transform: uppercase;
	font-family: rbb;
	font-size: 18px;
	color: black;
	text-align: center;
}

.small-black-title
{
	margin-top: 15px;
	text-transform: uppercase;
	font-family: rbb;
	font-size: 14px;
	color: black;
	text-align: center;
}

.logos-flex
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}

.logo-box
{
	width: 15%;
	text-align: center;
	margin-top: 5px;
	margin-bottom: 10px;
}

.logo-box a
{
	color: #706f6f;
	font-family: rbr;
	font-weight: bold;
}

.logo-box img
{
	width: 100%;
	max-width: 75px;
}

.double-line
{
	width: 100%;
	max-width: 600px;
	margin: auto;
	border-top: solid 1px #d3d3d3;
	border-bottom: solid 1px #d3d3d3;
	padding: 2px;
	margin-top: 30px;
	margin-bottom: 30px;
}

.dual-title
{
	font-family: rbr;
	color: black;
	text-align: center;
	font-size: 20px;
	margin-bottom: 10px;
}

/* ============================================
   SERVICE BOXES
   ============================================ */
.section-div
{
	width: 100%;
	max-width: 800px;
	margin: auto;
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin-top: 30px;
}

.s-box
{
	display: flex;
	justify-content: space-between;
	width: 30%;
	margin-bottom: 30px;
	min-width: 240px;
	margin: 10px;
}

.s-box a { color: #d02329; }
.s-box a:hover { color: #706f6f; }

.s-icon
{
	color: #409dbe;
	font-size: 25px;
	margin-right: 30px;
}

.s-text-title
{
	font-family: rbr;
	font-size: 16px;
	font-weight: bold;
	color: #3d3e45;
}

.s-text-body
{
	font-family: rbr;
	color: #706f6f;
}

/* ============================================
   PARALLAX / TESTIMONIALS SECTION
   ============================================ */
.quote-back
{
	padding-top: 70px;
}

.special-width-3
{
	width: 100%;
	max-width: 800px;
	margin: auto;
}

.orange-flex
{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 250px;
}

.orange-text
{
	font-family: rbb;
	text-align: left;
	font-size: 30px;
	text-transform: uppercase;
}

.small-text
{
	padding-top: 20px;
	color: white;
	font-size: 12px;
	font-family: rbr;
	width: 100%;
	max-width: 400px;
	text-transform: inherit;
}

/* ============================================
   FOOTER
   ============================================ */
footer
{
	background: linear-gradient(180deg, #fbf7ef 0%, #f5efe2 100%);
	color: #4a4030;
	padding: 60px 40px 0;
	font-family: rbr;
	position: relative;
	border-top: 1px solid #ece5d3;
}

footer::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 3px;
	background: linear-gradient(90deg, #d02329 0%, #f79421 50%, #409dbe 100%);
}

footer a
{
	color: #4a4030;
	text-decoration: none;
	transition: color 0.15s ease;
}

.footer-flex
{
	display: grid;
	grid-template-columns: 1.6fr 1fr 1fr 1fr 1fr;
	gap: 32px;
	max-width: 1300px;
	margin: 0 auto;
	padding-bottom: 40px;
}

.foot-box
{
	min-width: 0;
}

.foot-box a
{
	display: block;
	color: #5a4e33;
	margin-top: 9px;
	font-size: 14px;
	line-height: 1.4;
}

.foot-box a:hover
{
	color: #d02329;
}

.foot-title
{
	font-family: rbb;
	color: #1f2a3a;
	font-size: 14px;
	text-transform: uppercase;
	letter-spacing: 1.5px;
	margin-bottom: 4px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(60, 50, 20, 0.12);
}

/* Brand column — logo, tagline, contact */
.foot-brand
{
	padding-right: 10px;
}

.foot-logo
{
	display: inline-block;
	padding: 14px 18px;
	background: #fff;
	border-radius: 6px;
	border: 1px solid #ece5d3;
	margin-bottom: 20px;
	box-shadow: 0 1px 3px rgba(60, 50, 20, 0.06);
}

.foot-logo img
{
	display: block;
	max-width: 200px;
	height: auto;
}

.foot-tagline
{
	font-size: 13.5px;
	line-height: 1.55;
	color: #6b5f45;
	margin: 0 0 16px;
	max-width: 320px;
}

.foot-contact
{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.foot-contact a
{
	color: #1f2a3a;
	font-size: 14px;
	display: inline-flex;
	align-items: center;
	gap: 8px;
	font-family: rbb;
}

.foot-contact a i
{
	color: #d02329;
	width: 14px;
	text-align: center;
	font-size: 13px;
}

.foot-contact a:hover
{
	color: #d02329;
}

/* Bottom bar */
.footer-bottom
{
	max-width: 1200px;
	margin: 0 auto;
	padding: 18px 0;
	border-top: 1px solid rgba(60, 50, 20, 0.15);
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 10px;
}

.footer-copy
{
	font-family: rbr;
	color: #8a7c5f;
	font-size: 12.5px;
	padding: 0;
}

.footer-credit
{
	font-size: 12px;
}

.footer-credit a
{
	color: #8a7c5f;
}

.footer-credit a:hover
{
	color: #d02329;
}

.no-block
{
	margin-left: auto;
	padding-top: 140px;
	width: 110px;
}

.no-block a
{
	float: left;
	display: block;
	margin: 5px;
	color: white;
}

@media (max-width: 900px)
{
	footer { padding: 40px 24px 0; }
	.footer-flex { grid-template-columns: 1fr 1fr; gap: 28px; }
	.foot-brand { grid-column: 1 / -1; }
	.foot-tagline { max-width: 100%; }
}

@media (max-width: 560px)
{
	.footer-flex { grid-template-columns: 1fr; }
	.footer-bottom { flex-direction: column; text-align: center; }
}

/* ============================================
   ACCORDION / TABS
   ============================================ */
.my-acc, .my-tab
{
	background: #ffffff;
	color: #2b3d52;
	cursor: pointer;
	padding: 18px 56px 18px 22px;
	width: 100%;
	border: 1px solid #e6ebf3;
	border-left: 4px solid #409dbe;
	text-align: left;
	outline: none;
	font-family: rbr;
	font-size: 17px;
	line-height: 1.4;
	transition: all 0.2s ease;
	border-radius: 8px;
	margin-bottom: 10px;
	position: relative;
	box-shadow: 0 2px 6px rgba(30, 40, 60, 0.04);
}

/* Chevron icon (pure CSS, no image) */
.my-acc::after, .my-tab::after
{
	content: '';
	position: absolute;
	top: 50%;
	right: 22px;
	width: 11px;
	height: 11px;
	border-right: 2px solid #409dbe;
	border-bottom: 2px solid #409dbe;
	transform: translateY(-70%) rotate(45deg);
	transition: transform 0.25s ease, border-color 0.25s ease;
}

.my-acc:hover, .my-tab:hover
{
	background: #f7f9fc;
	color: #2b3d52;
	border-left-color: #d02329;
	box-shadow: 0 4px 12px rgba(30, 40, 60, 0.08);
}

.my-acc:hover::after, .my-tab:hover::after
{
	border-color: #d02329;
}

/* Open state */
.my-active
{
	background: linear-gradient(135deg, #1a2332 0%, #2b3d52 100%);
	color: #ffffff;
	border-color: transparent;
	border-left: 4px solid #f79421;
	box-shadow: 0 6px 16px rgba(30, 40, 60, 0.16);
}

.my-active::after
{
	border-color: #ffffff;
	transform: translateY(-30%) rotate(-135deg);
}

/* Panel — content area beneath the button */
.my-panel
{
	padding: 18px 24px 22px;
	margin: -4px 0 16px;
	background: #fafbfd;
	border: 1px solid #e6ebf3;
	border-top: 0;
	border-radius: 0 0 8px 8px;
	font-family: rbr;
	font-size: 16px;
	line-height: 1.75;
	color: #3f4a5a;
}

.my-panel i
{
	color: #6b7689;
}

.vert-tabs
{
	display: flex;
	justify-content: space-between;
}

.my-tabs
{
	width: 25%;
}

.my-tabs-data
{
	width: 73%;
}

.show-mobile
{
	display: none;
}

/* ============================================
   3-TIER PRICING CARDS
   Mirrors .img-1-table-div aesthetic for visual consistency.
============================================ */
.tier-grid
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: stretch;
	gap: 20px;
	max-width: 1200px;
	margin: 40px auto 55px;
	padding: 0 10px;
}

.tier-card
{
	flex: 1 1 300px;
	max-width: 360px;
	display: flex;
	flex-direction: column;
	border: solid 1px #f8e0e1;
	background: #fff;
	position: relative;
}

.tier-card.featured
{
	border: solid 3px #f79421;
	box-shadow: 0 4px 14px rgba(0,0,0,0.18);
}

.tier-most-popular
{
	background: #f79421;
	color: #fff;
	text-align: center;
	padding: 6px 8px;
	font-family: rbr;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 1px;
}

.tier-header
{
	text-align: center;
	padding: 18px 12px;
	color: #fff;
	font-family: rbr;
}

.tier-header.silver   { background: #6b7280; }
.tier-header.gold     { background: #f79421; }
.tier-header.platinum { background: #d02329; }

.tier-name
{
	font-size: 28px;
	font-weight: bold;
	display: block;
	margin-bottom: 4px;
}

.tier-tagline
{
	font-size: 14px;
	font-weight: normal;
	display: block;
	margin-bottom: 10px;
	opacity: 0.95;
}

.tier-orig-price
{
	text-decoration: line-through;
	opacity: 0.7;
	font-size: 22px;
	margin-right: 6px;
	vertical-align: middle;
}

.tier-price
{
	font-size: 40px;
	font-weight: bold;
	vertical-align: middle;
}

.tier-table
{
	width: 100%;
	flex-grow: 1;
}

.tier-table td
{
	padding: 5px 8px;
	font-family: rex;
	color: black;
	text-transform: uppercase;
	font-size: 13px;
	text-align: center;
}

.tier-table tr:nth-child(even) { background-color: #f8e0e1; }
.tier-table tr:nth-child(odd)  { background-color: #fceff0; }

.tier-table .yellow
{
	color: #f79421;
	font-size: 16px !important;
}

.tier-table .feat-detail
{
	display: block;
	font-family: rex;
	font-size: 11px;
	color: #777;
	text-transform: none;
	margin-top: 2px;
	letter-spacing: 0.2px;
	line-height: 1.3;
}

.tier-cta-row
{
	background: #fff !important;
}

.tier-cta-row td
{
	padding: 12px 8px !important;
}

.tier-best-for
{
	text-align: center;
	font-size: 12px;
	color: #555;
	font-style: italic;
	padding: 10px;
	background: #fff;
}

@media (max-width: 980px)
{
	.tier-grid { gap: 30px; }
	.tier-card { flex: 1 1 100%; max-width: 500px; }
	.tier-card.featured { order: -1; }
}

/* Unified pricing promise panel — trust + savings + time-to-list */
.pricing-promise-bar
{
	max-width: 1100px;
	margin: 24px auto;
	padding: 8px 24px;
	background: #fff;
	border: 1px solid #f8e0e1;
	border-radius: 8px;
	box-shadow: 0 2px 8px rgba(0,0,0,0.05);
}

.pricing-promise-bar .promise-row
{
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 14px;
	padding: 14px 10px;
	text-align: center;
	font-family: rex;
	font-size: 15px;
	color: #333;
	border-bottom: 1px solid #f8e0e1;
	line-height: 1.4;
}

.pricing-promise-bar .promise-row:last-child
{
	border-bottom: none;
}

.pricing-promise-bar .promise-row > i
{
	color: #f79421;
	font-size: 20px;
	flex-shrink: 0;
}

.pricing-promise-bar .promise-row strong
{
	color: #d02329;
}

/* Savings row — slightly stronger emphasis but same family */
.pricing-promise-bar .promise-row-savings
{
	background: #fceff0;
	margin: 0 -24px;
	padding: 16px 24px;
	border-bottom: 1px solid #f8e0e1;
	border-top: 1px solid #f8e0e1;
}

.pricing-promise-bar .promise-savings-text
{
	font-family: rbr;
	font-size: 20px;
	color: #333;
}

.pricing-promise-bar .promise-savings-text strong
{
	color: #d02329;
	font-size: 26px;
	letter-spacing: 1px;
	margin: 0 4px;
}

.pricing-promise-bar .promise-flair
{
	color: #f79421 !important;
	font-size: 24px !important;
}

/* Contact line below pricing table */
.tier-contact-line
{
	text-align: center;
	margin: 16px auto 30px;
	font-family: rex;
	font-size: 16px;
	color: #555;
}

.tier-contact-line a
{
	color: #d02329;
	font-weight: bold;
	text-decoration: none;
}

/* ============================================
   PRICING / CONVERSION SECTIONS (listing page)
============================================ */
.pricing-intro
{
	max-width: 1100px;
	margin: 30px auto 0;
	padding: 20px 10px 0;
	text-align: center;
}

.pricing-intro .pricing-h1
{
	font-family: rbr;
	color: #d02329;
	font-size: 38px;
	font-weight: bold;
	letter-spacing: 0.5px;
	margin: 0 0 4px;
}

.pricing-intro .pricing-h2
{
	font-family: rbr;
	color: #409dbe;
	font-size: 22px;
	font-weight: normal;
	margin: 0;
}

@media (max-width: 750px)
{
	.pricing-intro .pricing-h1 { font-size: 28px; }
	.pricing-intro .pricing-h2 { font-size: 18px; }
}

/* Why Pay 3-6% savings calculator */
.savings-section
{
	background: #fceff0;
	padding: 40px 20px;
	margin: 30px 0;
}

.savings-section .savings-inner
{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

.savings-section h2
{
	font-family: rbr;
	color: #d02329;
	font-size: 32px;
	margin-bottom: 8px;
}

.savings-section .example-line
{
	font-family: rex;
	color: #333;
	font-size: 16px;
	margin-bottom: 20px;
}

.savings-grid
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
	max-width: 720px;
	margin: 0 auto;
}

.savings-box
{
	flex: 1 1 280px;
	background: #fff;
	border: 1px solid #f8e0e1;
	border-radius: 6px;
	padding: 20px;
	box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.savings-box .label
{
	font-family: rex;
	color: #555;
	font-size: 13px;
	text-transform: uppercase;
	letter-spacing: 1px;
	margin-bottom: 8px;
}

.savings-box .amount
{
	font-family: rbr;
	font-size: 30px;
	font-weight: bold;
}

.savings-box.bad  .amount { color: #d02329; }
.savings-box.good .amount { color: #2e7d32; }

.savings-section .keep-diff
{
	margin-top: 24px;
	font-family: rbr;
	color: #d02329;
	font-size: 22px;
}

/* How It Works (4-step) */
.howit-section
{
	max-width: 1100px;
	margin: 30px auto;
	padding: 30px 20px;
}

.howit-section h2
{
	font-family: rbr;
	color: #409dbe;
	text-align: center;
	font-size: 32px;
	margin-bottom: 30px;
}

.howit-grid
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 20px;
}

.howit-step
{
	flex: 1 1 220px;
	max-width: 250px;
	text-align: center;
	padding: 20px 16px;
	position: relative;
}

.howit-step .step-num
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	width: 64px;
	height: 64px;
	border-radius: 50%;
	color: #fff;
	font-family: rbr;
	font-size: 26px;
	margin-bottom: 14px;
	position: relative;
	z-index: 2;
	box-shadow: 0 6px 18px rgba(30, 40, 60, 0.18), inset 0 -3px 0 rgba(0,0,0,0.08);
}

/* Soft outer halo ring */
.howit-step .step-num::after
{
	content: '';
	position: absolute;
	inset: -7px;
	border-radius: 50%;
	border: 2px solid;
	opacity: 0.25;
	pointer-events: none;
}

.howit-step:nth-child(1) .step-num { background: linear-gradient(145deg, #e23a40 0%, #c01c22 100%); }
.howit-step:nth-child(2) .step-num { background: linear-gradient(145deg, #fba945 0%, #e8871a 100%); }
.howit-step:nth-child(3) .step-num { background: linear-gradient(145deg, #55b3d4 0%, #3889a8 100%); }
.howit-step:nth-child(4) .step-num { background: linear-gradient(145deg, #6b6b6b 0%, #444 100%); }

.howit-step:nth-child(1) .step-num::after { border-color: #d02329; }
.howit-step:nth-child(2) .step-num::after { border-color: #f79421; }
.howit-step:nth-child(3) .step-num::after { border-color: #409dbe; }
.howit-step:nth-child(4) .step-num::after { border-color: #555; }

.howit-step .step-text
{
	font-family: rex;
	color: #2b2f36;
	font-size: 14px;
	line-height: 1.5;
	max-width: 200px;
	margin: 0 auto;
}

/* Step connectors — gradient flow bars between circles, colors transition from one step's color to the next */
.howit-step:not(:last-child)::after
{
	content: '';
	position: absolute;
	top: 52px; /* vertical center of 64px circle (20px padding + 32px) */
	left: calc(50% + 38px); /* just past right edge of circle (32px radius + 6px breathing) */
	width: calc(100% - 56px); /* spans toward next circle */
	height: 4px;
	border-radius: 2px;
	pointer-events: none;
	z-index: 1;
	box-shadow: 0 1px 2px rgba(30, 40, 60, 0.08);
}

.howit-step:nth-child(1):not(:last-child)::after { background: linear-gradient(90deg, #d02329 0%, #f79421 100%); }
.howit-step:nth-child(2):not(:last-child)::after { background: linear-gradient(90deg, #f79421 0%, #409dbe 100%); }
.howit-step:nth-child(3):not(:last-child)::after { background: linear-gradient(90deg, #409dbe 0%, #555 100%); }

@media (max-width: 900px)
{
	.howit-step:not(:last-child)::after
	{
		top: auto;
		left: 50%;
		bottom: -22px;
		width: 4px;
		height: 22px;
		border-radius: 2px;
		transform: translateX(-50%);
	}
}

/* Final CTA banner */
.final-cta
{
	background: #1f2a3a;
	color: #fff;
	padding: 40px 20px;
	margin: 30px 0;
	text-align: center;
}

.final-cta h2
{
	font-family: rbr;
	color: #fff;
	font-size: 30px;
	margin-bottom: 18px;
}

.final-cta .urgency
{
	margin-top: 14px;
	font-family: rex;
	color: #f79421;
	font-size: 14px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.legal-note
{
	max-width: 900px;
	margin: 10px auto 30px;
	text-align: center;
	font-size: 12px;
	color: #777;
	font-style: italic;
}

@media (max-width: 980px)
{
	.tier-savings-callout { font-size: 18px; }
	.tier-savings-callout .savings-flair { font-size: 22px; }
	.tier-savings-callout .savings-text strong { font-size: 22px; }
	.savings-section h2 { font-size: 26px; }
	.howit-section h2 { font-size: 26px; }
}

/* ============================================
   2026 HOME PAGE REFRESH
   ============================================ */

/* Soften the solid bar above the three-image area */
.black-bar
{
	max-width: 60px;
	height: 3px;
	background: linear-gradient(90deg, #d02329 0%, #f79421 50%, #409dbe 100%);
	margin-top: 30px;
	margin-bottom: 30px;
	border-radius: 2px;
}

/* Three decorative stripe buttons — keep as subtle accent */
.three-buttons
{
	margin-top: 16px;
	margin-bottom: 10px;
	opacity: 0.75;
}

.t-button
{
	width: 50px;
	height: 4px;
	border-radius: 2px;
}

/* 1-2-3 MLS headline — cleaner spacing + softer weight */
.mls-title
{
	font-size: 22px;
	letter-spacing: 4px;
	margin-top: 50px;
	margin-bottom: 20px;
	color: #2b2f36;
}

/* Logo section — more padding, softer background */
.logo-section
{
	background-color: #f7f9fc;
	max-width: 960px;
	padding: 30px 20px;
	border-radius: 4px;
}

.large-black-title
{
	font-size: 17px;
	letter-spacing: 1px;
	color: #2b2f36;
}

.small-black-title
{
	font-size: 13px;
	color: #6b7280;
	text-transform: none;
	font-family: rbr;
	margin-top: 8px;
	margin-bottom: 18px;
}

/* Cleaner divider between sections */
.double-line
{
	max-width: 120px;
	border-top: none;
	border-bottom: 2px solid #e5e7eb;
	padding: 0;
	margin-top: 50px;
	margin-bottom: 40px;
}

.dual-title
{
	font-size: 24px;
	margin-top: 10px;
	margin-bottom: 6px;
	letter-spacing: 0.5px;
}

.blue-text-2
{
	margin-top: 4px;
	margin-bottom: 30px;
	font-size: 16px;
	color: #6b7280;
}

/* Services grid — 3 columns, softer card style */
.section-div
{
	max-width: 1000px;
	gap: 20px;
	margin-top: 40px;
	margin-bottom: 60px;
	justify-content: center;
}

.s-box
{
	display: flex;
	align-items: flex-start;
	width: calc(33.333% - 20px);
	min-width: 260px;
	margin: 0;
	padding: 24px 20px;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.03);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.s-box:hover
{
	box-shadow: 0 4px 12px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.s-icon
{
	color: #409dbe;
	font-size: 22px;
	width: 44px;
	height: 44px;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	background: #ecf6fa;
	border-radius: 50%;
	margin-right: 16px;
	flex-shrink: 0;
}

.s-text-title
{
	font-size: 16px;
	margin-bottom: 4px;
	color: #1f2937;
}

.s-text-body
{
	font-size: 14px;
	line-height: 1.5;
	color: #555;
}

@media (max-width: 900px)
{
	.s-box { width: calc(50% - 20px); }
}

@media (max-width: 640px)
{
	.s-box { width: 100%; min-width: 0; }
	.mls-title { font-size: 18px; letter-spacing: 3px; }
}

/* Listing Process page — divider between CMS content and marketing block */
.listing-process-divider
{
	max-width: 120px;
	margin: 50px auto 40px;
	border-bottom: 2px solid #e5e7eb;
}

/* ============================================
   HOME PAGE REDESIGN (2026)
   ============================================ */

/* --- WELCOME (CMS content styled as hero on home) --- */
.home-welcome
{
	background: linear-gradient(180deg, #f7fafd 0%, #eef3f9 100%);
	padding: 60px 20px 70px;
	text-align: center;
}

.home-welcome-inner
{
	max-width: 960px;
	margin: 0 auto;
}

/* H1 "Welcome to 123 Flat Fee!" */
.home-welcome-inner h1
{
	font-family: rbb;
	font-size: 54px;
	line-height: 1.05;
	color: #1f2a3a;
	margin: 0 auto 22px;
	letter-spacing: -0.5px;
	text-transform: none;
	text-align: center;
}

/* "Minnesota's best Home for Sale by Owner platform..." */
.home-welcome-inner .center-body
{
	font-family: rbb;
	font-size: 20px;
	letter-spacing: 1px;
	text-transform: none;
	color: #409dbe;
	line-height: 1.4;
	margin-bottom: 16px;
	max-width: 720px;
	margin-left: auto;
	margin-right: auto;
}

/* "Serving Since 1992" pill badge */
.home-welcome-inner .blue-text
{
	display: inline-block;
	font-family: rbr;
	font-size: 13px;
	letter-spacing: 2px;
	color: #5a6573;
	text-transform: uppercase;
	background: #fff;
	padding: 6px 16px;
	border-radius: 20px;
	border: 1px solid #dfe4ea;
	margin: 0 0 28px;
}

/* Two-column prose paragraphs */
.home-welcome-inner .flex-body
{
	display: flex;
	justify-content: space-between;
	gap: 36px;
	text-align: left;
	max-width: 920px;
	margin: 0 auto 32px;
}

.home-welcome-inner .flex-body > div
{
	width: calc(50% - 18px);
	font-family: rbr;
	font-size: 15.5px;
	line-height: 1.7;
	color: #4a5260;
}

.home-welcome-ctas
{
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin-bottom: 20px;
}

.home-welcome-trust
{
	font-family: rbr;
	font-size: 13px;
	color: #6b7280;
}

@media (max-width: 760px)
{
	.home-welcome { padding: 40px 20px 50px; }
	.home-welcome-inner h1 { font-size: 40px; }
	.home-welcome-inner .center-body { font-size: 17px; }
	.home-welcome-inner .flex-body { flex-direction: column; gap: 20px; }
	.home-welcome-inner .flex-body > div { width: 100%; }
}

.btn-hero-primary
{
	display: inline-block;
	background: #d02329;
	color: #fff !important;
	font-family: rbr;
	font-size: 17px;
	font-weight: bold;
	padding: 14px 32px;
	border-radius: 4px;
	text-decoration: none;
	transition: background 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 2px 6px rgba(208, 35, 41, 0.25);
	letter-spacing: 0.3px;
}

.btn-hero-primary:hover
{
	background: #a81d22;
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(208, 35, 41, 0.35);
	color: #fff !important;
}

.btn-hero-primary-lg
{
	font-size: 19px;
	padding: 16px 40px;
}

.btn-hero-ghost
{
	display: inline-block;
	background: transparent;
	color: #1f2a3a !important;
	font-family: rbr;
	font-size: 17px;
	font-weight: bold;
	padding: 13px 30px;
	border-radius: 4px;
	border: 2px solid #cbd5e1;
	text-decoration: none;
	transition: background 0.2s ease, border-color 0.2s ease;
	letter-spacing: 0.3px;
}

.btn-hero-ghost:hover
{
	background: #fff;
	border-color: #409dbe;
	color: #1f2a3a !important;
}

.home-hero-trust
{
	font-family: rbr;
	font-size: 13px;
	color: #6b7280;
	margin-top: 8px;
}

/* --- PROOF STRIP --- */
.proof-strip
{
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
	gap: 0;
	background: #1f2a3a;
	color: #fff;
	padding: 28px 20px;
}

.proof-item
{
	flex: 1 1 200px;
	text-align: center;
	padding: 8px 18px;
	border-right: 1px solid rgba(255, 255, 255, 0.1);
}

.proof-item:last-child { border-right: none; }

.proof-num
{
	font-family: rbb;
	font-size: 36px;
	color: #f79421;
	margin-bottom: 4px;
	line-height: 1;
}

.proof-label
{
	font-family: rbr;
	font-size: 13px;
	color: #dbe2ec;
	text-transform: uppercase;
	letter-spacing: 1px;
}

/* --- GENERIC HOME SECTION --- */
.home-section
{
	max-width: 1100px;
	margin: 60px auto;
	padding: 0 20px;
}

.home-section-head
{
	text-align: center;
	margin-bottom: 34px;
}

.home-section-h2
{
	font-family: rbb;
	font-size: 32px;
	color: #1f2a3a;
	margin: 0 0 10px;
	letter-spacing: -0.3px;
}

.home-section-sub
{
	font-family: rbr;
	font-size: 16px;
	color: #5a6573;
	margin: 0;
}

.home-section-cta
{
	text-align: center;
	margin-top: 34px;
}

/* About block (CMS-editable) inside special-width on home */
.home-about-wrap
{
	max-width: 820px;
	margin: 50px auto;
	padding: 0 20px;
	font-family: rbr;
	color: #4a5260;
	line-height: 1.65;
	font-size: 15px;
}

.home-about-wrap h2,
.home-about-wrap .home-about-title
{
	font-family: rbb;
	font-size: 24px;
	color: #1f2a3a;
	text-align: center;
	margin-bottom: 18px;
}

/* --- AS SEEN ON --- */
.as-seen-on
{
	max-width: 1100px;
	margin: 60px auto;
	padding: 30px 20px;
	background: #f7f9fc;
	border-radius: 6px;
	text-align: center;
}

.as-seen-head
{
	font-family: rbr;
	text-transform: uppercase;
	letter-spacing: 3px;
	font-size: 12px;
	color: #6b7280;
	margin-bottom: 22px;
}

.as-seen-grid
{
	display: flex;
	justify-content: center;
	align-items: center;
	flex-wrap: wrap;
	gap: 34px;
	margin-bottom: 18px;
}

.as-seen-logo
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	max-width: 120px;
	filter: grayscale(20%);
	opacity: 0.85;
	transition: filter 0.2s ease, opacity 0.2s ease;
}

.as-seen-logo:hover
{
	filter: grayscale(0);
	opacity: 1;
}

.as-seen-logo img
{
	max-width: 100%;
	max-height: 50px;
	height: auto;
}

.mn-assoc-toggle
{
	margin-top: 18px;
	font-family: rbr;
	font-size: 14px;
}

.mn-assoc-toggle > summary
{
	cursor: pointer;
	color: #409dbe;
	list-style: none;
	padding: 6px 0;
	text-decoration: underline;
	text-underline-offset: 3px;
}

.mn-assoc-toggle > summary::-webkit-details-marker { display: none; }

.mn-assoc-toggle[open] > summary
{
	margin-bottom: 18px;
}

.mn-assoc-grid
{
	gap: 24px;
}

.mn-assoc-grid .as-seen-logo
{
	flex-direction: column;
	max-width: 110px;
	text-align: center;
}

.mn-assoc-name
{
	display: block;
	font-family: rbr;
	font-size: 11px;
	color: #5a6573;
	margin-top: 6px;
	line-height: 1.3;
}

/* --- LOGO SHOWCASE (uniform tiles, two-tier, distinct bg) --- */
.logo-showcase
{
	background: linear-gradient(180deg, #fbf7ef 0%, #f5efe2 100%);
	padding: 60px 20px;
	margin: 60px 0;
	border-top: 1px solid #ece5d3;
	border-bottom: 1px solid #ece5d3;
}

.logo-showcase-inner
{
	max-width: 1160px;
	margin: 0 auto;
}

.logo-block + .logo-block { margin-top: 50px; }

.logo-block-title
{
	font-family: rbb;
	font-size: 22px;
	color: #1f2a3a;
	text-align: center;
	margin: 0 0 6px;
	letter-spacing: -0.2px;
}

.logo-block-sub
{
	font-family: rbr;
	font-size: 14px;
	color: #6b5f45;
	text-align: center;
	margin: 0 0 26px;
}

/* Featured tier — bigger tiles, no labels */
.logo-grid-featured
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(150px, 1fr));
	gap: 16px;
	max-width: 1100px;
	margin: 0 auto;
}

.logo-tile
{
	display: flex;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 1px solid #eee3c8;
	border-radius: 8px;
	height: 100px;
	padding: 14px 16px;
	box-shadow: 0 1px 2px rgba(60, 50, 20, 0.05);
	transition: transform 0.2s ease, box-shadow 0.2s ease, border-color 0.2s ease;
	text-decoration: none;
	overflow: hidden;
}

.logo-tile:hover
{
	transform: translateY(-2px);
	box-shadow: 0 6px 16px rgba(60, 50, 20, 0.12);
	border-color: #d4c38a;
}

.logo-tile img
{
	max-width: 100%;
	max-height: 64px;
	width: auto;
	height: auto;
	object-fit: contain;
	transition: opacity 0.2s ease;
}

.logo-tile:hover img
{
	opacity: 0.85;
}

/* MN Association tier — smaller tiles with name below, centered rows */
.logo-grid-assoc
{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 14px;
	max-width: 1100px;
	margin: 0 auto;
}

.logo-grid-assoc .logo-tile-sm
{
	width: 150px;
	flex: 0 0 150px;
}

.logo-tile-sm
{
	flex-direction: column;
	height: auto;
	min-height: 130px;
	padding: 14px 10px 12px;
	text-align: center;
}

.logo-tile-sm .logo-tile-img
{
	flex-shrink: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 64px;
	width: 100%;
	margin-bottom: 8px;
}

.logo-tile-sm .logo-tile-img img
{
	max-height: 54px;
	max-width: 90%;
}

.logo-tile-sm .logo-tile-name
{
	font-family: rbr;
	font-size: 11px;
	line-height: 1.3;
	color: #5a4e33;
	text-transform: none;
	letter-spacing: 0;
}

@media (max-width: 640px)
{
	.logo-showcase { padding: 40px 16px; }
	.logo-block-title { font-size: 18px; }
	.logo-grid-featured { grid-template-columns: repeat(2, 1fr); }
	.logo-grid-assoc .logo-tile-sm { width: calc(50% - 7px); flex-basis: calc(50% - 7px); }
	.logo-tile { height: 90px; }
}

/* --- WHY CHOOSE US (override section-div for 4-card 2x2 layout) --- */
.why-choose .why-choose-title
{
	line-height: 1.15;
}

.why-choose .why-choose-title .dash
{
	color: #8a94a6;
	margin: 0 6px;
}

.why-choose .section-div
{
	margin-top: 0;
	margin-bottom: 0;
	max-width: 1100px;
}

.why-choose .s-box
{
	width: calc(33.333% - 20px);
	min-width: 260px;
}

@media (max-width: 900px)
{
	.why-choose .s-box { width: calc(50% - 20px); }
}

@media (max-width: 600px)
{
	.why-choose .s-box { width: 100%; }
}

/* --- TESTIMONIALS (parallax) --- */
.home-testimonials
{
	position: relative;
	margin: 60px 0;
	padding: 70px 20px;
	background-image: url('../../img/123-flat-fee-footer-parallax.jpg');
	background-size: cover;
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	overflow: hidden;
}

.home-testimonials::before
{
	content: '';
	position: absolute;
	inset: 0;
	background: linear-gradient(135deg, rgba(31, 42, 58, 0.85) 0%, rgba(31, 42, 58, 0.78) 100%);
	pointer-events: none;
}

.home-testimonials > *
{
	position: relative;
	z-index: 1;
}

.home-testimonials .home-section-head { max-width: 1100px; margin-left: auto; margin-right: auto; }

.home-testimonials .home-section-h2 { color: #fff; }
.home-testimonials .home-section-sub { color: #dbe2ec; }

.home-testimonials .testimonial-grid
{
	max-width: 1100px;
	margin: 0 auto;
}

.home-testimonials .home-section-cta { max-width: 1100px; margin-left: auto; margin-right: auto; }

/* Ghost button on dark parallax — flip colors for contrast */
.home-testimonials .btn-hero-ghost
{
	color: #fff !important;
	border-color: rgba(255, 255, 255, 0.6);
	background: rgba(255, 255, 255, 0.08);
}

.home-testimonials .btn-hero-ghost:hover
{
	background: #fff;
	color: #1f2a3a !important;
	border-color: #fff;
}

/* iOS/mobile: fixed background-attachment fails — fall back to scroll */
@media (max-width: 900px)
{
	.home-testimonials { background-attachment: scroll; }
}

@media (prefers-reduced-motion: reduce)
{
	.home-testimonials { background-attachment: scroll; }
}

.testimonial-grid
{
	display: grid;
	grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
	gap: 22px;
}

.testimonial-card
{
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 6px;
	padding: 24px 22px 20px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
	display: flex;
	flex-direction: column;
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.testimonial-card:hover
{
	box-shadow: 0 6px 18px rgba(0, 0, 0, 0.08);
	transform: translateY(-2px);
}

.testimonial-stars
{
	color: #f79421;
	font-size: 14px;
	margin-bottom: 12px;
	letter-spacing: 2px;
}

.testimonial-quote
{
	font-family: rbr;
	color: #3d4452;
	font-size: 15px;
	line-height: 1.6;
	flex-grow: 1;
	margin-bottom: 14px;
}

.testimonial-name
{
	font-family: rbb;
	font-size: 14px;
	color: #d02329;
	padding-top: 12px;
	border-top: 1px solid #f0f1f3;
	letter-spacing: 0.3px;
}

/* --- CITY LANDING PAGES (.landing-*) --- */
/* Hero block — soft blue gradient wrapper around H1, intro lede, and CTA row
   at the top of each city page. Mirrors the .home-welcome treatment on the
   homepage so these landing pages lead with the same polished visual. */
.landing-hero
{
	background: linear-gradient(180deg, #f7fafd 0%, #eef3f9 100%);
	border-radius: 10px;
	padding: 40px 24px 32px;
	margin: 10px 0 36px;
}

.landing-hero-inner
{
	max-width: 900px;
	margin: 0 auto;
	text-align: center;
}

/* Tighten H1 spacing inside the hero so the decorative ::after divider line
   doesn't leave a big gap before the intro paragraph */
.landing-hero .page-h1
{
	margin: 8px auto 20px;
}

.landing-hero .page-h1::after
{
	margin-top: 18px;
}

@media (max-width: 760px)
{
	.landing-hero { padding: 28px 16px 26px; }
}


/* Restore native bullets/numbers for list content on the 3 city pages.
   The site-wide reset at _/css/style.css:39 strips list-style from all UL.
   Scoped tight to `#e1` (the CMS content editor wrapper) so these rules
   can't leak into the main `.sf-menu` nav, the footer links, or any other
   UL that happens to live inside an outer `.special-width` container. */
.page-flat-fee-mls-minneapolis-mn #e1 ul,
.page-flat-fee-mls-st-paul-mn #e1 ul,
.page-flat-fee-mls-rochester-mn #e1 ul
{
	list-style: disc outside;
	padding-left: 22px;
	margin: 0 0 22px;
	max-width: 780px;
}

.page-flat-fee-mls-minneapolis-mn #e1 ol,
.page-flat-fee-mls-st-paul-mn #e1 ol,
.page-flat-fee-mls-rochester-mn #e1 ol
{
	list-style: decimal outside;
	padding-left: 22px;
	margin: 0 0 22px;
	max-width: 780px;
}

.page-flat-fee-mls-minneapolis-mn #e1 li,
.page-flat-fee-mls-st-paul-mn #e1 li,
.page-flat-fee-mls-rochester-mn #e1 li
{
	font-family: rbr;
	font-size: 17px;
	line-height: 1.55;
	color: #3f4a5a;
	margin: 0 0 8px;
	padding-left: 4px;
}

.landing-intro
{
	font-family: rbr;
	font-size: 18px;
	line-height: 1.55;
	color: #3f4a5a;
	max-width: 820px;
	margin: 0 auto 28px;
	text-align: center;
}

.landing-cta-row
{
	display: flex;
	justify-content: center;
	gap: 16px;
	flex-wrap: wrap;
	margin: 0 0 44px;
}

.landing-final-cta
{
	background: linear-gradient(135deg, #1f2a3a 0%, #2d3a4f 100%);
	color: #fff;
	padding: 48px 30px 52px;
	margin: 48px 0 10px;
	text-align: center;
	border-radius: 10px;
}

.landing-final-cta h2
{
	color: #fff !important;
	border-bottom: 0 !important;
	margin: 0 0 14px !important;
	padding: 0 !important;
	font-family: rbb;
	font-size: 30px;
	text-align: center;
}

.landing-final-cta h2::after
{
	display: none !important;
}

.landing-final-cta p
{
	color: #e2e8f0;
	font-size: 17px;
	line-height: 1.5;
	max-width: 640px;
	margin: 0 auto 26px;
}

.landing-final-cta-sub
{
	margin-top: 18px;
	color: #cbd5e1;
	font-size: 14px;
}

.landing-final-cta-sub a
{
	color: #fff;
	text-decoration: underline;
}

@media (max-width: 760px)
{
	.landing-intro { font-size: 17px; }
	.landing-cta-row { flex-direction: column; align-items: center; }
	.landing-final-cta { padding: 38px 20px; }
	.landing-final-cta h2 { font-size: 24px; }
}

/* --- SERVICE AREAS --- */
.home-service-areas
{
	max-width: 1100px;
	margin-left: auto;
	margin-right: auto;
}

.service-areas-grid
{
	display: grid;
	grid-template-columns: repeat(3, 1fr);
	gap: 20px;
	max-width: 1000px;
	margin: 10px auto 0;
	padding: 0 20px;
}

.service-area-card
{
	display: block;
	background: #fff;
	border: 1px solid #e5e7eb;
	border-radius: 8px;
	padding: 26px 24px;
	text-align: center;
	text-decoration: none !important;
	color: #1f2a3a !important;
	transition: border-color 0.2s ease, transform 0.15s ease, box-shadow 0.2s ease;
	box-shadow: 0 1px 3px rgba(31, 42, 58, 0.04);
}

.service-area-card:hover
{
	border-color: #409dbe;
	transform: translateY(-2px);
	box-shadow: 0 6px 18px rgba(31, 42, 58, 0.08);
	color: #1f2a3a !important;
}

.service-area-city
{
	font-family: rbb;
	font-size: 22px;
	color: #d02329;
	margin-bottom: 6px;
	letter-spacing: 0.3px;
}

.service-area-sub
{
	font-family: rbr;
	font-size: 14px;
	color: #5a6475;
	line-height: 1.4;
}

@media (max-width: 760px)
{
	.service-areas-grid { grid-template-columns: 1fr; gap: 14px; }
}

/* --- FINAL CTA --- */
.home-final-cta
{
	background: linear-gradient(135deg, #1f2a3a 0%, #2d3a4f 100%);
	color: #fff;
	padding: 60px 20px;
	margin-top: 60px;
	text-align: center;
	position: relative;
	overflow: hidden;
}

.home-final-cta::before
{
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 4px;
	background: linear-gradient(90deg, #d02329 0%, #f79421 50%, #409dbe 100%);
}

.home-final-cta-inner
{
	max-width: 780px;
	margin: 0 auto;
}

.home-final-cta h2
{
	font-family: rbb;
	font-size: 32px;
	color: #fff;
	margin: 0 0 14px;
	letter-spacing: -0.3px;
}

.home-final-cta p
{
	font-family: rbr;
	font-size: 17px;
	color: #c7d0dc;
	margin: 0 0 28px;
}

.home-final-cta-sub
{
	margin-top: 18px;
	font-family: rbr;
	font-size: 14px;
	color: #9aa5b5;
}

.home-final-cta-sub a
{
	color: #f79421;
	text-decoration: none;
}

.home-final-cta-sub a:hover
{
	color: #fff;
}

/* --- RESPONSIVE --- */
@media (max-width: 900px)
{
	.home-hero { padding: 50px 20px 60px; }
	.home-hero-title { font-size: 34px; }
	.home-hero-sub { font-size: 16px; }
	.home-section-h2 { font-size: 26px; }
	.proof-num { font-size: 28px; }
	.proof-item { border-right: none; border-bottom: 1px solid rgba(255,255,255,0.1); padding-bottom: 14px; padding-top: 14px; }
	.proof-item:last-child { border-bottom: none; }
	.home-final-cta h2 { font-size: 26px; }
}

@media (max-width: 640px)
{
	.home-hero-title { font-size: 28px; }
	.btn-hero-primary, .btn-hero-ghost { width: 100%; max-width: 320px; }
	.home-hero-ctas { flex-direction: column; align-items: center; }
	.as-seen-grid { gap: 22px; }
	.as-seen-logo img { max-height: 36px; }
}

/* ============================================
   LISTING PROCESS PAGE — body content restyle
   Scoped to body.page-listing-process #e1 only
   Restyles the CMS-editable content; no markup changes
   ============================================ */

/* Page wrapper - tighter max-width for readability */
.page-listing-process .special-width > div > #e1
{
	max-width: 1080px;
	margin: 0 auto;
	padding: 0 10px 30px;
}

/* Normalize vertical starting position of sub-page H1s — all variants must
   render at the same distance from the top of the main content area, regardless of
   which wrapper/template a page uses. Removes legacy top padding on content wrappers. */
[role="main"] > .special-width,
[role="main"] > .special-width > div,
.special-width.blog-area,
.special-width > #e1,
.special-width > div > #e1
{
	padding-top: 0;
	margin-top: 0;
}

/* Unified sub-page H1 — one class, one rule, consistent across every sub-page
   (home uses .home-welcome; sub-pages use .special-width) */
.page-h1
{
	font-family: rbb;
	font-size: 54px;
	line-height: 1.05;
	text-align: center;
	margin: 28px auto 48px;
	padding: 0;
	letter-spacing: 1.5px;
	max-width: 820px;
	color: #1a2332; /* fallback */
	background: linear-gradient(135deg, #1a2332 0%, #475569 100%);
	-webkit-background-clip: text;
	background-clip: text;
	-webkit-text-fill-color: transparent;
	-webkit-text-stroke: 0;
	border: 0;
	text-transform: none;
	font-variant-caps: all-small-caps;
	font-feature-settings: "smcp", "c2sc";
}

.page-h1::before
{
	content: '';
	display: block;
	width: 76px;
	height: 5px;
	background: linear-gradient(90deg,
		#d02329 0%, #d02329 33.333%,
		#f79421 33.333%, #f79421 66.666%,
		#409dbe 66.666%, #409dbe 100%);
	border-radius: 3px;
	margin: 0 auto 28px;
	box-shadow: 0 3px 12px rgba(247, 148, 33, 0.28);
}

.page-h1::after
{
	content: '';
	display: block;
	width: 46px;
	height: 2px;
	background: #cbd5e1;
	border-radius: 1px;
	margin: 26px auto 0;
}

/* Unified sub-page H2 — base typography applied to every sub-page H2.
   Section-specific H2s (e.g., inside .howit-section, .final-cta, .savings-section)
   add their own contextual styles via higher-specificity rules. */
.page-h2
{
	font-family: rbr;
	line-height: 1.25;
	letter-spacing: 0;
}

/* CMS-content variant — adds elegant underline + gradient accent.
   Applied via the cms-h2 class that the editor.php filter injects on
   CMS-stored H2s, so this styling never leaks into section-template H2s. */
.cms-h2
{
	font-size: 30px;
	color: #2b3d52;
	margin: 44px 0 22px;
	padding-bottom: 14px;
	position: relative;
	text-align: left;
	border-bottom: 1px solid #e6ebf3;
}

.cms-h2::after
{
	content: '';
	position: absolute;
	left: 0;
	bottom: -2px;
	width: 54px;
	height: 3px;
	background: linear-gradient(90deg, #d02329 0%, #f79421 100%);
	border-radius: 2px;
}

/* Unified sub-page H3 — for CMS content, softer/smaller than H2 */
.page-h3
{
	font-family: rbr;
	font-size: 22px;
	line-height: 1.3;
	color: #3d4d66;
	margin: 30px 0 14px;
	letter-spacing: 0;
}

/* Tighten listing-process H1 — sits above the two-column flex-body cards.
   Only adjusts ::after (bottom gap) so the pill + H1 text stay at identical
   vertical positions as every other sub-page. */
.page-listing-process .page-h1
{
	margin-bottom: 20px;
}

.page-listing-process .page-h1::after
{
	margin-top: 16px;
}

.page-listing-process #e1 .flex-body
{
	margin-top: 0;
}

/* Tighten the How It Works heading further down the listing-process page */
.page-listing-process .howit-section
{
	margin-top: 20px;
	padding-top: 10px;
}

.page-listing-process .howit-section h2
{
	margin-top: 0;
	margin-bottom: 22px;
}

/* Tighten list-your-house spacing — H1 sits right above How It Works.
   Only adjusts ::after (bottom gap) so the pill + H1 text stay at identical
   vertical positions as every other sub-page. */
.page-list-your-house .page-h1
{
	margin-bottom: 8px;
}

.page-list-your-house .page-h1::after
{
	margin-top: 16px;
}

.page-list-your-house .howit-section
{
	margin: 0 auto;
	padding: 0 20px 10px;
}

.page-list-your-house .howit-section h2
{
	margin-top: 0;
	margin-bottom: 22px;
}

/* Two-column body as elegant cards */
.page-listing-process #e1 .flex-body
{
	display: flex;
	gap: 28px;
	margin: 0 0 40px;
	text-align: left;
}

.page-listing-process #e1 .flex-body > div
{
	flex: 1;
	width: auto;
	background: #ffffff;
	border: 1px solid #e6ebf3;
	border-top: 3px solid transparent;
	border-radius: 10px;
	padding: 30px 32px;
	font-family: rbr;
	font-size: 15.5px;
	line-height: 1.7;
	color: #3f4a5a;
	box-shadow: 0 4px 14px rgba(30, 40, 60, 0.05);
	transition: box-shadow 0.2s ease, transform 0.2s ease;
}

.page-listing-process #e1 .flex-body > div:nth-child(1)
{
	border-top-color: #d02329;
}

.page-listing-process #e1 .flex-body > div:nth-child(2)
{
	border-top-color: #409dbe;
}

.page-listing-process #e1 .flex-body > div:hover
{
	box-shadow: 0 8px 24px rgba(30, 40, 60, 0.10);
	transform: translateY(-2px);
}

/* Ordered list — numbered gradient badges */
.page-listing-process #e1 ol
{
	counter-reset: lp-li;
	list-style: none;
	padding-left: 0;
	margin: 0 0 18px;
}

.page-listing-process #e1 ol > li
{
	counter-increment: lp-li;
	position: relative;
	padding-left: 44px;
	margin-bottom: 14px;
	line-height: 1.65;
	text-align: left;
}

.page-listing-process #e1 ol > li::before
{
	content: counter(lp-li);
	position: absolute;
	left: 0;
	top: 1px;
	width: 28px;
	height: 28px;
	border-radius: 50%;
	background: linear-gradient(145deg, #e23a40 0%, #c01c22 100%);
	color: #fff;
	font-size: 13px;
	font-family: rbr;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 6px rgba(208, 35, 41, 0.30);
}

/* Unordered list — check badges */
.page-listing-process #e1 ul
{
	list-style: none;
	padding-left: 0;
	margin: 0 0 18px;
}

.page-listing-process #e1 ul > li
{
	position: relative;
	padding-left: 32px;
	margin-bottom: 12px;
	line-height: 1.65;
	text-align: left;
}

.page-listing-process #e1 ul > li::before
{
	content: '\2713';
	position: absolute;
	left: 0;
	top: 2px;
	width: 22px;
	height: 22px;
	border-radius: 50%;
	background: linear-gradient(145deg, #55b3d4, #3889a8);
	color: #fff;
	font-size: 12px;
	font-weight: 700;
	display: inline-flex;
	align-items: center;
	justify-content: center;
	box-shadow: 0 2px 5px rgba(64, 157, 190, 0.30);
}

/* Paragraphs in cards */
.page-listing-process #e1 .flex-body p
{
	margin: 14px 0;
}

.page-listing-process #e1 .flex-body p:first-child
{
	margin-top: 0;
}

.page-listing-process #e1 .flex-body p:last-child
{
	margin-bottom: 0;
}

.page-listing-process #e1 .flex-body a
{
	color: #d02329;
	font-weight: 600;
	text-decoration: none;
	border-bottom: 1px solid rgba(208, 35, 41, 0.25);
	transition: border-color 0.2s ease;
}

.page-listing-process #e1 .flex-body a:hover
{
	border-bottom-color: #d02329;
}

.page-listing-process #e1 .flex-body strong
{
	color: #2b2f36;
	font-weight: 600;
}

/* Gradient horizontal rule */
.page-listing-process #e1 hr
{
	border: 0;
	height: 2px;
	background: linear-gradient(90deg, transparent, #e4e9f0 20%, #e4e9f0 80%, transparent);
	margin: 42px 0 34px;
}

.page-listing-process #e1 > img[style*="float:right"],
.page-listing-process #e1 > img[style*="float: right"]
{
	max-width: 42%;
	height: auto;
	margin: 6px 0 18px 28px;
	border-radius: 10px;
	box-shadow: 0 8px 24px rgba(30, 40, 60, 0.14);
	padding: 0 !important;
}

/* Collapse excessive consecutive <br> tags from CMS content */
.page-listing-process #e1 br + br
{
	display: none;
}

/* Hide stray empty-paragraph spacers */
.page-listing-process #e1 > p:empty,
.page-listing-process #e1 > p:only-child
{
	min-height: 0;
}

/* Responsive */
@media (max-width: 900px)
{
	.special-width #e1 h1 { font-size: 40px; }
	.page-listing-process #e1 .flex-body { flex-direction: column; gap: 20px; }
	.page-listing-process #e1 .flex-body > div { padding: 24px 22px; }
	.page-listing-process #e1 > img[style*="float"]
	{
		float: none !important;
		display: block;
		margin: 20px auto;
		max-width: 100%;
	}
}

@media (max-width: 900px)
{
	.page-h1 { font-size: 40px; }
	.cms-h2 { font-size: 26px; }
}

@media (max-width: 570px)
{
	.page-h1 { font-size: 32px; margin-top: 20px; margin-bottom: 36px; }
	.page-h1::before { width: 60px; height: 4px; margin-bottom: 20px; }
	.page-h1::after { margin-top: 20px; }
	.cms-h2 { font-size: 22px; }
}

/* ============================================
   ABOUT & CONTACT PAGES — centered, card-style layout
============================================ */

/* Shared page wrapper for both About and Contact */
.page-about-us #e1,
.page-contact-us #e1
{
	max-width: 1100px;
	margin: 0 auto;
	padding: 0 20px 30px;
}

/* Flex body: balanced two-column */
.page-about-us #e1 .flex-body,
.page-contact-us #e1 .flex-body
{
	display: flex;
	gap: 32px;
	justify-content: center;
	align-items: stretch;
	text-align: left;
	margin: 0 auto 30px;
}

.page-about-us #e1 .flex-body > div,
.page-contact-us #e1 .flex-body > div
{
	background: #ffffff;
	border: 1px solid #e6ebf3;
	border-radius: 12px;
	padding: 32px 30px;
	font-family: rbr;
	font-size: 17px;
	line-height: 1.7;
	color: #3f4a5a;
	box-shadow: 0 4px 14px rgba(30, 40, 60, 0.05);
}

/* About — text card wider, photo card narrower */
.page-about-us #e1 .flex-body > div:nth-child(1) { flex: 1.6 1 0; width: auto; }
.page-about-us #e1 .flex-body > div:nth-child(2) {
	flex: 1 1 0;
	width: auto;
	padding: 0;
	background: #ffffff;
	overflow: hidden;
	position: relative;
}

.page-about-us #e1 .flex-body figure.image
{
	margin: 0;
	text-align: center;
	height: 100%;
	display: flex;
	flex-direction: column;
}

.page-about-us #e1 .flex-body figure.image img
{
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.page-about-us #e1 .flex-body figure.image figcaption
{
	padding: 14px 16px;
	font-size: 14px;
	color: #555;
	background: #ffffff;
	border-top: 1px solid #e6ebf3;
}

.page-about-us #e1 .flex-body strong:first-child
{
	display: block;
	font-family: rbb;
	font-size: 20px;
	color: #1a2332;
	margin-bottom: 12px;
	letter-spacing: 0.3px;
}

.page-about-us #e1 .flex-body em
{
	color: #d02329;
	font-style: italic;
}

/* Contact — left prose + right icon-based contact block. No card look. */
.page-contact-us #e1 .flex-body > div
{
	background: transparent;
	border: none;
	box-shadow: none;
	padding: 10px 4px;
}

.page-contact-us #e1 .flex-body > div:nth-child(1) { flex: 1.3 1 0; width: auto; }
.page-contact-us #e1 .flex-body > div:nth-child(2)
{
	flex: 1 1 0;
	width: auto;
	display: flex;
	flex-direction: column;
	gap: 16px;
	justify-content: center;
}

.page-contact-us .contact-info-block
{
	display: flex;
	flex-direction: column;
	gap: 6px;
}

.page-contact-us .contact-item
{
	display: flex;
	align-items: center;
	gap: 20px;
	padding: 20px 4px;
	color: #1a2332;
	text-decoration: none;
	border-bottom: 1px solid #e6ebf3;
	transition: color 0.18s ease, padding-left 0.18s ease;
}

.page-contact-us .contact-info-block .contact-item:last-child
{
	border-bottom: none;
}

.page-contact-us .contact-item:hover
{
	color: #d02329;
	padding-left: 8px;
}

.page-contact-us .contact-item > i
{
	flex-shrink: 0;
	width: 42px;
	text-align: center;
	font-size: 28px;
	color: #409dbe;
	transition: color 0.18s ease;
}

.page-contact-us .contact-item:hover > i
{
	color: #d02329;
}

.page-contact-us .contact-item .contact-item-text
{
	display: flex;
	flex-direction: column;
	line-height: 1.25;
	font-family: rbb;
	font-size: 22px;
	color: inherit;
	letter-spacing: 0.2px;
}

.page-contact-us .contact-item .contact-item-text strong
{
	font-family: rex;
	font-size: 11px;
	color: #7a8699;
	text-transform: uppercase;
	letter-spacing: 2px;
	font-weight: 500;
	margin-bottom: 5px;
}

/* Form wrapper centered below the flex-body */
.page-contact-us #e1 .form-builder-wrapper
{
	margin: 10px auto 20px;
	padding: 28px 32px;
	background: #ffffff;
	border: 1px solid #e6ebf3;
	border-radius: 12px;
	box-shadow: 0 4px 14px rgba(30, 40, 60, 0.05);
}

/* Responsive: stack columns on narrow screens */
@media (max-width: 760px)
{
	.page-about-us #e1 .flex-body,
	.page-contact-us #e1 .flex-body
	{
		flex-direction: column;
		gap: 22px;
	}

	.page-about-us #e1 .flex-body > div,
	.page-contact-us #e1 .flex-body > div
	{
		flex: 1 1 100%;
		width: 100%;
		padding: 24px 22px;
	}

	.page-contact-us #e1 .form-builder-wrapper
	{
		padding: 22px 20px;
	}
}

/* ============================================
   SITE SEARCH PAGE
============================================ */

.site-search-page
{
	max-width: 900px;
	margin: 0 auto;
	padding: 0 20px 50px;
}

/* Screen-reader-only label helper */
.site-search-page .sr-only
{
	position: absolute;
	width: 1px; height: 1px;
	padding: 0; margin: -1px;
	overflow: hidden; clip: rect(0,0,0,0);
	white-space: nowrap; border: 0;
}

.site-search-form
{
	margin: 0 auto 30px;
	max-width: 640px;
}

.site-search-input-wrap
{
	position: relative;
	display: flex;
	align-items: stretch;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 999px;
	box-shadow: 0 4px 14px rgba(30, 40, 60, 0.06);
	overflow: hidden;
	transition: border-color 0.2s ease, box-shadow 0.2s ease;
}

.site-search-input-wrap:focus-within
{
	border-color: #409dbe;
	box-shadow: 0 6px 20px rgba(64, 157, 190, 0.18);
}

.site-search-icon
{
	display: flex;
	align-items: center;
	padding: 0 16px 0 22px;
	color: #409dbe;
	font-size: 18px;
}

.site-search-input
{
	flex: 1;
	border: none;
	outline: none;
	padding: 14px 8px;
	font-family: rbr;
	font-size: 17px;
	color: #2b3d52;
	background: transparent;
}

.site-search-input::placeholder { color: #9aa4b2; }

.site-search-btn
{
	appearance: none;
	border: none;
	cursor: pointer;
	padding: 0 26px;
	background: #d02329;
	color: #fff;
	font-family: rbb;
	font-size: 15px;
	letter-spacing: 0.8px;
	text-transform: uppercase;
	transition: background 0.2s ease, transform 0.2s ease;
}

.site-search-btn:hover { background: #b01d22; }
.site-search-btn:active { transform: translateY(1px); }

/* Meta line above the results */
.search-meta
{
	font-family: rbr;
	font-size: 15px;
	color: #5b6478;
	text-align: center;
	margin: 18px 0 24px;
	padding-bottom: 16px;
	border-bottom: 1px solid #eef1f5;
}

.search-meta strong { color: #1a2332; }

/* Result list */
.search-results-list
{
	list-style: none;
	padding: 0;
	margin: 0 0 30px;
}

.search-result
{
	position: relative;
	padding: 20px 22px;
	margin-bottom: 14px;
	background: #ffffff;
	border: 1px solid #e6ebf3;
	border-left: 3px solid #409dbe;
	border-radius: 8px;
	transition: transform 0.18s ease, box-shadow 0.18s ease, border-left-color 0.18s ease;
}

.search-result:hover
{
	transform: translateX(4px);
	box-shadow: 0 6px 18px rgba(30, 40, 60, 0.08);
	border-left-color: #d02329;
}

.search-source-tag
{
	display: inline-block;
	font-family: rex;
	font-size: 10px;
	font-weight: 600;
	letter-spacing: 1.5px;
	text-transform: uppercase;
	color: #7a8699;
	background: #eef4f7;
	padding: 3px 10px;
	border-radius: 4px;
	margin-bottom: 10px;
}

.search-result-title
{
	display: block;
	font-family: rbb;
	font-size: 20px;
	color: #1a2332;
	text-decoration: none;
	margin-bottom: 8px;
	line-height: 1.3;
	letter-spacing: 0.2px;
}

.search-result-title:hover { color: #d02329; }

.search-snippet
{
	margin: 0;
	font-family: rbr;
	font-size: 15px;
	line-height: 1.6;
	color: #5b6478;
}

/* Pagination */
.search-pagination
{
	margin: 30px auto 10px;
	text-align: center;
}

.search-pagination ul
{
	list-style: none;
	display: inline-flex;
	flex-wrap: wrap;
	justify-content: center;
	gap: 6px;
	padding: 0;
	margin: 0;
}

.search-pagination li a,
.search-pagination li span
{
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 40px;
	height: 40px;
	padding: 0 12px;
	background: #ffffff;
	border: 1px solid #dfe4ea;
	border-radius: 6px;
	color: #2b3d52;
	font-family: rbr;
	font-size: 15px;
	text-decoration: none;
	transition: background 0.15s ease, color 0.15s ease, border-color 0.15s ease;
}

.search-pagination li a:hover
{
	background: #409dbe;
	color: #fff;
	border-color: #409dbe;
}

.search-pagination li.active span
{
	background: linear-gradient(135deg, #d02329 0%, #f79421 100%);
	color: #fff;
	border-color: transparent;
	font-family: rbb;
}

.search-pagination li.disabled span,
.search-pagination li.ellipsis span
{
	color: #aab3bf;
	background: #f7f8fa;
}

.search-pagination li a i,
.search-pagination li span i { font-size: 12px; }

.search-pagination li a i:first-child,
.search-pagination li span i:first-child { margin-right: 4px; }

.search-pagination li a i:last-child,
.search-pagination li span i:last-child { margin-left: 4px; }

/* No results */
.search-no-results
{
	text-align: center;
	padding: 30px 20px;
	font-family: rbr;
	font-size: 17px;
	color: #5b6478;
	background: #f7f8fa;
	border: 1px dashed #dfe4ea;
	border-radius: 8px;
	margin: 20px 0;
}

.search-did-you-mean
{
	text-align: center;
	font-family: rbr;
	font-size: 16px;
	color: #5b6478;
	margin: 14px 0 0;
}

.search-did-you-mean a
{
	color: #d02329;
	font-weight: 700;
	text-decoration: none;
	border-bottom: 1px solid rgba(208, 35, 41, 0.25);
}

.search-did-you-mean a:hover { border-bottom-color: #d02329; }

.search-error
{
	text-align: center;
	padding: 16px;
	color: #b1292e;
	background: #fdecec;
	border: 1px solid #f4c2c4;
	border-radius: 6px;
	font-family: rbr;
}

@media (max-width: 600px)
{
	.site-search-input-wrap { border-radius: 8px; }
	.site-search-btn { padding: 0 18px; font-size: 13px; }
	.site-search-input { font-size: 16px; padding: 12px 8px; }
}
