.StateSelector{
	display: inline-block;
}

.Flag img{
	display:inline-block;
	margin-right:0;
}
.FlagMenu{
	position:relative;
	text-align: left;
}
.FlagMenu:not(:hover) .Display{
	display:none;
}
.FlagMenu:hover .Handle{
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}
.FlagMenu .Display{
	position:absolute;
	max-height: 300px;
	min-width: calc(100% + 10px);
	white-space:nowrap;
	overflow: auto;
	border-top-left-radius: 0;
	z-index:1;
}

.usll_UserPrograms {
	display: flex;
	flex-wrap: wrap;
	gap: 12px;
	align-items: flex-start;
	justify-content: center;
}

.usll_UserPrograms h3 {
	flex: 0 0 100%;
}

.Program {
	display: flex;
	flex-direction: column;
	align-items: center;
	gap: 4px;
}

.course-btn {
	display: inline-block;
	padding: 10px 22px;
	background: linear-gradient(135deg, #1a6fc4, #0d4f9e);
	color: #fff;
	border: none;
	border-radius: 6px;
	font-size: 16px;
	font-weight: 600;
	letter-spacing: 0.3px;
	cursor: pointer;
	box-shadow: 0 2px 6px rgba(0, 0, 0, 0.2);
	transition: transform 0.15s ease, box-shadow 0.15s ease;
}

.course-btn:hover {
	transform: translateY(-2px);
	box-shadow: 0 5px 14px rgba(0, 0, 0, 0.25);
}

.course-btn:active {
	transform: translateY(0);
	box-shadow: 0 1px 4px rgba(0, 0, 0, 0.2);
}

.browse-btn {
	display: inline-block;
	padding: 4px 12px;
	background: #f0f0f0;
	color: #999;
	border: 1px solid #ccc;
	border-radius: 4px;
	font-size: 12px;
	text-decoration: none;
	transition: color 0.15s ease, border-color 0.15s ease;
}

.browse-btn:hover {
	color: #666;
	border-color: #aaa;
	text-decoration: none;
}

.Certificate > a{
	font-size: 20px;
	font-weight: bold;
}
