@charset "UTF-8";

.n-calendar-widget .na-card { 
    position: relative; 
    border: 1px solid #dee2e6; /* 날씨 위젯과 동일한 테두리 */
    border-radius: 8px; 
    background: #fff; 
    overflow: hidden;
}

.n-calendar-widget .na-card::before { display: none !important; }

/* 헤더 상단 연한 회색으로 날씨 위젯과 통일 */
.n-calendar-widget .na-sec-head { 
    background: #f8f9fa !important; 
    border-bottom: 1px solid #dee2e6 !important;
}

.n-calendar-widget .cal-big-date { 
    font-size: 2.8rem; font-weight: 700; letter-spacing: -2px; color: #212529;
}

.n-calendar-widget .cal-grid { table-layout: fixed; width: 100%; }
.n-calendar-widget .cal-grid th { font-size: 0.8rem; color: #666; font-weight: 600; }
.n-calendar-widget .cal-grid td { padding: 4px 0; font-size: 0.85rem; height: 35px; cursor: pointer; position: relative; }
.n-calendar-widget .cal-day-text { display: inline-block; width: 26px; height: 26px; line-height: 26px; border-radius: 50%; }
.n-calendar-widget .text-holiday { color: #e74c3c !important; }
.n-calendar-widget .is-today .cal-day-text { background-color: #e74c3c; color: #fff !important; font-weight: bold; }
.n-calendar-widget .event-dot { position: absolute; bottom: 2px; left: 50%; margin-left: -2px; width: 4px; height: 4px; border-radius: 50%; background-color: #007bff; }

/* 구나리야 다크모드 대응 */
body.dark-mode .n-calendar-widget .na-card { background: #2b2b2b; border-color: #444; }
body.dark-mode .n-calendar-widget .na-sec-head { background: #343a40 !important; border-color: #444 !important; }