.gunun-rengi {
	display: grid;
	grid-template-columns: repeat(7, 1fr);
	gap: 1px;
	padding: 1px;
	background: #000;
}

.gunun-rengi .dayname .mobile {
	display: none;
}

@media (max-width: 768px) {
	.gunun-rengi .dayname .desktop {
		display: none;
	}
	.gunun-rengi .dayname .mobile {
		display: block;
	}
} 

.gunun-rengi .item {
	padding: 15px 0;
	color: #fff;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	line-height: 20px;
	background: #F9F3E9;
}

.gunun-rengi .item svg {
	width: 14px;
	height: 14px;
	color: #d6d033;
}

.gunun-rengi .item.empty {
	line-height: 18px;
	color: #000;
	background: #FFF;
}

.gunun-rengi .item.dayname {
	background: #F9F3E9;
}

.bugunun-rengi {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
}

.bugunun-rengi .renk {
	width: 26px;
	height: 26px;
	border-radius: 50%;
	box-shadow: 0 0 3px rgba(0,0,0,.2);
	align-items: center;
	justify-content: center;
	display: flex;
	color: #fff;
}

