.psb-container-2076 {
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	padding: 40px 30px;
	background-color: #1a3b5c;
	border-radius: 5px;
	color: #fff;
	width: 100%;
	min-height: 180px;
	box-sizing: border-box;
}

.psb-badge-container-2076 {
	position: absolute;
	bottom: 20px;
	left: 20px;
}

.psb-time-container-2076 {
	position: absolute;
	top: 20px;
	right: 20px;
}

.psb-image-container-2076 {
	display: flex;
	justify-content: center;
	align-items: center;
}

.psb-image-container-2076 img {
	max-height: 80px;
	width: auto;
}

.psb-badge-2076 {
	display: inline-block;
	padding: 8px 16px;
	border: 1px solid rgba(255, 255, 255, 0.3);
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	text-transform: uppercase;
	letter-spacing: 1px;
	background-color: rgba(255, 255, 255, 0.1);
}

.psb-time-2076 {
	display: inline-block;
	padding: 8px 16px;
	border-radius: 20px;
	font-size: 14px;
	font-weight: bold;
	background-color: rgba(0, 0, 0, 0.2);
}

/* Add dotted background pattern if needed */
.psb-container-2076 {
	background-image: radial-gradient(rgba(255, 255, 255, 0.1) 1px, transparent 1px);
	background-size: 20px 20px;
}