.ssn-today-panchang ul {
	list-style-type: none;
	padding: 0;
	margin: 0;
}

.ssn-today-panchang ul li {
	padding-top: 0.35em;
    padding-right: 0;
    padding-bottom: 0.35em;
    padding-left: 0;
    margin-left: 0;
}

.ssn-today-panchang ul li .icon-wrapper {
	border-radius: 50%;
    background-clip: padding-box;
    background-color: #951e27;
    font-size: 15.84px;
    color: #fff;
    text-align: center;
	display: flex;
    align-items: center;
    justify-content: center;
	float: left;
    width: 30.6px;
    height: 30.6px;
    margin-inline-end: 12.6px;
}

.ssn-today-panchang ul li .icon-wrapper  + div {
	color: #444444;
    margin-inline-start: 43.2px;
}

.ssn-panchang-list {
	/* width: calc(100% / 4); */
	display: flex;
	flex-wrap: wrap;
	gap: 10px;
}

.ssn-panchang-list a {
	width: calc(100% / 4 - 8px);
	background: #e1ab47;
	color: #fff !important;
	padding: 5px;
	display: flex;
	align-items: center;
	justify-content: center;
	border-radius: 8px;
	text-decoration: none !important;
}

.ssn-panchang-list a:hover {
	background: #951e27;
	
}

.ssn-today-panchang-marquee .seperator{
	padding: 20px;
}