/*
 * Hotelipp PRO フロント用スタイル
 * Agoda最安値・割引バッジ・レビュー表示
 */

/* ── PRO拡張エリア全体 ─────────────────────── */
.hotelipp-pro-extra {
	display: flex;
	flex-direction: column;
	gap: 5px;
}

/* ── 割引バッジ ────────────────────────────── */
.hotelipp-pro-badge {
	display: inline-block;
	font-size: 11px;
	font-weight: 700;
	padding: 2px 9px;
	border-radius: 3px;
	line-height: 1.6;
	width: fit-content;
}
.hotelipp-pro-badge--sale {
	background: #e53e3e;
	color: #fff;
}

/* ── Agoda最安値 ───────────────────────────── */
.hotelipp-pro-price {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.hotelipp-pro-price-label {
	font-size: 11px;
	font-weight: 700;
	background: #5392f9;
	color: #fff;
	padding: 1px 7px;
	border-radius: 3px;
	white-space: nowrap;
}
.hotelipp-pro-crossed {
	font-size: 12px;
	color: #aaa;
	text-decoration: line-through;
}
.hotelipp-pro-price-value {
	font-size: 15px !important;
	font-weight: 700 !important;
	color: #e53e3e !important;
	text-decoration: none !important;
	border-bottom: none !important;
	box-shadow: none !important;
}
.hotelipp-pro-price-value:hover {
	text-decoration: underline !important;
}
.hotelipp-pro-per-night {
	font-size: 11px;
	font-weight: 400;
	color: #888;
}

/* ── Agodaレビュー ─────────────────────────── */
.hotelipp-pro-agoda-review {
	display: flex;
	align-items: center;
	gap: 6px;
	flex-wrap: wrap;
}
.hotelipp-pro-agoda-label {
	font-size: 11px;
	font-weight: 700;
	background: #5392f9;
	color: #fff;
	padding: 1px 7px;
	border-radius: 3px;
	white-space: nowrap;
}
.hotelipp-pro-agoda-score {
	font-size: 14px;
	font-weight: 700;
	color: #fff;
	padding: 1px 8px;
	border-radius: 4px;
	white-space: nowrap;
}
.hotelipp-pro-agoda-count {
	font-size: 11px;
	color: #888;
}
