.moseo_wrapper {
	margin: 20PX;
}

.moseo_description {
	font-size: 14px;
	color: #666;
	background: transparent;
}
h2.moseo-general-card-title{
	margin: 0;
}
.moseo-general-card-container{
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-bottom: 10px;
}
.moseo_section {
	background: #ffffff;
	border-radius: 8px;
	display: flex;
	justify-content: space-between;
	align-items: center;
	margin-top: 1.5rem;
    padding: 1.5rem 1rem !important;
}

.moseo_input_Wrapper {
	width: 100%;
	background: transparent;
}

.moseo_input_Wrapper h2{
	font-weight: 510;
	font-size: 16px;
}

.moseo_box {
	width: 60%;
	margin-left: 414px;
	margin-top: -46px;
	background: white;
	padding: 10px;
	border-radius: 6px;
	border: 1px solid #ccc;
	font-family: monospace;
	outline: none;
	resize: none; /* optional: prevent manual resize */
	overflow: hidden; /* hides scrollbar */
	white-space: pre-wrap;
}

.moseo_box:disabled {
	background: #f5f5f5;
	cursor: not-allowed;
}

.moseo_button{
	cursor: pointer;
	border: none;
	outline: none;
	background: transparent;
	color: #0052CC;
	font-size: 14px;
    font-family: 'SF Pro Display';
}

.moseo_warning-text {
	display: flex;
	align-items: center;
	gap: 8px;
	margin-top: 12px;
	flex-wrap: wrap;
	font-family: 'SF Pro Display';
	letter-spacing: var(--moseo-letter-spacing);
}

.moseo_warning-icon {
	display: inline-flex;
	align-items: center;
	flex-shrink: 0;
}

.moseo_warning-label {
	font-weight: bold;
	color: #EF4444;
	font-size: 14px;
	flex-shrink: 0;
}

.moseo_warning-text-content {
	color: var(--moseo-secondary-color);
	font-size: 14px;
}

.moseo_warning-text-readmore {
	color: #171821;
	font-size: 14px;
	cursor: pointer;
	display: inline-flex;
	align-items: center;
	gap: 4px;
	text-decoration: none;
}

.moseo_warning-text-readmore:hover {
	text-decoration: underline;
}

.moseo_warning-text-readmore svg {
	display: inline-block;
	vertical-align: middle;
}