/* secondary text color */
.text-secondary{
	color: #4F4F4F !important;
}

/* button */
.btn-primary {
	border-radius: 50px;
	gap: 12px;
	padding: 5px 5px 5px 16px;
	color: #104041;
	background-color: #ADFF1C;
	display: flex;
	font-weight: 600;
	align-items: center;
	border: 1px solid transparent;
	width: fit-content;
	transition: all 0.5s ease !important;
}

.btn-primary .btn-primary-icon {
	height: 40px;
	width: 40px;
	background-color: #104041;
	border-radius: 100%;
}

.btn-primary .btn-primary-icon svg path {
	stroke: #ADFF1C;
}

.btn {
	transform: none !important;
}

.btn-primary:hover {
	border: 1px solid #104041;
	background-color: #fff;
	color: #000;
}

.btn-primary:hover svg path {
	stroke: #FFF;
}

.btn-secondary {
	border-radius: 50px;
	gap: 12px;
	padding: 5px 5px 5px 16px;
	display: flex;
	align-items: center;
	width: fit-content;
	border: 1px solid #104041;
	background: transparent;
	color: #104041;
	font-weight: 600;
}

.secondary-two {
	border: 1px solid #ADFF1C;
	color: #ADFF1C;
}
.secondary-two .btn-secondary-icon{
	background-color: #ADFF1C !important;
}

.secondary-two .btn-secondary-icon svg path{
  stroke: #104041;
}
.secondary-two:hover .btn-secondary-icon{
	background-color: #104041 !important;
}

.btn-secondary .btn-secondary-icon {
	height: 40px;
	width: 40px;
	background-color: #104041;
	border-radius: 100%;
}

.btn-secondary:hover {
	background: #ADFF1C;
	border: 1px solid transparent;
	color: #104041;
}

.btn-secondary:hover svg path {
	stroke: #FFF;
}
.primary-two:hover{
	background: transparent;
	border: 1px solid #ADFF1C;
	color: #ADFF1C;
}

.primary-two:hover .btn-primary-icon{
	background-color: #ADFF1C;
}

.primary-two:hover svg path{
	stroke: #000;
}

.page-banner-section::after{
	content: "";
    position: absolute;
    top: -80px;
    right: 0;
    width: 140px;
    height: 140px;
    background: #ADFF1C;
    opacity: .5;
    filter: blur(100px);
}

/*  star icon color */
.rating-star-icon{
	color: #E62415;
}

/* custom top bottom padding */
.custom-py{
	padding: 70px 0px;
}

/* fit content width */
.custom-w-fit{
	width: fit-content;
}

/* width for heading and description text */
.sec-heading{
	max-width: 600px;
}

.sec-des{
	max-width: 750px;
}

/* custom grey color */
.custom-bg-grey{
/* 	background-color: #F6F6F6; */
	background-color: #F8FAFB;
}

/* custom dark green color  */
.custom-d-green{
	background-color: #104041;
}

/* custom bg gradiant */
.custom-bg-gradiant{
	background: linear-gradient(90.83deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%), #104041;
}

/* banner gradiant */
.custom-banner-color{
	background: linear-gradient(180deg,rgba(0,0,0,.2),rgba(0,0,0,.8)),#104041;
}

.custom-mini-banner-color{
	background: linear-gradient(140deg,rgba(0,0,0,0),rgba(0,0,0,.4)),#104041;
}

/* custom hover shadow */

.custom-h-shadow:hover{
	box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.12);
}
/* custom border */

.custom-l-border{
	border: 1px solid #E2E8F0;
}

/* custom bg dark blue */
.custom-bg-d-blue{
	background-color: #0B1B2B;
}

.custom-d-blue{
	background-color: #0B1B2B;
}

/* page title color */
.page-title-color{
	color: #ADFF1C;
}

/* client logo slider */
.client-logo-slider {
  overflow: hidden;
}

.client-logo-track {
  display: flex;
  align-items: center;
  width: max-content;
  animation: scroll-logos 20s linear infinite;
}

.client-logo-track img {
  margin: 0 20px;
  height: 50px;
}

.client-logos {
	margin-top: -65px;
}

.client-logos .logo-slider-container::before {
	content: "";
	position: absolute;
	top: -13px;
	left: -12px;
	height: 89px;
	width: 83px;
	z-index: 1;
	background: transparent;
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}

.client-logos .logo-slider-container::after {
	content: "";
	position: absolute;
	top: -20px;
	right: -9px;
	height: 99px;
	width: 75px;
	z-index: 1;
	background: transparent;
	backdrop-filter: blur(6.5px);
	-webkit-backdrop-filter: blur(6.5px);
}

@keyframes scroll-logos {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(-50%);
  }
}



/* header */
header nav li.hdrmnbtn a{
	color: #000;
}

footer .trusted-partner-section a.btn {
	margin: 0 auto;
}

.top-button {
	padding: 15px;
}

/* pre footer */
.pre-footer-container {
/* 	background-color: #0B1B2B; */
	background: linear-gradient(160deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.8)), #104041;
    padding: 100px 50px;
    border-radius: 30px;
}

.pre-footer-container .pre-footer-img{
	position: absolute;
    right: 0;
    bottom: 0;
}

.pre-footer-container .pre-footer-img img{
	height: 450px;
	width: auto;
}

.link-building-section .slick-dots button {
	display: none;
}

.link-building-section .slick-dots button::before {
	content: "" !important;
}

.link-building-section .slick-dots li {
	height: 10px;
	width: 10px;
	background-color: #64748B;
	border-radius: 10px;
}

.link-building-section .slick-dots li.slick-active {
	width: 20px;
	background-color: #2F2F2F !important;
}

.link-building-section .link-arrows {
	margin-top: -100px !important;
	z-index: 2;
	padding-left: 30px;
	width: 50%;
}

.link-building-section .link-slide-image {
	height: 375px;
}
.landing-slider-next {
	background: #64748B4D;
	border: 0;
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 100%;
}

.landing-slider-prev {
	height: 50px;
	width: 50px;
	display: flex;
	align-items: center;
	justify-content: center;
	border: 1px solid #2F2F2F;
	border-radius: 100%;
	background-color: transparent;
}

.landing-slider-prev:hover,
.landing-slider-next:hover{
	opacity: 0.5;
}	


.landing-slider-next.slick-disabled,
.landing-slider-prev.slick-disabled {
	opacity: 0.4;
}

.review-slide .review-column {
	height: 40px;
    width: 56px;
    object-fit: cover;
}

.review-slide .review-start {
	height: 30px;
    width: 174px;
    object-fit: cover;
}

/* pre footer */

.service-pre-footer-container {
	padding: 55px 50px !important;
}


.hero-clucth{
	border-left: 1px solid #ffffff7a;
}


/* custom popup */
#custom-popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0,0,0,0.5);
  display: none; /* hidden by default */
  align-items: center;
  justify-content: center;
  z-index: 9999;
}

#custom-popup .popup-content {
  background: #fff;
  padding: 20px; 
	padding-top: 50px;
  max-width: 800px; 
  width: 90%;
  max-height: 80%;
  overflow-y: auto; 
  position: relative;
  box-shadow: 0 5px 20px rgba(0,0,0,0.3);
}

#custom-popup .popup-content .calendly-inline-widget {
  height: 600px; /* reduce Calendly height */
}

#custom-popup .close-btn {
  position: absolute;
  top: 10px;
  right: 15px;
  font-size: 20px;
  font-weight: bold;
  cursor: pointer;
}


footer form .wpcf7-spinner{
	display: none;
}

footer form .subscribe-form{
	background: white;
    padding: 7px;
    border-radius: 50px;
	display: flex;
}

footer form .wpcf7-email{
	border: none !important;
	width: 100% !important;
}

footer form .wpcf7-submit{
	border-radius: 50px;
	padding: 7px 20px !important;
}

footer form .wpcf7-submit:hover{
	background-color: #104041;
	color: white;
}

/* hide default pre footer */
footer section.trusted-partner-section{
	display: none;
}

/* blog details page */

.single-post .hero-section{
	padding: 80px 0;
	border-radius: 0 0 70px 70px;
	background: linear-gradient(90deg,rgba(0,0,0,0),rgba(0,0,0,.3)),#104041;
}

.single-post .hero-section .blog-image img{
	border-radius: 20px !important;
}

.single-post .related-posts-slider .slick-dots li button{
	display: none;
}
.single-post .related-posts-slider .slick-dots li button::before{
	content: none !important;
}

.single-post .related-posts-slider .slick-dots li{
	height: 10px;
	width: 10px;
	border-radius: 10px;
	background-color: #64748B;
}

.single-post .related-posts-slider .slick-dots li.slick-active{
	width: 20px;
	background-color: #2F2F2F;
}

.single-post .related-posts-slider .related-slide .category-badge a,
.blog article .card-body .category-badge a,
.category article .card-body .category-badge a,
.author article .card-body .category-badge a,
.latest-blog article .card-body .category-badge a{
	background-color: #104041 !important;
	color: #ADFF1C !important;
	padding: 10px 15px !important;
	border-radius: 50px !important;
}

.single-post main .trusted-partner-section a.btn-primary{
	margin-left: auto;
	margin-right: auto;
}

.single-post main .trusted-partner-section a.btn-primary:hover{
	background-color: #fff;
	color: #000;
}

.single-post main .trusted-partner-section h3{
	font-weight: 600;
}

.single-post .tocdiv .blog-ai-summery,
.single-post .tocdiv .blog-toc .bd_toc_container{
	background-color: #F8FAFB !important;
	border: 1px solid #E2E8F0 !important;
}

.single-post .tocdiv .blog-toc .bd_toc_container{
	border-radius: 17px !important;
}

.single-post .tocdiv .blog-toc .bd_toc_content_list_item ul li a{
	white-space: normal;
}

.single-post .tocdiv .blog-ai-summery ul.new-ai-tools-icon{
	margin-bottom: 0;
	gap: 5px;
}

.single-post .tocdiv {
	max-width: unset !important;
	overflow-y: unset !important;
}

.single-post .blog-toc .bd_toc_content_list_item{
	height: 300px;
	overflow-y: auto;
}

.single-post .cta-container .blogctamain{
	max-height: unset;
}
.single-post .blogctamain .prefer-btn{
	text-decoration: none;
    background-color: #ADFF1C;
    color: #104041;
    padding: 10px 12px;
	font-size: 14px;
    font-weight: 600;
    border-radius: 50px;
	transition: all 0.25s ease-in-out;
}

.single-post .blogctamain .prefer-btn:hover{
	color: #ADFF1C;
	background-color: #104041;
}

@media (min-width: 992px){
	.single-post .toc-container{
		width: 20%;
	}
	.single-post .content-container{
		width: 60%;
	}
	.single-post .cta-container{
		width: 20%;
	}
}

.single-post .new-ai-tools-icon li>a{
	width: 30px;
	height: 30px;
}

.single-post .new-ai-tools-icon li>a svg{
	width: 20px;
	height: 20px;
}

.single-post .content-container div[style*="max-width: 700px"]{
   max-width: 100% !important;
}

.single-post .content-container p{
	line-height: 1.78;
	font-size: 1.06rem;
	z-index: 1;
	position: relative;
}

.single-post .content-container h3{
	margin-top: 22px;
	margin-bottom: 7px;
}

.single-post .content-container li{
	margin: 7px 0;
}

/* blog list page */
.blog .custom-pagination .page-numbers.current,
.post-type-archive-case-study .custom-pagination .page-numbers.current,
.category .custom-pagination .page-numbers.current,
.author .custom-pagination .page-numbers.current{
	background-color: #104041;
    color: #ADFF1C;
}
.blog .custom-pagination .page-numbers,
.post-type-archive-case-study .custom-pagination .page-numbers,
.category .custom-pagination .page-numbers,
.author .custom-pagination .page-numbers{
	font-size: 18px;
	font-weight: 500;
	text-decoration: none;
	color: black;
	display: flex;
	align-items: center;
	justify-content: center;
	height: 35px;
	width: 35px;
	border-radius: 50px;
}

.blog article .wp-post-image,
.latest-blog article .wp-post-image{
	height: 245px;
	object-fit: cover;
}

/* authro page css */
.author  .authro-hero-section{
	border-bottom-left-radius: 100px;
	border-bottom-right-radius: 100px;
	background: linear-gradient(180deg, rgba(0, 0, 0, .2), rgba(0, 0, 0, .8)), #104041;
	padding: 100px 0;
	position: relative;
}

.author-hero-box{
	background-color: #FFFFFF33;
	border: 1px solid #FFFFFF33;
}

/* Local Citation Services page */
.page-id-17895 .industries-section .industry-slider-wrapper .industry-slide p{
	margin: 0;
}

/* floating form */
.floating-form form textarea{
	height: 80px;
}

.floating-form form .wpcf7-submit{
	border: none;
    background-color: #ADFF1C;
    color: #104041;
    font-size: 18px;
    padding: 6px 30px;
    font-weight: 600;
    border-radius: 5px;
	border: 1px solid transparent;
	transition: all 0.4s ease;
}

.floating-form form .wpcf7-submit:hover{
	background-color: #fff;
	border: 1px solid #104041;
}

/* blog underline */
.single-post .site-main a{
	text-decoration: none;
}

.single-post h1.entry-title{
	font-weight: 700;
}

.single-post main.site-main .entry-content h2,
.single-post main.site-main .entry-content h3,
.single-post main.site-main .entry-content h4{
	font-weight: 600;
}

.single-post .unbload-table tbody td:first-child{
	font-weight: 400;
}

/* hubspot chat bot hide */
body #hubspot-messages-iframe-container{
	display: none !important;
}

/* Hide the popup content initially */
.sgcc-main-wrapper.hide-popup .sgcc-notice-content,
.sgcc-main-wrapper.hide-popup #close-sgcc-button{
    display:none;
}

/* Keep only cookie icon visible */
.sgcc-main-wrapper.hide-popup{
    width:auto;
    padding:0;
    background:transparent;
    box-shadow:none;
}

/* Make cookie icon clickable */
.sgcc-main-wrapper .cookie-icon{
    cursor:pointer;
}

/* Optional: make icon look like floating button */
.sgcc-main-wrapper.hide-popup .cookie-icon{
    width:60px;
    height:60px;
    display:flex;
    justify-content:center;
    align-items:center;
    background: #F8FAFB;
    border-radius:50%;
    box-shadow:0 5px 15px rgba(0,0,0,.2);
}

/* case study list page */
.post-type-archive-case-study .case-study-category .badge{
	background-color: #104041 !important;
}

/* blog archive page search bar start */
body.blog .blog-search-form {
	max-width: 860px;
}
body.blog .blog-search-box {
	box-shadow: 0 8px 30px rgba(0, 0, 0, 0.12);
}
body.blog .blog-search-icon {
	color: #416869;
	font-size: 20px;
}
body.blog .blog-search-input {
	color: #1d1d1d;
	font-size: 17px;
}
body.blog .blog-search-input:focus {
	background-color: transparent;
}
body.blog .blog-search-input::placeholder {
	color: #8b8b8b;
	opacity: 1;
}
body.blog .blog-search-btn {
	min-width: 140px;
	background-color: #adff1c;
	color: #104041;
	border: 0;
}
body.blog .blog-search-btn:hover{
	background-color: #104041;
	color: #ADFF1C;
}
body.blog .blog-search-result-info {
	color: #64748b;
}
body.blog .blog-search-result-info strong {
	color: #104041;
}
body.blog .blog-no-results-icon {
	color: #104041;
	font-size: 36px;
}



/* sticky bottom bar start */
.od-sticky-cta {
	position: fixed;
	left: 0;
	right: 0;
	bottom: 0;
	border-radius: 20px 20px 0 0;
	z-index: 99;
	transform: translateY(100%);
	visibility: hidden;
	transition: transform 0.25s ease, visibility 0.25s ease;
}

.od-sticky-cta[data-show="true"] {
	transform: translateY(0);
	visibility: visible;
}

.od-sticky-cta .od-sticky-btn{
	background-color: #ADFF1C;
    color: #104041;
    padding: 8px 24px;
    font-weight: 600;
    border-radius: 50px;
	transition: all 0.25s ease-in-out;
}

.od-sticky-cta .od-sticky-btn:hover{
	opacity: 0.9;
}

.od-sticky-cta .od-sticky-close{
	border: 1px solid #ADFF1C;
    color: #ADFF1C;
    background-color: transparent;
    border-radius: 50px;
    height: 40px;
    width: 40px;
}
/* sticky bottom bar end */

@media (max-width: 768px) {
	body.blog .blog-search-box {
		padding-left: 1rem !important;
	}
	body.blog .blog-search-icon {
		font-size: 16px;
		margin-right: 0.5rem !important;
	}
	body.blog .blog-search-input {
		font-size: 14px;
	}
	body.blog .blog-search-btn {
		min-width: auto;
		padding-top: 5px !important;
		padding-bottom: 5px !important;
		min-width: 100px;
	}
	
}
/* blog archive page search bar end */

@media (max-width: 1024px){
	.pre-footer-container{
		padding-bottom: 450px;
	}
	.link-building-section .link-slide-image {
		height: 400px;
	}
	.link-building-section .link-arrows {
		margin-top: 20px !important;
		padding-left: 0;
		justify-content: center !important;
		width: 100%;
	}
	.service-pre-footer-container{
		padding-bottom: 450px !important;
	}
		/* blog page */
	.blog article .wp-post-image,
	.latest-blog article .wp-post-image{
		height: 194px;
	}
	.author  .authro-hero-section{
		border-bottom-left-radius: 45px;
		border-bottom-right-radius: 45px;
		padding: 50px 0;
	}
}

@media (max-width: 767px) {
	.client-logos{
		margin-top: -50px;																		
	}
	.client-logo-track img {
		margin: 0 10px;
		height: 35px;
	}
	.client-logos{
		width: 90%;
	}
	.client-logos .logo-slider-container::before {
		top: -14px;
		left: 5px;
		height: 60px;
		width: 40px;
	}

	.client-logos .logo-slider-container::after {
		top: -14px;
		right: 5px;
		height: 60px;
		width: 40px;
	}
	.pre-footer-container{
		padding: 30px 30px 300px 30px; 
		border-radius: 20px;
	}
	
	.pre-footer-container .pre-footer-img img{
		height: 280px;
	}
	
	.hero-clucth{
		border-left: none;
	}
		.link-building-section .link-slide-image {
		height: 250px;
		width: 100%;
	}
	header .offcanvas .nav-item-9156,
	header .offcanvas .nav-item-9156 a{
		width: 100%;
	}
	.service-pre-footer-container{
		padding: 30px 30px 300px 30px !important;
	}
	
	/* blog details page */

	.single-post .hero-section{
		padding: 50px 0;
		border-radius: 0 0 30px 30px;
	}
	
			/* blog page */
	.blog article .wp-post-image,
	.latest-blog article .wp-post-image{
		height: unset;
	}
	
		/* single blog TOC */
	.single-post .blog-toc .bd_toc_container {
        width: 100% !important;
        max-width: 100% !important;
    }

    .single-post .blog-toc .fit_content {
        width: 100% !important;
    }
	
	.case-study-slider .case-study-slide{
		flex-direction: column;
		gap: 0 !important;
	}
	
	.case-study-section .case-study-slide .row.g-lg-4{
		display: grid;
    	grid-template-columns: repeat(2, 1fr);
	}
	
	.case-study-section .case-study-slide .row.g-lg-4 .case-number-col{
		width: 100% !important;
	}
	
	.od-sticky-cta{
		padding: 10px 0 !important;
		border-radius: 11px 11px 0 0;
	}
	
	.od-sticky-cta .od-sticky-btn{
		padding: 7px 17px;
	}
	
	.od-sticky-cta .od-sticky-bar-title{
		font-size: 16px !important;
	}
	
	a.top-button{
		bottom: 175px;
		right: 10px;
	}
	
	aside.sgcc-main-wrapper {
		bottom: 140px !important;
		left: 10px !important; 
	}

}

/* ------------------------------------------------------------------
   OD tool-page step components (added 2026-07-28)

   These were only ever defined in an inline <style id="od-tool-components">
   block inside page content. WP Rocket's Remove Unused CSS strips inline
   blocks, so .step-number rendered as full-width unstyled text on
   /broken-link-checker/ and /backlink-monitoring-tool/.
   global.css is on the RUCSS safelist, so the rules survive here.
------------------------------------------------------------------ */
.how-it-work::after {
	content: "";
	position: absolute;
	top: -80px;
	right: 0;
	width: 140px;
	height: 140px;
	background: #ADFF1C;
	opacity: .5;
	filter: blur(100px);
}

.how-it-work::before {
	content: "";
	position: absolute;
	bottom: -80px;
	left: 0;
	width: 140px;
	height: 140px;
	background: #ADFF1C;
	opacity: .5;
	filter: blur(100px);
}

.step-number {
	width: 50px;
	height: 50px;
	background-color: #ADFF1C1A;
	color: #a3e635;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 1.5rem;
	font-weight: 700;
	border-radius: 10px;
	margin: 0 auto 30px auto;
	position: relative;
	z-index: 2;
}

@media (min-width: 992px) {
	.step-card:not(:last-child)::after {
		content: "";
		position: absolute;
		top: 25px;
		left: 60%;
		width: 80%;
		border-bottom: 2px dashed #334155;
		z-index: 1;
	}
}

.case-study-slider .case-study-slide{
	display: flex;
	align-items: center;
	gap: 20px;
}

.case-study-slider .case-study-slide .rounded-4.mb-4{
	flex: 1;
}

.case-study-section .case-arrow{
	display: none !important;
}

.case-study-section .case-number-col{
	border: none !important;
}

/* ------------------------------------------------------------------
   OD FAQ accordion (added 2026-07-28)

   Service pages get these from newservice.css, but tool pages do not
   load it — there the rules only existed in the inline
   <style id="od-tool-components"> block, which RUCSS strips, so the
   accordion fell back to Bootstrap's default chevron.
------------------------------------------------------------------ */
.faq-section .accordion-button:not(.collapsed) {
	background-color: unset !important;
	color: #000000 !important;
}

.faq-section .accordion-button {
	color: #000000 !important;
}

.faq-section .accordion-button::after {
	background-image: url(https://outreachdesk.com/wp-content/uploads/2026/01/faq-accordion-icon.svg);
}

.faq-section .accordion-button:not(.collapsed)::after {
	transform: rotate(40deg);
}

/* od-table-wrap-fix — main.css forces `.table-responsive .table{white-space:nowrap}`,
   which makes every wrapped table scroll sideways at any width. Content tables
   should wrap; only genuinely wide data tables should scroll. */
.table-responsive .table {
	white-space: normal;
}

/* ------------------------------------------------------------------
   Backlink Cost Calculator components (added 2026-08-21)

   The bcc_tool shortcode shipped markup for a custom slider and switch
   (.bcc-slider, .bcc-sw, .bcc-sw-track) with no stylesheet anywhere in
   the plugin, so .bcc-sw-track computed to width:0 and the switch never
   rendered. Visitors saw a raw 16x16 Bootstrap checkbox and a slider
   whose fill was hardcoded #2563eb, a blue that is not in DESIGN.md.

   These live here rather than in the plugin because global.css is on
   WP Rocket's RUCSS safelist.
------------------------------------------------------------------ */

.bcc-panel .bcc-lbl {
	color: #212529;
}

.bcc-lbl-badge {
	display: inline-flex;
	align-items: center;
	justify-content: center;
	min-width: 44px;
	padding: 2px 10px;
	border-radius: 999px;
	background-color: #104041;
	color: #ffffff;
	font-size: .875rem;
	line-height: 1.4;
}

/* Range input. The teal fill is painted inline by bcc-script.js; this is the
   resting state and the thumb. */
.bcc-slider {
	-webkit-appearance: none;
	appearance: none;
	height: 8px;
	border-radius: 999px;
	background: #e2e8f0;
	outline: none;
	margin-top: .65rem;
	cursor: pointer;
}

.bcc-slider::-webkit-slider-thumb {
	-webkit-appearance: none;
	appearance: none;
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #104041;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	cursor: pointer;
}

.bcc-slider::-moz-range-thumb {
	width: 24px;
	height: 24px;
	border-radius: 50%;
	background: #104041;
	border: 3px solid #ffffff;
	box-shadow: 0 1px 4px rgba(0, 0, 0, .3);
	cursor: pointer;
}

.bcc-slider:focus-visible {
	box-shadow: 0 0 0 2px #ffffff, 0 0 0 5px #104041;
}

/* Switch. Bootstrap's default is 2rem x 1rem, under the 24px WCAG 2.5.8
   target minimum, and tinted Bootstrap blue. */
.bcc-sw {
	padding-left: 0;
	min-height: auto;
}

.bcc-sw .form-check-input {
	float: none;
	margin-left: 0;
	margin-top: 0;
	width: 3rem;
	height: 1.5rem;
	background-color: #cbd5e1;
	border-color: #cbd5e1;
	cursor: pointer;
}

.bcc-sw .form-check-input:checked {
	background-color: #104041;
	border-color: #104041;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23ffffff'/%3e%3c/svg%3e");
}

.bcc-sw .form-check-input:focus:not(:checked) {
	border-color: #104041;
	background-image: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='-4 -4 8 8'%3e%3ccircle r='3' fill='%23104041'/%3e%3c/svg%3e");
}

.bcc-sw .form-check-input:focus {
	box-shadow: 0 0 0 .2rem rgba(16, 64, 65, .25);
}

.bcc-toggle-row {
	cursor: pointer;
	transition: border-color .15s ease;
}

.bcc-toggle-row:hover {
	border-color: #104041 !important;
}

.bcc-toggle-row label {
	cursor: pointer;
}

.bcc-panel .form-control:focus,
.bcc-panel .form-select:focus {
	border-color: #104041;
	box-shadow: 0 0 0 .2rem rgba(16, 64, 65, .25);
}

/* Result panel. The eyebrow and the price both carried fs-3 fw-bold, so the
   label was set at the same size and weight as the number it labels. */
.bcc-result .bcc-res-eyebrow {
	letter-spacing: .06em;
	opacity: .85;
}

.bcc-result .bcc-price {
	line-height: 1.15;
	margin: .35rem 0;
}

.bcc-result .bcc-price-note {
	opacity: .8;
}
