/* Saobi 悬赏大厅 */
.saobi-bounty-wrap .saobi-bounty-content img {
	max-width: 100%;
	height: auto;
}

/* 列表 / 详情 / 发布：主内容区加宽居中（大气版，默认上限 1520px） */
.saobi-melxs-main-wrap {
	max-width: min(100%, 1520px);
	margin-left: auto;
	margin-right: auto;
}

/* 悬赏大厅首页（对齐参考 melxs 列表结构，样式为原创实现） */
.saobi-melxs-hall {
	padding-bottom: 2.5rem;
}
.saobi-melxs-hall .saobi-mbxdh {
	margin-bottom: 0.75rem;
}
.saobi-mel_xs_screen {
	background: #f7f8fa;
	border: 1px solid rgba(0, 0, 0, 0.06);
	border-radius: 4px;
	padding: 0.65rem 0.85rem;
	margin-bottom: 0.75rem;
}
.saobi-mel_xs_screen--extra {
	background: #fff;
}
.saobi-melxs-filter-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem 0.5rem;
	margin: 0;
	padding: 0;
	font-size: 0.9rem;
	line-height: 1.6;
}
.saobi-mel_xs_screen .saobi-melxs-filter-ul + .saobi-melxs-filter-ul {
	margin-top: 0.5rem;
	padding-top: 0.5rem;
	border-top: 1px dashed rgba(0, 0, 0, 0.08);
}
.saobi-melxs-filter-ul > span {
	font-weight: 600;
	color: #333;
	margin-right: 0.25rem;
}
.saobi-melxs-filter-ul li {
	display: inline-block;
	margin: 0;
	padding: 0;
}
.saobi-melxs-filter-ul a {
	display: inline-block;
	padding: 0.15rem 0.5rem;
	color: #555;
	text-decoration: none;
	border-radius: 3px;
}
.saobi-melxs-filter-ul a:hover {
	color: #c9302c;
}
.saobi-melxs-filter-ul a.active {
	color: #c9302c;
	font-weight: 700;
}
.saobi-mel_xs_gg {
	background: #eceff3;
}
.saobi-melxs-workflow-ul--inline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.45rem;
	font-size: clamp(0.78rem, 2.2vw, 1rem);
	line-height: 1.5;
}
.saobi-melxs-wf-big span {
	font-size: 1.05em;
	font-weight: 600;
	color: #222;
}
.saobi-mel_xs_list {
	margin-top: 0.35rem;
	padding: 0.35rem 0 0;
}
.saobi-mel_xs_list_screen {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 0.75rem 1rem;
	padding: 0.65rem 0.15rem;
	margin-bottom: 0.5rem;
	border-bottom: 1px solid rgba(0, 0, 0, 0.08);
}
.saobi-mel_xs_list_screen_l {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.15rem 0.25rem;
	font-size: 0.9rem;
}
.saobi-mel_xs_list_screen_l a {
	color: #555;
	text-decoration: none;
	padding: 0.2rem 0.35rem;
}
.saobi-mel_xs_list_screen_l a:hover,
.saobi-mel_xs_list_screen_l a.active {
	color: #c9302c;
	font-weight: 600;
}
.saobi-mel_xs_list_screen_l > span {
	color: #ccc;
	margin: 0 0.15rem;
	user-select: none;
}
.saobi-mel_xs_list_screen_r a {
	text-decoration: none;
	display: inline-block;
}
.saobi-mel_xs_list_screen_r a > div {
	background: linear-gradient(180deg, #e85d4c 0%, #c9302c 100%);
	color: #fff !important;
	font-weight: 600;
	padding: 0.45rem 1.35rem;
	border-radius: 4px;
	box-shadow: 0 2px 6px rgba(201, 48, 44, 0.35);
	transition: filter 0.15s ease, transform 0.15s ease;
}
.saobi-mel_xs_list_screen_r a:hover > div {
	filter: brightness(1.05);
	transform: translateY(-1px);
}
/* 每条悬赏：卡片围合 + 悬停微抬升 */
.saobi-mel_xs_content_list {
	padding: 0;
	margin-bottom: 0.75rem;
	border-bottom: none;
}
.saobi-mel_xs_empty {
	padding: 0;
	margin-bottom: 0.75rem;
	text-align: center;
	border-radius: 10px;
	border: 1px dashed rgba(0, 0, 0, 0.12);
	background: #fafbfc;
	color: #888;
	min-height: 5rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.saobi-melxs-dl {
	display: grid;
	grid-template-columns: minmax(0, 1fr) auto auto;
	gap: 0.85rem 1.15rem;
	align-items: center;
	margin: 0;
	padding: 1rem 1.15rem 1rem 1rem;
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.07);
	border-radius: 10px;
	box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04), 0 4px 14px rgba(15, 23, 42, 0.04);
	border-left: 3px solid #0d6efd;
	transition: box-shadow 0.2s ease, border-color 0.2s ease, transform 0.2s ease;
}
.saobi-mel_xs_content_list:hover .saobi-melxs-dl {
	box-shadow: 0 2px 8px rgba(15, 23, 42, 0.06), 0 10px 28px rgba(13, 110, 253, 0.07);
	border-color: rgba(13, 110, 253, 0.18);
	transform: translateY(-1px);
}
@media (max-width: 767.98px) {
	.saobi-melxs-dl {
		grid-template-columns: 1fr;
		padding: 0.85rem 0.9rem 0.85rem 0.85rem;
		gap: 0.65rem;
	}
	.saobi-melxs-dl .d3 {
		justify-self: stretch;
	}
	.saobi-melxs-dl .d3 a {
		display: block;
	}
	.saobi-melxs-dl .canxs {
		width: 100%;
	}
}
.saobi-melxs-dl dt {
	margin: 0;
	min-width: 0;
}
.saobi-melxs-dl dt .tit {
	margin: 0 0 0.5rem;
	font-size: 0.95rem;
	line-height: 1.5;
}
.saobi-melxs-dl .bid {
	display: inline-block;
	vertical-align: middle;
	color: #c9302c;
	font-weight: 700;
	margin-right: 0.45rem;
	padding: 0.15rem 0.5rem;
	font-size: 0.8125rem;
	line-height: 1.3;
	border-radius: 6px;
	background: rgba(201, 48, 44, 0.08);
	border: 1px solid rgba(201, 48, 44, 0.18);
}
.saobi-melxs-dl .tit a {
	color: #1a1a1a;
	font-weight: 600;
	text-decoration: none;
	word-break: break-word;
	transition: color 0.15s ease;
}
.saobi-melxs-dl .tit a:hover {
	color: #0d6efd;
}
.saobi-melxs-meta {
	margin: 0;
	font-size: 0.75rem;
	color: #64748b;
	display: flex;
	flex-wrap: wrap;
	gap: 0.4rem 0.5rem;
}
.saobi-melxs-meta span {
	display: inline-block;
	padding: 0.2rem 0.55rem;
	border-radius: 6px;
	background: #f1f5f9;
	color: #64748b;
	line-height: 1.35;
}
.saobi-melxs-dl .d2 {
	margin: 0;
	font-size: 0.8125rem;
	color: #475569;
	text-align: center;
	padding: 0.5rem 0.65rem;
	background: linear-gradient(180deg, #f8fafc 0%, #f1f5f9 100%);
	border-radius: 8px;
	border: 1px solid rgba(0, 0, 0, 0.05);
	min-width: 6.5rem;
}
@media (max-width: 767.98px) {
	.saobi-melxs-dl .d2 {
		text-align: left;
		min-width: 0;
	}
}
.saobi-melxs-participant-icon {
	color: #64748b;
	margin-right: 0.2rem;
	opacity: 0.9;
}
.saobi-melxs-dl .tk_green {
	color: #0d9488;
	font-weight: 700;
}
.saobi-melxs-author {
	margin: 0.4rem 0 0;
	font-size: 0.75rem;
	color: #94a3b8;
}
.saobi-melxs-dl .saobi-melxs-author .saobi-melxs-level-badge {
	margin-left: 0.15rem;
	font-size: 0.625rem;
	padding: 0.06rem 0.35rem;
	vertical-align: middle;
}
.saobi-melxs-dl .d3 {
	margin: 0;
}
.saobi-melxs-dl .d3 a {
	text-decoration: none;
	display: inline-block;
}
.saobi-melxs-dl .canxs {
	background: linear-gradient(180deg, #3b82f6 0%, #0d6efd 100%);
	color: #fff !important;
	font-size: 0.8125rem;
	font-weight: 600;
	padding: 0.45rem 1.15rem;
	border-radius: 8px;
	text-align: center;
	min-width: 5.25rem;
	box-shadow: 0 2px 6px rgba(13, 110, 253, 0.35);
	transition: filter 0.15s ease, transform 0.15s ease, box-shadow 0.15s ease;
}
.saobi-melxs-dl .canxs:hover {
	filter: brightness(1.06);
	transform: translateY(-1px);
	box-shadow: 0 4px 12px rgba(13, 110, 253, 0.4);
	color: #fff !important;
}

/* 深色主题（Ripro v5 data-bs-theme） */
html[data-bs-theme="dark"] .saobi-melxs-dl {
	background: var(--bs-body-bg, #212529);
	border-color: rgba(255, 255, 255, 0.1);
	box-shadow: 0 2px 12px rgba(0, 0, 0, 0.25);
}
html[data-bs-theme="dark"] .saobi-melxs-dl .tit a {
	color: var(--bs-body-color, #e9ecef);
}
html[data-bs-theme="dark"] .saobi-melxs-meta span {
	background: rgba(255, 255, 255, 0.08);
	color: var(--bs-secondary-color, #adb5bd);
}
html[data-bs-theme="dark"] .saobi-melxs-dl .d2 {
	background: rgba(255, 255, 255, 0.06);
	border-color: rgba(255, 255, 255, 0.08);
	color: var(--bs-secondary-color, #ced4da);
}
html[data-bs-theme="dark"] .saobi-mel_xs_empty {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.12);
}
html[data-bs-theme="dark"] .saobi-melxs-level-badge--regular {
	background: #5c636a;
}
html[data-bs-theme="dark"] .saobi-melxs-level-badge--vip {
	background: #c9953c;
}
html[data-bs-theme="dark"] .saobi-melxs-level-badge--boosvip {
	background: linear-gradient(180deg, #d4a82e 0%, #a87620 100%);
}
html[data-bs-theme="dark"] .saobi-melxs-reply-item {
	background: rgba(255, 255, 255, 0.04);
	border-color: rgba(255, 255, 255, 0.08);
}
html[data-bs-theme="dark"] .saobi-melxs-reply-login {
	color: var(--bs-body-color, #e9ecef);
}
.saobi-melxs-pagination-wrap {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	gap: 0.5rem 0.75rem;
	margin-top: 1.25rem;
	padding-top: 0.65rem;
	clear: both;
}
.saobi-melxs-pagepos {
	font-size: 0.9rem;
	color: #666;
	margin-right: 0.25rem;
}
.saobi-melxs-pagination-wrap ul.page-numbers {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.25rem;
	list-style: none;
	margin: 0;
	padding: 0;
}
.saobi-melxs-pagination-wrap .page-numbers {
	display: inline-block;
	padding: 0.25rem 0.55rem;
	border-radius: 3px;
	text-decoration: none;
	color: #444;
	border: 1px solid #ddd;
	background: #fff;
}
.saobi-melxs-pagination-wrap .page-numbers.current {
	background: #0d6efd;
	color: #fff !important;
	border-color: #0d6efd;
}
.saobi-melxs-pagination-wrap .page-numbers:hover:not(.current):not(.dots) {
	background: #f0f0f0;
	color: #222;
}

/* 发布悬赏页（对齐参考 melxs 发布结构，样式为原创实现） */
.saobi-bounty-page-add {
	background: #f5f5f5;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
	padding-left: max(12px, calc(50vw - 50%));
	padding-right: max(12px, calc(50vw - 50%));
}
.saobi-melxs-publish {
	padding-bottom: 2rem;
}
.saobi-mbxdh {
	font-size: 0.875rem;
	color: #666;
	margin-bottom: 1rem;
}
.saobi-mbxdh a {
	text-decoration: none;
	color: inherit;
}
.saobi-mbxdh a:hover {
	color: var(--bs-primary, #0d6efd);
}
.saobi-mbxdh small {
	color: #999;
	margin: 0 0.2rem;
}
.saobi-melxs-alert {
	margin-bottom: 0.5rem;
}
.saobi-melxs-workflow {
	background: #eceff3;
	border-radius: 4px;
	padding: 0.85rem 1rem;
	margin-bottom: 1rem;
	overflow-x: auto;
}
.saobi-melxs-workflow-ul {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	font-size: clamp(0.8rem, 2.5vw, 1.05rem);
	line-height: 1.5;
}
.saobi-melxs-wf-intro span {
	font-weight: 600;
	color: #333;
}
.saobi-melxs-wf-sep span {
	color: #999;
	font-weight: 400;
}
.saobi-red_font span,
.saobi-red_font {
	color: #dc3545;
	font-weight: 600;
}
.saobi-blue_font span,
.saobi-blue_font {
	color: #0d6efd;
	font-weight: 600;
}
.saobi-violet_font span,
.saobi-violet_font {
	color: #6f42c1;
	font-weight: 600;
}
.saobi-orange_font span,
.saobi-orange_font {
	color: #fd7e14;
	font-weight: 600;
}
.saobi-form-box {
	background: #fff;
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 4px;
	padding: 1.15rem 1.25rem 1.25rem;
	margin-bottom: 1rem;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.04);
}
.saobi-mel_xs_edit {
	padding-top: 1rem;
	padding-bottom: 1rem;
}
.saobi-form--title {
	font-size: 1.1rem;
	font-weight: 700;
	color: #222;
	margin: 0 0 0.75rem;
}
.saobi-form--title-wl {
	font-size: 1rem;
	font-weight: 600;
}
.saobi-form--title-wl .saobi-red_font {
	text-decoration: none;
}
.saobi-form--title-wl .saobi-red_font:hover {
	text-decoration: underline;
}
.saobi-melxs-img-sep {
	color: #999;
	font-weight: 400;
	margin: 0 0.35rem;
	font-size: 0.9rem;
}
.saobi-melxs-balance {
	margin-top: 0.35rem;
}
.saobi-go-write_post_xs.btn--primary,
.saobi-melxs-publish .btn--primary {
	display: inline-block;
	margin-top: 1.25rem;
	padding: 0.55rem 2.25rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff !important;
	background: #0d6efd;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease;
}
.saobi-go-write_post_xs.btn--primary:hover,
.saobi-melxs-publish .btn--primary:hover {
	background: #0b5ed7;
	color: #fff !important;
}
.saobi-melxs-back-list {
	display: inline-block;
	vertical-align: middle;
	margin-top: 1.25rem;
}
.saobi-publish-editor-wrap .wp-editor-container {
	border: 1px solid #dee2e6;
	border-radius: 4px;
	overflow: hidden;
}
.saobi-publish-editor-wrap .mce-tinymce {
	border: none !important;
}

/* 悬赏详情页（对齐参考 melxs 详情结构，样式为原创实现） */
/* 与常见 melxs 悬赏插件变量一致，便于对照参考站尺寸 */
.saobi-melxs-detail-shell {
	--saobi-melxs-color: #007bff;
	background: #eceef2;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	max-width: 100vw;
	width: auto;
	padding-left: max(16px, calc(50vw - 50%));
	padding-right: max(16px, calc(50vw - 50%));
	padding-top: 0.75rem;
	padding-bottom: 2.75rem;
}
.saobi-melxs-detail-breadcrumb {
	margin-bottom: 0.65rem;
	font-size: 0.8125rem;
}
.saobi-melxs-detail-card {
	background: #fff;
	border-radius: 8px;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
	padding: 1rem 1.35rem;
	margin-bottom: 0.85rem;
}
.saobi-melxs-detail-card--compact {
	padding: 0.5rem 0.85rem;
}
.saobi-melxs-detail-article.saobi-melxs-detail-card {
	margin-bottom: 0.65rem;
	padding-bottom: 0;
}
.saobi-melxs-entry-wrapper {
	max-width: none;
	margin: 0;
}
.saobi-melxs-detail-card .saobi-melxs-entry-wrapper {
	max-width: none;
	margin: 0;
}
.saobi-melxs-detail-head {
	display: flex;
	flex-wrap: wrap;
	align-items: flex-start;
	justify-content: space-between;
	gap: 0.5rem 0.75rem;
	margin-bottom: 0.65rem;
}
/* 紧凑版状态角标（红框白底） */
.saobi-melxs-circle {
	display: inline-block;
	box-sizing: border-box;
	padding: 0 8px;
	margin-bottom: 0;
	margin-top: 0;
	height: 24px;
	line-height: 21px;
	border: 1px solid #e02020;
	border-radius: 12px;
	background-color: #fff;
	color: #e02020;
	font-size: 12px;
	font-weight: 600;
	white-space: nowrap;
	text-align: center;
}
.saobi-melxs-detail-title {
	margin: 0 0 0.85rem;
	font-size: clamp(1.125rem, 2.5vw, 1.35rem);
	font-weight: 700;
	color: #1a1a1a;
	line-height: 1.45;
}
.saobi-melxs-detail-head .saobi-melxs-detail-title {
	flex: 1 1 200px;
	margin: 0;
	min-width: 0;
}
.saobi-melxs-detail-head .saobi-melxs-circle {
	flex: 0 0 auto;
	align-self: flex-start;
	margin-top: 0;
}
.saobi-melxs-detail-body {
	font-size: 0.9rem;
	line-height: 1.65;
	color: #333;
}
.saobi-melxs-detail-body img {
	max-width: 100%;
	height: auto;
}
.saobi-melxs-pay-placeholder {
	min-height: 0;
}
.saobi-melxs-article-footer {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.65rem;
	margin-top: 0.85rem;
	padding-top: 0.5rem;
	border-top: 1px solid #eee;
	min-height: 0;
}
.saobi-melxs-author-box {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	flex: 1 1 0;
	min-width: 0;
}
.saobi-melxs-author-box .author-image img {
	width: 32px;
	height: 32px;
	border-radius: 50%;
	object-fit: cover;
}
.saobi-melxs-author-login {
	font-weight: 600;
	color: #333;
	font-size: 0.875rem;
}
/* Ripro 全局会员名 + 角标（对齐 melxs：钻石橙底、普通灰底、白字 + 钻石图标） */
.saobi-melxs-level-badge {
	display: inline-flex;
	align-items: center;
	gap: 0.2rem;
	padding: 0.1rem 0.45rem;
	font-size: 0.6875rem;
	font-weight: 600;
	line-height: 1.25;
	border-radius: 4px;
	color: #fff;
	white-space: nowrap;
	vertical-align: middle;
	box-sizing: border-box;
}
.saobi-melxs-level-badge .fas,
.saobi-melxs-level-badge .far {
	font-size: 0.72em;
	line-height: 1;
	opacity: 0.95;
}
.saobi-melxs-level-badge__text {
	line-height: 1.25;
}
.saobi-melxs-level-badge--regular {
	background: #666666;
}
.saobi-melxs-level-badge--vip {
	background: #e6a23c;
}
.saobi-melxs-level-badge--boosvip {
	background: linear-gradient(180deg, #f0b429 0%, #cf8b2b 100%);
}
/* 紧凑参与数：单行高度与头像一致；多位数时略拉宽为胶囊 */
.saobi-melxs-bid-count {
	flex: 0 0 auto;
	min-width: 30px;
	height: 30px;
	padding: 0 5px;
	background-color: var(--saobi-melxs-color, #007bff);
	border-radius: 15px;
	box-sizing: border-box;
}
.saobi-melxs-bid-count span {
	display: block;
	min-width: 20px;
	height: 30px;
	line-height: 30px;
	font-size: 13px;
	font-weight: 600;
	color: #fff;
	text-align: center;
	padding: 0 2px;
}
.saobi-melxs-published-at {
	flex: 1 1 0;
	margin-left: 0;
	font-size: 0.75rem;
	color: #999;
	text-align: right;
	line-height: 1.35;
}
@media (max-width: 575.98px) {
	.saobi-melxs-published-at {
		flex: 1 1 100%;
		width: 100%;
		text-align: left;
	}
	.saobi-melxs-bid-count {
		min-width: 28px;
		height: 28px;
		padding: 0 4px;
		border-radius: 14px;
	}
	.saobi-melxs-bid-count span {
		height: 28px;
		line-height: 28px;
		font-size: 12px;
	}
}
@media (max-width: 767.98px) {
	.saobi-melxs-circle {
		font-size: 11px;
		height: 22px;
		line-height: 19px;
		padding: 0 6px;
	}
}
.saobi-melxs-replies-block {
	margin-top: 0;
	padding-top: 0;
	border-top: none;
}
.saobi-melxs-replies-title {
	font-size: 0.95rem;
	font-weight: 700;
	margin: 0 0 0.5rem;
}
.saobi-melxs-reply-item {
	border: 1px solid rgba(0, 0, 0, 0.08);
	border-radius: 5px;
	padding: 0.55rem 0.75rem;
	margin-bottom: 0.45rem;
	background: #fafafa;
}
.saobi-melxs-reply-item.is-winner {
	border-color: rgba(25, 135, 84, 0.45);
	background: rgba(25, 135, 84, 0.06);
}
.saobi-melxs-reply-head {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-start;
	gap: 0.35rem;
	margin-bottom: 0.35rem;
}
.saobi-melxs-reply-head-main {
	flex: 1 1 auto;
	min-width: 0;
}
.saobi-melxs-reply-user {
	display: flex;
	align-items: flex-start;
	gap: 0.5rem;
}
.saobi-melxs-reply-avatar {
	flex: 0 0 auto;
	line-height: 0;
}
.saobi-melxs-reply-avatar img {
	width: 40px;
	height: 40px;
	border-radius: 50%;
	object-fit: cover;
}
.saobi-melxs-reply-userlines {
	flex: 1 1 auto;
	min-width: 0;
}
.saobi-melxs-reply-nameline {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 0.35rem 0.5rem;
	margin-bottom: 0.15rem;
}
.saobi-melxs-reply-login {
	font-size: 0.875rem;
}
.saobi-melxs-reply-time {
	display: block;
	font-size: 0.75rem;
}
.saobi-melxs-reply-winner-badge {
	font-size: 0.65rem;
	font-weight: 600;
	vertical-align: middle;
}
.saobi-melxs-reply-body {
	font-size: 0.8125rem;
	line-height: 1.55;
	color: #444;
}
.saobi-melxs-reply-body img {
	max-width: 100%;
	height: auto;
}
.saobi-melxs-no-replies {
	margin: 0;
}
.saobi-melxs-bid-form {
	margin-top: 0;
}
.saobi-melxs-bid-form .row.g-3 {
	--bs-gutter-y: 0.5rem;
	--bs-gutter-x: 0.5rem;
}
.saobi-melxs-bid-form .saobi-melxs-reply-editor-hint {
	margin-bottom: 0.35rem !important;
	font-size: 0.8125rem;
	line-height: 1.45;
}
.saobi-melxs-bid-form .saobi-reply-editor-wrap .wp-editor-container {
	border: 1px solid #dee2e6;
	border-radius: 8px;
	overflow: hidden;
}
.saobi-melxs-bid-form .saobi-reply-editor-wrap .mce-tinymce {
	border: none !important;
}
.saobi-melxs-bid-form .saobi-reply-editor-wrap .wp-media-buttons .saobi-bounty-reply-upload-btn {
	margin-left: 0.35rem;
	vertical-align: middle;
}
html[data-bs-theme="dark"] .saobi-melxs-bid-form .saobi-reply-editor-wrap .wp-editor-container {
	border-color: rgba(255, 255, 255, 0.15);
}
.saobi-melxs-bid-form .saobi-form--title {
	margin-bottom: 0.35rem;
	font-size: 1rem;
}
.saobi-melxs-bid-form-inner .saobi-go_post_xs_bid {
	margin-top: 0.65rem;
}
.saobi-go_post_xs_bid.btn--primary,
.saobi-melxs-bid-form .btn--primary {
	display: inline-block;
	padding: 0.55rem 2.25rem;
	font-size: 1rem;
	font-weight: 600;
	color: #fff !important;
	background: #1a3a5c;
	border: none;
	border-radius: 4px;
	text-decoration: none;
	cursor: pointer;
	transition: background 0.15s ease;
}
.saobi-go_post_xs_bid.btn--primary:hover,
.saobi-melxs-bid-form .btn--primary:hover {
	background: #142d48;
	color: #fff !important;
}
.saobi-melxs-login-tip .btn--primary {
	margin-top: 0;
}
.saobi-melxs-detail-miss {
	margin: 1rem 0;
}
