/* 칩 색은 klubo.css 의 회원 달력 규칙을 그대로 쓴다.
 * base .calendar-schedule__item(파랑) = 게스트로 참석 신청함,
 * .unvoted(회색) = 미참석/비로그인. 여기서 색을 덮어쓰지 않는다(범례와 색이 갈리면 안 된다). */

.tpc-cal-grid .dues-years__wrap .btn-dues__years {
    display: flex;
    align-items: center;
    justify-content: center;
}

/* ============================================================================
 * 일정 상세 진입 (/teamPublic/schedule)
 * ========================================================================== */

/* 달력 셀의 일정 바(<li.calendar-schedule__item>) 안에 들어간 링크.
 * base .calendar-schedule__item 이 배경/라운드/좌측 라인을, .txt 가 높이·폰트를 이미 담당한다.
 * 링크는 그 영역을 그대로 채우기만 하고 자체 색/밑줄을 만들지 않는다(디자인 불변). */
.tpc-cal-grid .calendar-schedule__item .tpc-cal-item__link {
    display: block;
    color: inherit;
    text-decoration: none;
}
.tpc-cal-grid .calendar-schedule__item .tpc-cal-item__link:hover .txt,
.tpc-cal-grid .calendar-schedule__item .tpc-cal-item__link:focus .txt {
    text-decoration: underline;
}
