/**
 * Nepali Date Display Styles
 */
.nepali-date-display {
    text-align: center;
    font-size: 1.1rem;
    color: #000000;
    display: block;
    width: 100%;
    clear: both;
}

/* Responsive styles */
@media (max-width: 768px) {
    .nepali-date-display {
        font-size: 1.1rem;
    }
}
