.ir-page {
	margin-top: 6px;
}

body.com-page-shipping-rates #main_contents {
	max-width: 1240px;
	margin: 0 auto 50px;
	padding: 0 20px;
	box-sizing: border-box;
}

.com-page-shipping-rates #main_contents .content_hf {
	margin-bottom: 6px;
}

.ir-intro {
	margin: 0 0 14px;
	line-height: 1.7;
	color: #36485a;
}

.ir-method-title {
	margin-top: 28px !important;
}

.ship_table_wrap {
	overflow-x: auto;
	-webkit-overflow-scrolling: touch;
	margin-bottom: 10px;
	border: 1px solid #d8e0e8;
	border-radius: 8px;
	background: #fff;
}

.ir-table {
	margin: 0 !important;
	width: 100% !important;
	min-width: 700px;
	table-layout: fixed;
	border: 0 !important;
}

.ir-table th,
.ir-table td {
	padding: 10px 8px !important;
	font-size: 14px;
	vertical-align: middle;
}

.ir-table thead th {
	background: #f0f5f9;
}

.ir-col-weight {
	position: sticky;
	left: 0;
	z-index: 1;
	background: #fff;
}

.ir-table thead .ir-col-weight {
	z-index: 2;
	background: #f0f5f9;
}

.ir-table .ship_table_b {
	font-weight: 600;
}

.ir-table tbody tr:nth-child(odd) {
	background: #f7f9fb;
}

.ir-table tbody tr:nth-child(even) {
	background: #fff;
}

.ir-country-section {
	margin-bottom: 18px;
}

.zone_countries {
	display: flex;
	flex-wrap: wrap;
	gap: 6px 10px;
	margin-top: 8px;
}

.zone_badge {
	flex: 1 1 260px;
	background: #eef4f8;
	border: 1px solid #d4e1ea;
	border-radius: 6px;
	padding: 8px 10px;
	font-size: 12px;
	line-height: 1.4;
}

.zone_badge strong {
	display: block;
	font-size: 12px;
	margin-bottom: 3px;
}

.zone_hint {
	display: block;
	color: #6a7a89;
	font-size: 11px;
	margin-bottom: 3px;
}

.hl-match {
	background: #ffe8c4 !important;
}

.hl-row {
	outline: 2px solid #f2a11f;
	outline-offset: -2px;
}

.ir-finder {
	margin: 12px 0 14px;
	padding: 10px 12px;
	background: #f7f9fb;
	border: 1px solid #dfe7ee;
	border-radius: 8px;
}

.ir-finder__title {
	font-size: 14px;
	font-weight: 700;
	color: #1d2e45;
	margin-bottom: 8px;
}

.ir-finder__row {
	display: grid;
	grid-template-columns: repeat(3, minmax(0, 1fr));
	gap: 10px;
}

.ir-finder__field {
	display: flex;
	flex-direction: column;
	gap: 4px;
}

.ir-finder__label {
	font-size: 12px;
	font-weight: 600;
	color: #41566f;
}

.ir-finder__control {
	height: 38px;
	border: 1px solid #cad5e3;
	border-radius: 6px;
	padding: 7px 10px;
	background: #fff;
	font-size: 14px;
}

.ir-finder__result {
	display: block;
	margin-top: 8px;
	font-size: 13px;
	font-weight: 700;
	color: #2b3d53;
}

@media (max-width: 920px) {
	.ir-table {
		min-width: 620px;
	}
}

@media (max-width: 767px) {
	body.com-page-shipping-rates #main_contents {
		padding: 12px 10px 0;
		margin-bottom: 40px;
	}

	.com-page-shipping-rates #main_contents .content_hf {
		margin-top: 6px;
	}

	.com-page-shipping-rates #main_contents #pan_navi {
		margin-bottom: 8px;
	}

	.ir-page {
		padding: 0 4px;
	}

	.ir-intro {
		margin-bottom: 10px;
		font-size: 12px;
		line-height: 1.6;
	}

	.ir-method-title {
		margin-top: 18px !important;
		font-size: 16px;
	}

	.ir-table {
		min-width: 560px;
	}

	.ir-table th,
	.ir-table td {
		padding: 8px 6px !important;
		font-size: 12px;
	}

	.zone_badge {
		flex-basis: 100%;
	}

	.ir-finder {
		padding: 10px;
		margin-top: 8px;
	}

	.ir-finder__row {
		grid-template-columns: 1fr;
		gap: 8px;
	}

	.ir-finder__control {
		height: 36px;
	}

	.ir-finder__result {
		font-size: 12px;
	}
}
