.event-item {
  display: flex;
  align-items: center;
  gap: 10px;
  margin-bottom: 8px;
}

.event-date {
min-width: 42px; */
    text-align: center;
    font-size: 12px;
    text-decoration: underline;
    
    display: flex;
    
    border-radius: 50px;
    font-size: 14px;
   
    font-weight: 600;
   color: #d32f2f;
}

.ekadashi .event-date {
  
  color: #d32f2f;;
}

/* Day badge */
.event-day {
  display: block;
  font-size: 10px;
  font-weight: 500;
  opacity: 0.85;
}


.month-widget {
 border: 2px solid #ff3232;
  border-radius: 12px;
  padding: 12px;
  font-family: system-ui, sans-serif;
}

.month-tabs {
     display: flex;
    overflow-x: auto;
    color: white;
    gap: 6px;
    margin-bottom: 12px;
    background: radial-gradient(#bd6900, transparent);
	scrollbar-width: thin;
}

.month-tab {
padding: 0px 15px 12px;
    border-radius: 20px;
    border: 1px solid #000;
    background: #c90000;
    cursor: pointer;
    flex-shrink: 0;
    color: #fff;
    font-size: 12px;
}

.month-tab.active {
     background: #ff8d00;
    color: #fff;
}

.month-panel { display: none; }
.month-panel.active {    display: block;
    background: antiquewhite;
    border: 1px solid #ff3232;
    border-radius: 14px; }

.inner-tabs {
  display: flex;
  gap: 8px;
  margin-bottom: 10px;
}

.inner-tab {
  padding: 6px 10px;
  border-radius: 6px;
  background: #f1f5f9;
  border: none;
  cursor: pointer;
	border: 1px solid black;
	
    font-size: 15px;
}

.inner-tab.active {
     background: #ff8300;
    color: #fff;
}

.inner-panel { display: none; }
.inner-panel.active { display: block; }

.inner-panel ul {
    list-style: none;
    padding: 0;
    margin: 0;
    gap: 21px;
    display: flex;
    overflow: auto;
    scrollbar-width: thin;
}

.inner-panel li {
padding: 0 15px 12px;
    display: flex;
    border-radius: 90px;
    border-bottom: 1px solid #f54400;
    border-top: 1px solid #f54400;
    background: radial-gradient(#ffffff, #cbc97b03);
    align-items: flex-end;
    flex-shrink: 0;
}

.inner-panel a {
 text-decoration: none;
    font-size: 14px;
    color: #111827;
    font-weight: 600;
}
