/* Custom styles for calendar date range */
.CalendarDay__selected_span {
    background: #F26332 !important;
    color: #ffffff !important;
    opacity: 0.5;
}

.CalendarDay__hovered_span,
.CalendarDay__hovered_span:hover {
    background: #F26332 !important;
    color: #ffffff !important;
    opacity: 0.5;
}

/* Additional calendar styles for specific sections */
.viewListingDate .CalendarDay__selected_span,
.viewListingDate .CalendarDay__selected_span:active,
.viewListingDate .CalendarDay__selected_span:hover {
    background: #F26332 !important;
    color: #ffffff !important;
} 