.pokatsu-comparison,
.pokatsu-mypage,
.pokatsu-form {
	max-width: 640px;
	margin: 0 auto;
	font-size: 1rem;
	color: #2b2b2b;
}

.pokatsu-campaign-block {
	margin-bottom: 2rem;
}

.pokatsu-campaign-name {
	border-bottom: 2px solid #1e6fd9;
	padding-bottom: 0.5rem;
}

.pokatsu-rate-table {
	width: 100%;
	border-collapse: collapse;
}

.pokatsu-rate-table th,
.pokatsu-rate-table td {
	padding: 0.6rem;
	border-bottom: 1px solid #ddd;
	text-align: left;
}

.pokatsu-highlight {
	background: #eaf3ff;
	font-weight: bold;
}

.pokatsu-badge {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 0.1rem 0.5rem;
	background: #1e6fd9;
	color: #fff;
	border-radius: 999px;
	font-size: 0.75rem;
}

.pokatsu-btn {
	display: inline-block;
	padding: 0.5rem 1rem;
	background: #1e6fd9;
	color: #fff;
	border: none;
	border-radius: 6px;
	text-decoration: none;
	cursor: pointer;
}

.pokatsu-btn:hover {
	background: #1558ad;
	color: #fff;
}

.pokatsu-unregistered {
	color: #6b7280;
}

.pokatsu-badge-muted {
	display: inline-block;
	margin-left: 0.4rem;
	padding: 0.1rem 0.5rem;
	background: #f1f2f5;
	color: #6b7280;
	border-radius: 999px;
	font-size: 0.75rem;
}

.pokatsu-btn-register {
	background: #eaf1ff;
	color: #1e6fd9;
	border: 1px solid #1e6fd9;
}

.pokatsu-btn-register:hover {
	background: #d8e6ff;
	color: #1558ad;
}

.pokatsu-site-memberships {
	margin-top: 2rem;
}

.pokatsu-section-desc {
	color: #6b7280;
	font-size: 0.85rem;
	line-height: 1.7;
}

.pokatsu-membership-list {
	list-style: none;
	margin: 1rem 0 0;
	padding: 0;
}

.pokatsu-membership-item {
	padding: 0.75rem 0;
	border-bottom: 1px solid #e6e8ec;
}

.pokatsu-membership-name {
	font-weight: bold;
	margin-bottom: 0.4rem;
}

.pokatsu-membership-choices {
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}

.pokatsu-membership-choice {
	display: inline-flex;
	align-items: center;
	gap: 0.3rem;
	cursor: pointer;
}

.pokatsu-membership-note,
.pokatsu-membership-status {
	display: block;
	margin-top: 0.4rem;
	color: #6b7280;
	font-size: 0.78rem;
	line-height: 1.6;
}

.pokatsu-disclosure {
	margin-top: 1rem;
	color: #6b7280;
	font-size: 0.8rem;
	line-height: 1.6;
}

.pokatsu-site-list-items {
	list-style: none;
	margin: 0;
	padding: 0;
}

.pokatsu-site-list-item {
	display: flex;
	align-items: center;
	justify-content: space-between;
	gap: 1rem;
	padding: 0.9rem 0;
	border-bottom: 1px solid #e6e8ec;
}

.pokatsu-site-list-name {
	font-weight: bold;
}

.pokatsu-btn-link {
	color: #1e6fd9;
	text-decoration: none;
	font-size: 0.9rem;
	white-space: nowrap;
}

.pokatsu-btn-link:hover {
	text-decoration: underline;
}

.pokatsu-category-nav {
	display: flex;
	flex-wrap: wrap;
	gap: 0.5rem;
	margin-bottom: 1.5rem;
}

.pokatsu-category-tab {
	display: inline-block;
	padding: 0.4rem 0.9rem;
	border: 1px solid #d7dbe2;
	border-radius: 999px;
	color: #2b2b2b;
	text-decoration: none;
	font-size: 0.85rem;
}

.pokatsu-category-tab:hover {
	border-color: #1e6fd9;
	color: #1e6fd9;
}

.pokatsu-category-tab.is-current {
	background: #1e6fd9;
	border-color: #1e6fd9;
	color: #fff;
}

.pokatsu-favorite-btn {
	display: inline-block;
	margin-left: 0.4rem;
	background: none;
	border: none;
	padding: 0;
	font-size: 1.2rem;
	line-height: 1;
	color: #d7dbe2;
	cursor: pointer;
	vertical-align: middle;
	text-decoration: none;
}

.pokatsu-favorite-btn.is-active {
	color: #f5a623;
}

.pokatsu-favorite-btn:disabled {
	opacity: 0.5;
	cursor: default;
}

.pokatsu-summary {
	background: #f5f5f5;
	padding: 1rem;
	border-radius: 8px;
	margin-bottom: 1.5rem;
}

.pokatsu-summary-breakdown,
.pokatsu-summary-by-site {
	list-style: none;
	padding: 0;
	margin: 0.5rem 0 0;
}

.pokatsu-form p {
	margin-bottom: 1rem;
}

.pokatsu-form label {
	display: block;
	margin-bottom: 0.3rem;
	font-weight: bold;
}

.pokatsu-form input,
.pokatsu-form select,
.pokatsu-form textarea {
	width: 100%;
	padding: 0.5rem;
	box-sizing: border-box;
}

.pokatsu-empty,
.pokatsu-notice {
	color: #666;
}

.pokatsu-pagination {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	gap: 6px;
	margin: 24px 0 8px;
}

.pokatsu-pagination .page-numbers {
	padding: 7px 12px;
	border: 1px solid #ddd;
	border-radius: 4px;
	text-decoration: none;
	font-size: 0.85rem;
	color: #1e6fd9;
}

.pokatsu-pagination .page-numbers.current {
	background: #1e6fd9;
	border-color: #1e6fd9;
	color: #fff;
	font-weight: bold;
}

.pokatsu-pagination-summary {
	flex: 1 0 100%;
	margin: 4px 0 0;
	font-size: 0.8rem;
	color: #6b7280;
}
