.ci-expert-card {
	max-width: 800px; 
	margin: 40px auto;
	padding: 30px; 
	background: #fff;
	border: 1px solid #e1e4e8; 
	border-radius: 10px;
	display: flex; flex-wrap: wrap; 
	gap: 24px;
	transition: flex-wrap 0.5s ease-in-out;
	position: relative;
}
.ci-expert-card .ci-expert-left {
	flex: 1 1 260px;
	transition: flex 0.7s ease-in-out, order 0.7s ease-in-out;
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}
.ci-expert-card .ate-image {
    height: 45px !important;
    width: auto;
    margin-bottom: 24px;
}
.ci-expert-card .ate-heading {
    font-size: 24px;
    font-weight: 800;
    line-height: 140%;
    color: #0E0E0F;
    display: block;
    padding-bottom: 16px;
}
.ci-expert-card .ate-text, .ci-expert-card .ate-message-success {
    font-size: 14px;
    font-weight: 400;
    color: #373C43;
    line-height: 26px;
}
.ci-expert-card .ate-message-success {
    padding-top: 55px;
    position: relative;
    font-size: 14px;
	display: none;
}
.ci-expert-card .ate-message-success::before {
    content: '';
    position: absolute;
    height: 30px;
    width: 30px;
    background: url(/images/survey/check.png);
    background-size: contain;
    background-repeat: no-repeat;
    left: 50%;
    top: 65px;
    transform: translate(-50%,-144%);
}
.ci-expert-card .ate-text {
	margin-bottom: 10px;
}
.ci-expert-card .ci-expert-right {
	flex: 1 1 300px;
	position: relative;
	transition: flex 0.7s ease-in-out, order 0.7s ease-in-out;
}
.ci-expert-card .ci-input {
	font-size: 16px;
	line-height: 24px;
	width: 100%;
	padding: 12px;
	border: 1px solid #d1d5da;
	border-radius: 6px;
	display: block;
}
.ci-expert-card .ci-input:focus {
	outline: none;
}
.ci-expert-card textarea {
  	resize: none;
}
.ci-expert-card .ci-button {
	width: 100%;
	padding: 12px;
	font-size: 16px;
	font-weight: 700;
	color: #fff;
	background: #007aff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
	display: flex;
	align-items: center;
	justify-content: center;
	margin-top: 20px;
	position: relative;
	overflow: hidden;
}
.ci-expert-card .ci-bubble:first-child {
	margin-top: 16px;
}
.ci-expert-card #ci-chat-response .ci-bubble:first-child {
	margin-top: 0px;
}
.ci-expert-card #ci-followup-question {
	margin-top: 0px;
}
.ci-expert-card .ci-button .stars {
	margin-left: 12px;
	font-size: 15px;
	line-height: 1;
	display: inline-block;
	animation: sparkle 1.5s infinite alternate;
}
.ci-expert-card .ci-button:disabled {
	opacity: 0.6;
	cursor: not-allowed;
}
.ci-expert-card .ci-button:hover:not(:disabled) {
	background: #005fcc;
}
.ci-expert-card .ci-chat-response {
	font-size: 16px;
	line-height: 180%;
	color: #373C43;
	padding-top: 2px;
}
.ci-expert-card .ci-article-bubbles {
	display: flex;
	flex-wrap: wrap;
	row-gap: 10px;
	column-gap: 100%;
}
.ci-expert-card .ci-bubble {
	background: #f1f8ff;
	color: #0366d6;
	padding: 15px 30px;
	border-radius: 999px;
	font-size: 14px;
	text-decoration: none;
	transition: transform 0.2s ease;
	cursor: pointer;
}
.ci-expert-card .ci-bubble:hover {
	transform: scale(1.05);
}
.ci-expert-card .ci-email-followup {
	display: none; 
	margin-top: 20px;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.ci-expert-card .ci-email-followup input {
	font-size: 16px;
	line-height: 24px;
	flex-grow: 1;
	padding: 10px;
	border: 1px solid #d1d5da;
	border-radius: 6px;
	margin-top: 20px;
	height: 48px;
}
.ci-expert-card .ci-email-followup input::placeholder, .ci-expert-card .ci-input::placeholder {
	font-size: 14px;
	line-height: 24px;
}
.ci-expert-card .button-wrapper {
	width: 100%;
	margin-top: 20px;
}
.ci-expert-card .ci-email-followup button {
	font-size: 16px;
	line-height: 24px;
	font-weight: 600;
	padding: 10px 16px;
	color: #fff;
	background: #007aff;
	border: none;
	border-radius: 6px;
	cursor: pointer;
	transition: background 0.2s ease;
	width: 100%;
	height: 48px;
}
.ci-expert-card .ci-email-followup button:hover {
	background: #005fcc;
}
/* .ci-expert-card .ci-expert-right.expanded {
	flex: 1 1 100%;
	order: 1;
} */
/* .ci-expert-card .ci-expert-left.collapsed {
	flex: 1 1 100%;
	order: 2;
} */
/* .ci-expert-card .ci-expert-left.expanded {
	flex: 1 1 100%;
	order: 1;
} */
/* .ci-expert-card .ci-expert-right.collapsed {
	flex: 1 1 100%;
	order: 2;
} */
.ci-expert-card .ci-popular-questions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}
.ci-expert-card .ci-button.loading {
	color: transparent;
	pointer-events: none;
}
.ci-expert-card .ci-button.loading::after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 24px;
	height: 24px;
	border: 3px solid #fff;
	border-top-color: transparent;
	border-radius: 50%;
	animation: spinLoader 0.8s linear infinite;
	transform: translate(-50%, -50%);
}
.ci-expert-card .ci-disclaimer {
	font-size: 12px;
	color: #777;
	display: flex;
	align-items: center;
	line-height: 1;
	margin-top: 10px;
}
.ci-expert-card .ci-disclaimer img {
	width: 12px;
	height: 12px;
	margin-right: 4px;
	margin-bottom: unset !important;
}
.ci-expert-card .contact-expert-link {
	display: none;
	text-align: center;
	margin-top: 24px;
	font-size: 14px;
	font-weight: 600;
	color: #007aff;
	text-decoration: none;
}
.ci-expert-card #contact-expert-link {
	text-decoration: underline;
	cursor: pointer;
}
.ci-expert-card .contact-expert-link a {
	color: #007aff;
	text-decoration: underline;
	cursor: pointer;
}
.ci-expert-card .contact-expert-link a:hover {
	color: #005BDA;
}
.btn-s-l {
    font-size: 16px;
    font-weight: 600;
    line-height: 100%;
    padding: 12px 16px;
    color: #3287FD;
    border-radius: 6px;
    border: 1px solid #D8E0EE;
    background-color: #FFFFFF;
    height: 48px;
    box-shadow: 0px 1px 1px 0px #D8E0EE99;
    position: relative;
    width: 100%;
	align-items: center;
	justify-content: center;
}
.btn-s-l:hover{
    border: 1px solid #005BDA;
    color: #005BDA;
    text-decoration: none;
}
.btn-s-l::after {
    content: '';
    display: inline-block;
    width: 18px;
    height: 18px;
    background: url(/images/arrow-blue.svg) no-repeat center;
    background-size: contain;
    vertical-align: middle;
    margin-left: 8px;
}
.btn-s-l:hover::after {
    filter: brightness(0) saturate(100%) invert(27%) sepia(87%) saturate(694%) hue-rotate(192deg) brightness(124%) contrast(96%);
}
.btn-s-l:active{
    border: 1px solid #0148AA;
    color: #0148AA;
    text-decoration: none;
}
.ci-expert-card .ci-email-followup button.transparent-color {
	color: transparent
}
.ci-expert-card .loading-icon {
    display: none;
    position: absolute;
    width: 25px;
    height: 25px;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    border: 5px solid #ffffff;
    border-top: 5px solid #989fa5;
    border-radius: 50%;
    animation: spinLoader 2s linear infinite;
}
.ci-expert-card .err-m, .ci-expert-card .suc-m {
    font-size: 12px;
    font-weight: 400;
    line-height: 15px;
    display: none;
    position: absolute;
    bottom: -15px;
    left: 0px;
}
.ci-expert-card .disable-inp {
	background-color: f1f1f1;
	opacity: 0.7;
	pointer-events: none;
}
.ci-expert-card .err-m {
    color: #DD2A24;
}
.ci-expert-card .suc-m {
    color: green;
}
@media (min-width: 1024px) {
	.ci-expert-card .ate-heading {
        font-size: 24px;
        font-weight: 700;
        line-height: 120%;
        padding-bottom: 8px;
    }
	.ci-expert-card .ci-email-followup {
		flex-wrap: nowrap;
	}
	.ci-expert-card .ate-text {
        font-size: 14px;
        line-height: 180%;
    }
	.btn-s-l {
        width: max-content;
    }
	.ci-expert-card .ci-email-followup input {
		margin-right: 12px;
		margin-top: 0px;
	}
	.ci-expert-card .button-wrapper {
		width: auto;
	}
	.ci-expert-card .button-wrapper {
		margin-top: 0px;
	}
}
.fade-in {
	opacity: 0;
	transform: translateY(8px);
	animation: fadeInUp 0.4s forwards ease-out;
}
@keyframes sparkle {
	0%, 100% {
		transform: scale(1);
	}
	50% {
		transform: scale(1.2);
	}
}
@keyframes fadeInUp {
	to {
		opacity: 1;
		transform: translateY(0);
	}
}
@keyframes drive {
	0% {
		left: -10%;
	}
	100% {
		left: 110%;
	}
}
@keyframes spinLoader {
    0% {
		transform: translate(-50%, -50%) rotate(0deg);
	}
    100% {
		transform: translate(-50%, -50%) rotate(360deg);
	}
}