.fc-1301-wrapper {
	font-family: Roboto, sans-serif;
	padding: 40px;
}

.fc-1301-top {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 60px;
	gap: 30px;
}

.fc-1301-col {
	display: flex;
	align-items: flex-start;
	gap: 15px;
	flex: 1;
	min-width: 250px;
}

.fc-1301-icon-box {
	width: 40px;
	height: 40px;
	border-radius: 8px;
	display: flex;
	align-items: center;
	justify-content: center;
	flex-shrink: 0;
}

.fc-1301-icon-box i {
	font-size: 18px;
}

.fc-1301-icon-box svg {
	width: 18px;
	height: 18px;
}

.fc-1301-content {
	display: flex;
	flex-direction: column;
}

.fc-1301-label {
	font-size: 14px;
	margin-bottom: 5px;
}

.fc-1301-value {
	font-size: 16px;
	line-height: 1.4;
}

.fc-1301-bottom {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	border-top: 1px solid rgba(255,255,255,0.1);
	padding-top: 20px;
	font-size: 14px;
	gap: 20px;
}

.fc-1301-links {
	display: flex;
	gap: 30px;
}

.fc-1301-links a {
	text-decoration: none;
	transition: opacity 0.3s;
}

.fc-1301-links a:hover {
	opacity: 0.8;
}

@media (max-width: 768px) {
	.fc-1301-top {
		flex-direction: column;
	}
	.fc-1301-bottom {
		flex-direction: column;
		text-align: center;
	}
}
