.cim-grid {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 24px;
	margin: 24px 0;
}

@media (max-width: 700px) {
	.cim-grid {
		grid-template-columns: 1fr;
	}
}

.cim-card {
	border: 1px solid #ddd;
	border-radius: 2px;
	background: #fff;
}

.cim-card-inner {
	padding: 24px;
}

.cim-eyebrow {
	font-size: 12px;
	letter-spacing: 0.08em;
	color: #444;
	font-weight: 600;
	margin-bottom: 8px;
}

.cim-row-top {
	display: flex;
	justify-content: space-between;
	align-items: flex-start;
	margin-bottom: 20px;
}

.cim-name {
	font-size: 22px;
	color: #2b2b2b;
}

.cim-badge {
	color: #6b1f6b;
	font-style: italic;
	font-weight: 600;
	margin-top: 4px;
}

.cim-price-block {
	text-align: right;
}

.cim-price-label {
	font-size: 14px;
	color: #444;
}

.cim-price {
	color: #6b1f6b;
	font-size: 22px;
	font-weight: 600;
}

.cim-price span {
	font-size: 14px;
	font-weight: 400;
	color: #444;
}

.cim-row-bottom {
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	gap: 12px;
}

.cim-meta span,
.cim-meta a {
	display: inline-block;
	margin-right: 14px;
	color: #333;
}

.cim-meta a {
	color: #6b1f6b;
	text-decoration: underline;
}

.cim-tour-btn {
	background: #a4c639;
	color: #2b2b2b;
	text-transform: uppercase;
	font-weight: 600;
	font-size: 13px;
	letter-spacing: 0.03em;
	padding: 14px 22px;
	text-decoration: none;
	white-space: nowrap;
}

.cim-tour-btn:hover {
	background: #93b32e;
	color: #2b2b2b;
}

.cim-tour-btn-disabled {
	opacity: 0.6;
	cursor: default;
}

.cim-empty {
	color: #666;
	font-style: italic;
}
