.cc-60a1fada-wrapper {
	display: flex;
	flex-wrap: wrap;
	gap: 40px;
	background: #f8f9fa;
	padding: 40px;
	border-radius: 12px;
	box-shadow: 0 10px 30px rgba(0,0,0,0.05);
	font-family: sans-serif;
}

.cc-60a1fada-col-left, .cc-60a1fada-col-right {
	flex: 1;
	min-width: 300px;
}

.cc-60a1fada-col-right {
	border-left: 1px solid #e1e4e8;
	padding-left: 40px;
}

@media (max-width: 768px) {
	.cc-60a1fada-col-right {
		border-left: none;
		padding-left: 0;
		border-top: 1px solid #e1e4e8;
		padding-top: 40px;
	}
}

.cc-60a1fada-title-wrap {
	margin-bottom: 24px;
}

.cc-60a1fada-title {
	font-size: 24px;
	font-weight: 700;
	color: #0a1d47;
	margin: 0;
	display: inline-block;
	position: relative;
	padding-bottom: 8px;
}

.cc-60a1fada-col-left .cc-60a1fada-title::after {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 50%;
	height: 3px;
	background-color: #009698;
}

.cc-60a1fada-item {
	display: flex;
	gap: 20px;
	align-items: flex-start;
}

.cc-60a1fada-items.has-dividers .cc-60a1fada-item {
	border-bottom: 1px solid #e1e4e8;
}

.cc-60a1fada-items.has-dividers .cc-60a1fada-item:last-child {
	border-bottom: none;
}

.cc-60a1fada-icon {
	width: 48px;
	height: 48px;
	background: #0a1d47;
	color: #fff;
	border-radius: 50%;
	display: flex;
	align-items: center;
	justify-content: center;
	font-size: 20px;
	flex-shrink: 0;
}

.cc-60a1fada-icon svg {
	width: 20px;
	height: 20px;
	fill: currentColor;
}

.cc-60a1fada-item-inner {
	display: flex;
	border-left: 2px solid #009698;
	padding-left: 20px;
	min-height: 48px;
	align-items: center;
}

.cc-60a1fada-item-title {
	font-weight: 700;
	color: #0a1d47;
	margin-bottom: 4px;
}

.cc-60a1fada-item-desc {
	color: #555;
	font-size: 14px;
	line-height: 1.4;
}

.cc-60a1fada-desc {
	color: #555;
	margin-bottom: 20px;
	line-height: 1.6;
}

.cc-60a1fada-btn {
	display: inline-block;
	background: #009698;
	color: #fff;
	padding: 12px 24px;
	border-radius: 8px;
	text-decoration: none;
	font-weight: 600;
	margin-bottom: 24px;
	width: 100%;
	text-align: center;
	box-sizing: border-box;
}

.cc-60a1fada-btn:hover {
	opacity: 0.9;
	color: #fff;
}

.cc-60a1fada-map {
	border-radius: 8px;
	overflow: hidden;
	margin-bottom: 24px;
	background: #e1e4e8;
}

.cc-60a1fada-map-link {
	display: block;
	width: 100%;
	height: 100%;
}

.cc-60a1fada-map img {
	width: 100%;
	height: 150px;
	object-fit: cover;
	display: block;
}

.cc-60a1fada-bottom {
	display: flex;
	gap: 20px;
	border-top: 1px solid #e1e4e8;
	padding-top: 20px;
}

.cc-60a1fada-bottom-col {
	flex: 1;
	display: flex;
	gap: 12px;
	align-items: center;
}

.cc-60a1fada-bottom-col:last-child {
	border-left: 2px solid #e1e4e8;
	padding-left: 20px;
}

.cc-60a1fada-bottom-icon {
	color: #009698;
	font-size: 24px;
}

.cc-60a1fada-bottom-title {
	font-weight: 700;
	font-size: 14px;
	color: #0a1d47;
	margin-bottom: 4px;
}

.cc-60a1fada-bottom-desc {
	font-size: 12px;
	color: #555;
}