.ct-photo-pin,
.ct-photo-place {
	grid-column: 1 / -1;
	min-width: 0;
}

.ct-photo-pin,
.ct-photo-place {
	display: grid;
	gap: 8px;
}

.ct-photo-pin p,
.ct-photo-place p {
	margin: 0;
	display: grid;
	gap: 6px;
}

.ct-photo-pin strong,
.ct-photo-place label {
	color: var(--navy, #102a43);
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}

.ct-photo-pin small,
.ct-photo-place small {
	color: #667a7d;
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
	font-size: 12px;
	font-weight: 500;
	letter-spacing: normal;
}

.ct-photo-pin-map {
	width: 100%;
	height: 240px;
	border: 1px solid #afc1c2;
	border-radius: 10px;
	background: #eef4f3;
	overflow: hidden;
}

.ct-photo-pin-actions {
	display: flex;
	flex-wrap: wrap;
	gap: 8px;
}

.ct-photo-pin-here {
	min-height: 40px;
	padding: 8px 14px;
	border: 1px solid #102a43;
	border-radius: 999px;
	background: #fff;
	color: #102a43;
	cursor: pointer;
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 700;
	letter-spacing: normal;
	text-transform: none;
}

.ct-photo-pin-here:hover,
.ct-photo-pin-here:focus-visible {
	transform: translateY(-1px);
	outline: none;
}

.ct-photo-place-results {
	list-style: none;
	margin: 0;
	padding: 0;
	max-height: 220px;
	overflow: auto;
	border: 1px solid #afc1c2;
	border-radius: 10px;
	background: #fff;
}

.ct-photo-place-results li {
	margin: 0;
	border-bottom: 1px solid #e4eeec;
}

.ct-photo-place-results li:last-child {
	border-bottom: 0;
}

.ct-photo-place-option {
	display: flex;
	align-items: baseline;
	justify-content: space-between;
	gap: 12px;
	width: 100%;
	padding: 10px 12px;
	border: 0;
	background: transparent;
	color: #102a43;
	cursor: pointer;
	text-align: left;
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
	letter-spacing: normal;
	text-transform: none;
}

.ct-photo-place-option strong {
	font-size: 14px;
	font-weight: 700;
}

.ct-photo-place-option span {
	color: #667a7d;
	font-size: 12px;
	font-weight: 500;
}

.ct-photo-place-option:hover,
.ct-photo-place-option:focus-visible {
	background: #f4faf8;
	outline: none;
}

.ct-photo-place-empty {
	padding: 10px 12px;
	color: #667a7d;
	font-family: Inter, "Segoe UI", system-ui, sans-serif;
	font-size: 13px;
	font-weight: 500;
}

@media (max-width: 560px) {
	.ct-photo-pin-map {
		height: 200px;
	}
}
