.featured-container {
	padding-bottom: 32px;
}

.card {
	position: relative;
	height: auto;
	min-height: 100px;
	gap: 5px;
}

.underConstruction .card::after {
	content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    background: repeating-linear-gradient(-45deg, #fcd703, #fcd703 15px, black 15px, black 30px);
    width: 30px;
}

.card-header {
	display: flex;
	gap: 5px;
}

.card-featured {
	height: min-content;
	aspect-ratio: 1 / 1;
	display: inline-grid;
	clip-path: polygon(50% 0, 79% 90%, 2% 35%, 98% 35%, 21% 90%);
    background: #F8CA00;
}

.card-featured span {
	opacity: 0;
	aspect-ratio: 1 / 1;
}