/* 사이트 공통 디자인 톤(kr-market-forecast 참고): border-radius 6px, 회색조 텍스트 계층,
   Astra 테마 기본값(중성 회색 #3a3a3a 계열 + 기본 시스템 폰트 스택)에 맞춘 색상/폰트.
   다른 설치된 플러그인들과 시각적으로 통일감을 유지한다. */

.acc-widget {
	max-width: 900px;
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Malgun Gothic", sans-serif;
}

.acc-form {
	display: flex;
	gap: 8px;
	margin-bottom: 16px;
}

.acc-keyword-input {
	flex: 1;
	padding: 10px 12px;
	font-size: 15px;
	border: 1px solid #cccccc;
	border-radius: 6px;
}

.acc-submit-button {
	padding: 10px 20px;
	font-size: 15px;
	font-weight: 600;
	color: #fff;
	background: #03c75a;
	border: none;
	border-radius: 6px;
	cursor: pointer;
}

.acc-submit-button:hover {
	background: #02b350;
}

.acc-submit-button:disabled {
	background: #aaa;
	cursor: default;
}

.acc-message {
	min-height: 20px;
}

.acc-loading,
.acc-error {
	font-size: 14px;
	color: #767676;
	padding: 0 0 12px;
	margin: 0;
}

.acc-error {
	color: #b42318;
}

.acc-result-box {
	max-width: 100%;
	overflow-x: auto;
	border: 1px solid #e1e1e1;
	border-left: 3px solid #03c75a;
	border-radius: 6px;
	padding: 18px 20px;
	background: #fff;
	box-shadow: 0 1px 3px rgba(0, 0, 0, 0.05);
}

.acc-bid-table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	font-size: 13px;
}

.acc-bid-table th,
.acc-bid-table td {
	padding: 8px 10px;
	border-bottom: 1px solid #f0f0f0;
	text-align: center;
	white-space: nowrap;
	vertical-align: top;
}

.acc-bid-table th:first-child,
.acc-bid-table td:first-child {
	text-align: left;
	font-weight: 600;
}

.acc-bid-table thead th {
	color: #999999;
	font-weight: 600;
	border-bottom: 1px solid #e1e1e1;
}

.acc-bid-cell {
	white-space: normal;
	text-align: left;
	vertical-align: top;
	line-height: 1.8;
	color: #545454;
}

.acc-notice {
	font-size: 13px;
	color: #999999;
}
