
#bbb_question {
    border: 1px solid #ffffff;
	border-radius: 6px;
    transition: all 0.5s ease;
	background: transparent;
	color: #ffffff;
	font-size: 16px;
}

#bbb_question:focus {
    border: 1px solid #007BFF; /* Blue border */
    box-shadow: 0 0 10px white; /* White glow */
    outline: none;
	background: rgba(255, 255, 255, 0.1);
}

#bbb_disclaimer_notice {
	color: #ff0; 
	margin: 10px 0;
	font-size: 16px;
}
#bbb_response {
	color: #fff;
}
.bigbossbrain-ai-box {
	color: #ffffff;
}

.bigbossbrain-ai-box textarea {
    width: 100%;
    padding: 10px;
    margin-bottom: 10px;
}

.bigbossbrain-ai-box button {
    padding: 15px 20px;
	border-radius: 6px;
    background: #0073aa;
    color: white;
	transition: all 0.5s ease;
    border: none;
    cursor: pointer;
	width: 100%;
}

.bigbossbrain-ai-box button:hover {
    background: #005f8d;
}

.bbb-answer {
    margin-top: 15px;
	margin-bottom: 10px;
	color: #fff;
}

.bbb-error {
    color: #ff0;
    font-weight: bold;
}

.bbb-error a {
    color: #0073aa;
    text-decoration: underline;
}
.bbb-error a:hover {
    color: #005f8d;
}
.bbb-question {
    font-weight: bold;
    margin-bottom: 8px;
}

.bbb-meta {
    font-size: 0.9em;
    color: #aaa;
    border-top: 1px solid #444;
    padding-top: 8px;
    margin-top: 8px;
}
