
/* Refactored Sportlomo Event Manager styles */
#sportlomo-fullcalendar { max-width: 1100px; margin: 0 auto 2rem; background:#fff; padding: 10px; border-radius:6px; box-shadow:0 1px 6px rgba(0,0,0,0.05);}
.sportlomo-calendar-wrap { padding: 10px; }
.sportlomo-event-list { list-style: none; padding-left: 0; }
.sportlomo-event-list li { padding: 6px 0; border-bottom: 1px solid #eee; }
.sportlomo-featured-events .featured-event { padding:8px; border:1px solid #f0f0f0; margin-bottom:8px; border-radius:6px; background:#fafafa; }
.sportlomo-event-inline h3 { margin:0 0 6px; }
.sportlomo-button { display:inline-block; padding:8px 12px; border-radius:6px; background:#0073aa; color:#fff; text-decoration:none; margin-right:8px; }
.sportlomo-event-detail { max-width:900px; margin:1rem auto; padding:1rem; background:#fff; border-radius:6px; box-shadow:0 1px 6px rgba(0,0,0,0.03); }

/*Event Listing with Month as title*/

.sportlomo-month-title {
  font-weight: 700;
  font-size: 20px;
  margin: 30px 0 15px;
  padding-top: 10px;
}

.sportlomo-event-list {
  margin-bottom: 30px;
}

.sportlomo-event-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px 0;
  border-bottom: 1px dashed #eee;
}

.sportlomo-event-date {
  background: #3f80da;
  color: #fff;
  padding: 10px;
  text-align: center;
  width: 60px;
  font-weight: bold;
}

.sportlomo-event-date .day {
  display: block;
  font-size: 20px;
}

.sportlomo-event-date .month {
  display: block;
  font-size: 12px;
  text-transform: uppercase;
}

.sportlomo-event-info {
  flex: 1;
  padding: 0 15px;
}

.sportlomo-event-title {
  margin: 0;
  font-size: 16px;
  font-weight: 600;
}

.sportlomo-event-day {
  margin: 0;
  color: #888;
  font-size: 14px;
}

.event-detail-btn {
  display: inline-block;
  padding: 10px 15px;
  background: #f5f5f5;
  font-weight: 600;
  text-decoration: none;
  color: #000;
  text-transform: uppercase;
}

.sportlomo-month-title {
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    margin: 30px 0 15px;
    text-align: center;
}

.sportlomo-month-title::before,
.sportlomo-month-title::after {
    content: "";
    flex: 1;
    border-top: 2px solid #eee;
    margin: 0 15px; /* space between line and text */
}


/*Event Listing with Month as title*/

/*Events Monthly View Calendar*/

#sportlomo-fullcalendar .fc-toolbar-title {
  font-weight: 700;
  font-size: 1.5rem;
  text-transform: uppercase;
}


.fc-col-header-cell .fc-scrollgrid-sync-inner{
     height: 40px;           
  display: flex;     
  align-items: center; 
  justify-content: left; 
  text-align: left; 
}

.fc-col-header {margin-bottom:0px;}

.fc-daygrid-day-frame .fc-daygrid-day-top{text-align: left;font-weight: 300; font-size: 1.5rem;}

.fc .fc-daygrid-day.fc-day-today{background-color:transparent}

.main_color tr:nth-child(odd), .main_color .pricing-table>li:nth-child(odd), .main_color .pricing-extra{background:none;}

.fc-daygrid-event-harness a{border:0;color:transparent;background: none;font-size: 1em;font-weight: normal;}

.fc-h-event .fc-event-main{color:#000}

.fc-h-event .fc-event-title {
  white-space: normal; 
  word-break: break-word;
}

.fc-event-title{
border-bottom: 1px dashed #e3e3e3;
    padding: 5px 2px;
    display: block;

}

.fc-daygrid-day-top {
  text-align: left !important; 
  display: block;
  justify-content: flex-start; 
  padding-left: 4px;
}

.fc .fc-daygrid-day-top{display: block; padding-top:10px;}

.fc-daygrid-day-events{padding:4px;}

.fc-button-primary{text-transform: capitalize !important;}

#sportlomo-fullcalendar {
  max-width: 100%;
  height: auto;
  overflow-y: hidden !important; /* hides vertical scroll */

  margin:0;
  background:none;
  padding:0;
  border-radius:unset;
  box-shadow:none;
}

.fc-scroller {
  overflow-y: hidden !important;
}

.fc-day-today{border-bottom:2px solid #3f80da !important;}

.fc-day-today .fc-daygrid-day-number{color:#3f80da !important;font-weight: bold;}

/*Events Monthly View Calendar*/

.sportlomo-single-event {
  
  margin: 40px auto;
  padding: 30px;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 12px;
  box-shadow: 0 4px 15px rgba(0,0,0,0.05);
}

.sportlomo-event-header {
  text-align: center;
  margin-bottom: 25px;
}

.sportlomo-event-header .event-title {
  font-size: 32px;
  font-weight: 700;
  margin: 0;
}

.sportlomo-event-meta {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
  margin-bottom: 25px;
  font-size: 16px;
  color: #011365 !important;
}

.sportlomo-event-meta .meta-item {
  background: #ffffff;
  padding: 15px;
  border-radius: 8px;
  border: 1px solid #015ce4;
}

.sportlomo-event-actions {
  display: flex;
  gap: 15px;
  justify-content: center;
  margin-bottom: 30px;
}

.sportlomo-button {
  display: inline-block;
  padding: 10px 18px;
  background: #015ce4;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 600;
  transition: background 0.3s;
}

.sportlomo-button:hover {
  background: #015ce4;
}

.sportlomo-event-content {
  font-size: 16px;
  line-height: 1.7;
  color:#011364 !important;
}

.sportlomo-event-meta a{color:#000;}

.fc .fc-button{background-color:#0B499F !important;border:1px solid #0B499F !important}

.fc-toolbar-title{color:#011364 !important}

.Eviewall a {
    font-family: muli;
    font-weight: 400;
    font-size: 14px;
    text-transform: uppercase;
    float: right;
    border: 1px solid #05377E;
    color: #333;
    border-radius: 4px;
    padding: 6px 12px;
}