.ga-cal-wrap { font-family: inherit; max-width: 400px; }
.ga-cal-filters { display: flex; gap: 6px; margin-bottom: 14px; flex-wrap: nowrap; }
.ga-cal-select { padding: 5px 6px; border: 1px solid #017CC2; border-radius: 4px; font-size: 14px; color: #111; cursor: pointer; flex: 1; }
.ga-cal-header { display: flex; align-items: center; justify-content: space-between; margin-bottom: 12px; }
.ga-cal-title { font-weight: 700; font-size: 20px; color: #111; }
.ga-cal-nav { text-decoration: none; font-size: 34px; color: #017CC2; font-weight: bold; padding: 0 10px; line-height: 1; }
.ga-cal-nav:hover { color: #015a8e; }
.ga-cal-table { width: 100%; border-collapse: collapse; }
.ga-cal-table th { text-align: center; padding: 8px 4px; font-size: 16px; color: #111; font-weight: 700; }
.ga-cal-table td { text-align: center; padding: 6px 4px; font-size: 17px; }
.ga-cal-has-posts a {
    display: inline-flex; align-items: center; justify-content: center;
    width: 40px; height: 40px;
    border: 2px solid #017CC2; border-radius: 50%;
    color: #111; text-decoration: none; font-weight: 700; font-size: 17px;
    background: transparent; box-sizing: border-box;
}
.ga-cal-has-posts a:hover { background: #017CC2; color: #fff; }
.ga-cal-empty { color: #bbb; font-size: 16px; }
