.dream-interpreter-widget {
	direction: rtl;
	text-align: right;
}

.dream-interpreter-intro {
	margin-bottom: 8px;
	font-size: 0.95rem;
}

.dream-interpreter-textarea {
	width: 100%;
	box-sizing: border-box;
	margin-bottom: 8px;
}

.dream-interpreter-button {
	display: inline-block;
	padding: 8px 16px;
	background-color: #2271b1;
	color: #fff;
	border: none;
	cursor: pointer;
	border-radius: 3px;
}

.dream-interpreter-button:disabled {
	opacity: 0.7;
	cursor: default;
}

.dream-interpreter-result.has-content {
	margin-top: 12px;
	padding: 10px;
	background-color: #f8f9ff;
	border: 1px solid #ccd0ff;
	border-radius: 3px;
}

.dream-interpreter-error {
	margin-top: 10px;
	color: #b32d2e;
}

