/* Custom styles extracted from inline styles */

/* Logo */
.logo-header {
	height: 64px;
}

/* Menu icon */
.menu-icon {
	width: 40px;
	height: 40px;
}

/* SDG icons */
.sdg-icon {
	display: inline-block;
	margin-right: 10px;
	text-align: center;
}

.sdg-icon-img {
	height: 30px;
	width: auto;
	display: inline-block;
}

.sdg-icons-container {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: left;
	margin: 10px 0px 10px 10px;
}

/* Map image */
.map-image {
	max-width: 300px;
}

.research-background {
	background-image: url("https://vnuhcm.edu.vn/cms/wp-content/uploads/2025/07/Vie%CC%A3%CC%82n-te%CC%82%CC%81-ba%CC%80o-go%CC%82%CC%81c_5-1-scaled.webp");
}

.event-background {
	background-image: url("https://vnuhcm.edu.vn/cms/wp-content/uploads/2025/11/Banner-web-20.11@2x-scaled.webp");
}

.student-carousel-background {
	background-image: url("https://vnuhcm.edu.vn/cms/wp-content/uploads/2025/07/cntt-e1753463684339.webp");
}

/* Height utilities */
.h-450 {
	height: 450px;
}

/* Width utilities */
.wp-240 {
	width: 240px;
}
.w-250 {
	width: 250px;
}
/* Arrow icons */
.arrow-icon {
	width: 35px;
}

.arrow-icon-small {
	width: 25px;
}

.arrow-icon-xs {
	width: 16px;
	height: 3.8px;
}

/* Highlighter tools (from browser extension - can be removed) */
#highlighter--hover-tools {
	display: none !important;
}
