body {
	font-family: 'Noto Sans Display', sans-serif;
}

#skeleton-loader {
	width: 100%;
	height: 350px;
	max-height: 50vh;
	min-height: 75px;
	background-color: #e0e0e0;
	background-image: linear-gradient(90deg, #e0e0e0, #f0f0f0, #e0e0e0);
	background-size: 200% 100%;
	animation: loading 1.5s infinite;
	border-radius: 5px;
	max-width: 712px;
	margin: 0px auto 40px auto;
	display: flex;
	justify-content: center;
	flex-flow: column;
	align-items: center;
	mask-image: linear-gradient(to bottom, rgba(0,0,0,1), rgba(0,0,0,0));
}
@keyframes loading {
	0% {
		background-position: 200% 0;
	}
	100% {
		background-position: -200% 0;
	}
}

#skeleton-loader-spinner {
	width: 50px;
	height: 50px;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="fa-secondary" opacity=".4" fill="%23808080" d="M60.9 403.1a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zM208 464a48 48 0 1 0 96 0 48 48 0 1 0 -96 0zM369.1 75A48 48 0 1 0 437 142.9 48 48 0 1 0 369.1 75zm0 294.2A48 48 0 1 0 437 437a48 48 0 1 0 -67.9-67.9zM416 256a48 48 0 1 0 96 0 48 48 0 1 0 -96 0z"/><path class="fa-primary" fill="%23808080" d="M304 48a48 48 0 1 0 -96 0 48 48 0 1 0 96 0zM96 256A48 48 0 1 0 0 256a48 48 0 1 0 96 0zM75 142.9A48 48 0 1 0 142.9 75 48 48 0 1 0 75 142.9z"/></svg>');
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50px;
	animation: spin 2s linear infinite;
	opacity: 0.5;
}
@keyframes spin {
	100% {
		transform: rotate(360deg);
	}
}
#skeleton-loader-text {
	font-size: 16px;
	font-style: italic;
	margin-top: 10px;
}


#gpt-response-container {
	border-radius: 5px;
	background-color: rgba(170, 179, 0, 0.1);
	max-width: 712px;
	margin: 0px auto 20px auto;
}
#gpt-response-disclaimer {
	text-align: center;
	font-size: 14px;
	line-height: 21px;
	color: #808080;
	font-style: italic;
	margin: 20px 12px 40px 12px;
}
#gpt-response-container h5 {
	margin: 0;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 14px;
	background-color: rgba(170, 179, 0);
	color: white;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path class="fa-secondary" opacity=".4" fill="%23ffffff" d="M320 96c0 4.8 3 9.1 7.5 10.8L384 128l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 128l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 64 426.8 7.5C425.1 3 420.8 0 416 0s-9.1 3-10.8 7.5L384 64 327.5 85.2c-4.5 1.7-7.5 6-7.5 10.8zm0 320c0 4.8 3 9.1 7.5 10.8L384 448l21.2 56.5c1.7 4.5 6 7.5 10.8 7.5s9.1-3 10.8-7.5L448 448l56.5-21.2c4.5-1.7 7.5-6 7.5-10.8s-3-9.1-7.5-10.8L448 384l-21.2-56.5c-1.7-4.5-6-7.5-10.8-7.5s-9.1 3-10.8 7.5L384 384l-56.5 21.2c-4.5 1.7-7.5 6-7.5 10.8z"/><path class="fa-primary" fill="%23ffffff" d="M205.1 73.3c-2.6-5.7-8.3-9.3-14.5-9.3s-11.9 3.6-14.5 9.3L123.4 187.4 9.3 240C3.6 242.6 0 248.3 0 254.6s3.6 11.9 9.3 14.5l114.1 52.7L176 435.8c2.6 5.7 8.3 9.3 14.5 9.3s11.9-3.6 14.5-9.3l52.7-114.1 114.1-52.7c5.7-2.6 9.3-8.3 9.3-14.5s-3.6-11.9-9.3-14.5L257.8 187.4 205.1 73.3z"/></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 15px;
	user-select: none;
}
#gpt-response-container #response-content {
	font-size: 14px;
	line-height: 21px;
	color: #333333;
	padding: 20px;
}
#gpt-response-container #response-content p {
	margin: 14px 0;
}
#gpt-response-container #response-content p:first-child {
	margin-top: 0;
}
#gpt-response-container #response-content p:last-child {
	margin-bottom: 0;
}
#gpt-response-container #response-content ul, #gpt-response-container #response-content ol {
	margin: 15px 0;
	padding: 0 0 0 40px;
}
#gpt-response-container #citation-container {
	padding: 10px 20px;
	font-size: 14px;
	color: #808080;
	text-transform: uppercase;
	font-weight: 600;
	background-color: rgba(170, 179, 0, 0.1);
	border-radius: 0 0 5px 5px;
	user-select: none;
}
#gpt-response-container #citation-container a {
	color: #576d12;
	text-transform: initial;
	font-weight: initial;
	text-decoration: underline;
}
/* #gpt-response-container #citation-container a.pill {
	outline: 1px solid #576d12;
	border-radius: 9999px;
	padding: 5px 35px 5px 15px;
	margin-left: 5px;
	text-decoration: none;
	display: inline-block;
	background-image: url('data:image/svg+xml,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 320 512"><path fill="%23576d12" d="M310.6 233.4c12.5 12.5 12.5 32.8 0 45.3l-192 192c-12.5 12.5-32.8 12.5-45.3 0s-12.5-32.8 0-45.3L242.7 256 73.4 86.6c-12.5-12.5-12.5-32.8 0-45.3s32.8-12.5 45.3 0l192 192z"/></svg>');
	background-repeat: no-repeat;
	background-position: calc(100% - 15px) center;
	background-size: 10px;
	transition: background-position 0.25s;
}
#gpt-response-container #citation-container a.pill:hover {
	background-color: rgba(170, 179, 0, 0.1);
	background-position: calc(100% - 10px) center;
} */

#gpt-response-container[data-syngpt-cananswer="false"] #citation-container {
	display: none;
}

#gpt-response-container[data-syngpt-cananswer="true"] #citation-container {
	display: block;
}

@media (max-width: 500px) {
	#gpt-response-container #citation-container {
		padding: 15px;
	}
	#gpt-response-container #citation-container #citation-label{
		display: none;
	}
	/* #gpt-response-container #citation-container a.pill {
		margin: initial;
	} */
}

#search-experience-toggles{
	padding: 12px;
}
.search-experience-toggles-inner{
	background-color: #eeeeee;
	border-radius: 999px;
	display: block;
	margin: 0 auto;
	padding: 7px;
	width: fit-content;
}
.search-experience-toggle-button{
	border-radius: 999px;
	color: #333333;
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: 600;
	margin: 0;
	padding: 9px 24px;
	text-align: center;
	transition: background-color 0.25s, color 0.25s;
	transition: box-shadow 0.25s;
	box-shadow: 0px 3px 6px transparent;
}
.search-experience-toggle-button:hover{
	background-color: #ffffff;
	color: #333333;
	/* box-shadow: 0px 3px 6px var(--thrive-box-shadow) */
}
.search-experience-toggle-button-active{
	background-color: #576D13;
	color: white;
}
.search-experience-toggle-button-active:hover{
	background-color: #576D13;
	color: white;
	/* box-shadow: 0px 3px 6px var(--thrive-box-shadow) */
}

.search-header-group{
	height: 18rem;
}

#syngpt-search{
	display: none;
	position: relative;
}

button#ss360-custom-searchbutton {
    height: 100%;
    max-height: 44px;
    padding: 0 16px;
    box-shadow: none;
    background-color: transparent;
    border: none;
    position: absolute;
    left: 0px;
}
#ss360-custom-searchbutton{
	color: #808080;
	line-height: 24px;
}
#syngpt-search-input{
	border-radius: 9999px;
	padding: 8px 16px 8px 48px;
	max-width: none;
	border: none;
	box-shadow: none;
	font-size: 18px;
	color: rgb(51, 51, 51);
	line-height: 27px;
	background: #fefefe;
	background-image: none;
}
#syngpt-searchbutton{
	height: 100%;
	max-height: 44px;
	padding: 0 16px;
	box-shadow: none;
	background-color: transparent;
	border: none;
	position: absolute;
	left: 0px;
	color: #808080;
	font-size: 16px;
}

#search-input, #syngpt-search-input{
	transition: box-shadow 0.25s;
	box-shadow: 0px 3px 6px transparent!important;
}
#search-input:hover, #search-input:focus, #syngpt-search-input:hover, #syngpt-search-input:focus{
	box-shadow: 0px 3px 6px var(--thrive-box-shadow)!important;
}


#syngpt-search-results{
	display: none;
}

#gpt-response-survey{
	text-align: center;
	border-top: 1px solid #e0e0e0;
	padding: 20px 0 0 0;
	margin: 20px 12px 0 12px;
	display: none;
}
#gpt-response-survey p{
	font-size: 14px;
	line-height: 21px;
}
#gpt-response-survey-buttons{
	margin-top: 10px;
}
#gpt-response-survey-buttons button{
	background: transparent;
	border: 1px solid #576D13;
	color: #576D13;
	padding: 20px;
	border-radius: 999px;
	display: inline-flex;
	aspect-ratio: 1 / 1;
	height: 100%;
	font-size: 20px;
}
#gpt-response-survey-buttons button:hover{
	background: #576D13;
	background: #F5F5F5;
}
#gpt-response-survey-buttons button:first-of-type {
	margin-right: 10px;
}
#gpt-response-survey-buttons i.fa-times{
	position: relative;
	top: -2px;
}
#gpt-response-survey-buttons i.fa-thumbs-up{
	position: relative;
	top: -2px;
}
#gpt-response-survey-buttons i.fa-thumbs-down{
	position: relative;
	top: 2px;
}
#gpt-response-survey-thanks{
	font-style: italic;
	height: 62px;
	margin-top: 10px;
}

input#ss360-custom-searchbox,
.search-header-group input#search-input {
    border-radius: 9999px;
    padding: 8px 16px 8px 48px;
    max-width: none;
    border: none;
    box-shadow: none;
    font-size: 18px;
    color: rgb(51, 51, 51);
    line-height: 27px;
}