.qStart:focus,
.qStart:hover {
	color: #fff;
	text-decoration: underline;
}

.chatbox-section {
    padding-right: 10px;    
}

.chatbox-section li {
    
    list-style:disc;
}

.chatbox-section li + li{
    margin-top: 0px;
    
}

.chatbox-section .ac-actionSet{
    padding-bottom: 20px;
}

.ac-columnSet {
	margin-bottom: 1rem !important;
}

.ac-actionSet .ac-pushButton {
	width: fit-content;
	min-width: 100px;
}

/* Styling the first button on intro slide */
.chatbox.intro .ac-pushButton {
	min-width: auto;
	padding-right: 6px;
	width: auto;
}

/* Turning the UL into a colored CTA box */
/* [data-type="statement"][data-label*="end"] ul {
	background-color: #cce5e9;
	list-style-type: none !important;
	margin-bottom: 1rem;
	padding: 1rem;
}
[data-type="statement"][data-label*="end"] ul li {
	list-style: none;
} */


[data-type*="statement"] .chatbox-section blockquote,
.chatbot-text-callout {
	background-color: #CCE5E9 !important;
	display: block;
	font-size: 17px;
	padding: 17px;
}