.ktcm-card,
.ktcm-related-spots,
.ktcm-spot-articles {
	margin: 2rem 0;
	padding: 1.25rem;
	border: 1px solid #dce5e0;
	border-radius: 12px;
	background: #fbfaf6;
	color: #303733;
}

.ktcm-card__title,
.ktcm-related-spots h2,
.ktcm-spot-articles h2 {
	margin: 0 0 1rem;
	font-size: 1.25rem;
	line-height: 1.5;
}

.ktcm-card__items {
	display: grid;
	gap: .85rem;
}

.ktcm-card--grid .ktcm-card__items {
	grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
}

.ktcm-card__item a {
	display: flex;
	gap: .9rem;
	align-items: center;
	height: 100%;
	padding: .85rem;
	border-radius: 9px;
	background: #fff;
	color: inherit;
	text-decoration: none;
	box-shadow: 0 2px 10px rgba(47, 63, 56, .07);
}

.ktcm-card__item a:hover {
	box-shadow: 0 4px 15px rgba(47, 63, 56, .14);
	transform: translateY(-1px);
}

.ktcm-card__image {
	width: 96px;
	height: 72px;
	border-radius: 7px;
	object-fit: cover;
}

.ktcm-card__item-title {
	font-weight: 600;
	line-height: 1.55;
}

.ktcm-card__details {
	margin-top: 1rem;
	border-top: 1px solid #dce5e0;
	padding-top: .85rem;
}

.ktcm-card__details summary {
	cursor: pointer;
	font-weight: 700;
}

.ktcm-card__details ul {
	margin: .85rem 0 0;
	padding-left: 1.4rem;
}

.ktcm-card__details li + li {
	margin-top: .55rem;
}

.ktcm-related-spots__list,
.ktcm-spot-articles ul {
	margin: 0 0 1rem;
	padding-left: 1.4rem;
}

.ktcm-map-button {
	display: inline-flex;
	gap: .7rem;
	align-items: center;
	justify-content: center;
	padding: .85rem 1.15rem;
	border-radius: 999px;
	background: #5f7f73;
	color: #fff !important;
	font-weight: 700;
	text-decoration: none !important;
}

.ktcm-map-button:hover {
	background: #48675c;
}

.ktcm-admin-notice {
	padding: .7rem;
	border-left: 4px solid #dba617;
	background: #fff8dd;
}

@media (max-width: 600px) {
	.ktcm-card,
	.ktcm-related-spots,
	.ktcm-spot-articles {
		padding: 1rem;
	}

	.ktcm-card__image {
		width: 82px;
		height: 62px;
	}
}
