/* 사이트 공통 디자인 톤(Astra 기본값)에 맞춘 회색조 텍스트 계층 + 기본 시스템
   폰트 스택, border-radius 6px. deposit-savings-rate-comparator와 톤을 맞춘다. */

.olr-widget {
	font-family: 'Pretendard', -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", "Malgun Gothic", sans-serif;
	color-scheme: light;
	color: #3a3a3a;
}

.olr-empty {
	padding: 16px;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	background: #f7f7f7;
	color: #767676;
	font-size: 14px;
}

.olr-controls {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	gap: 12px;
	margin-bottom: 8px;
}

.olr-tabs {
	display: flex;
	gap: 6px;
}

.olr-select {
	padding: 8px 10px;
	font-size: 13px;
	color: #3a3a3a;
	border: 1px solid #cccccc;
	border-radius: 6px;
	font-family: inherit;
	background: #fff;
}

.olr-grade-hint {
	margin: 0 0 14px;
	font-size: 12px;
	color: #767676;
	line-height: 1.5;
}

.olr-tab,
.olr-tab:hover,
.olr-tab:focus,
.olr-tab:active {
	background: #f7f7f7 !important;
	-webkit-tap-highlight-color: transparent;
}

.olr-tab {
	padding: 9px 18px;
	font-size: 14px;
	font-weight: 600;
	color: #767676 !important;
	border: 1px solid #e1e1e1;
	border-radius: 6px;
	cursor: pointer;
}

.olr-tab:hover {
	color: #3a3a3a !important;
}

.olr-tab.is-active {
	color: #fff !important;
	background: #0274be !important;
	border-color: #0274be;
}

.olr-error {
	color: #b42318;
}

.olr-table {
	width: 100%;
	border-collapse: collapse;
	font-size: 13px;
}

.olr-table th,
.olr-table td {
	padding: 10px 8px;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
	vertical-align: top;
}

.olr-table thead th {
	font-size: 12px;
	color: #767676;
	border-bottom: 1px solid #cccccc;
	white-space: nowrap;
}

.olr-col-rank {
	width: 34px;
	text-align: center;
	color: #999999;
	font-weight: 700;
}

.olr-co-name {
	font-weight: 600;
	white-space: nowrap;
}

.olr-col-rate {
	white-space: nowrap;
	font-variant-numeric: tabular-nums;
}

.olr-rate-selected {
	font-weight: 700;
	color: #0274be;
}

.olr-source-note {
	margin-top: 14px;
	font-size: 11px;
	color: #999999;
	line-height: 1.6;
}

@media (max-width: 640px) {
	.olr-table {
		display: block;
		overflow-x: auto;
		white-space: nowrap;
	}
}
