:root{
  --ukc-gap-tight: .35rem;
  --ukc-outline: rgba(13,110,253,.25);
}
/* Reduce extra space under the CTA and calendar */
.section .btn, .cta-button .btn { margin-bottom: var(--ukc-gap-tight); }
#services #monthYear { margin: .25rem 0 .5rem; }
#services table { margin-bottom: .5rem; border-collapse: separate; border-spacing: 2px; }
#services table td, #services table th { padding: .3rem .35rem; border: 1px solid #eee; border-radius: 2px; }
#calendar-body td.sunday-green { background: #dfefd9; }
#calendar-body td.green-day { background: #e9f7e9; }
#calendar-body td.holiday { background: #f9d6d6; }
#calendar-body td .day-flag { display: inline-block; font-size: 10px; font-weight: 700; margin-left: 6px; }
#calendar-body td.open-day .day-flag { color: #198754; }
#calendar-body td.closed-day .day-flag { color: #dc3545; }
/* Selection visual */
#calendar-body td.is-selected{ outline: 2px solid var(--ukc-outline); outline-offset: -2px; position:relative }
#calendar-body td.is-selected::after{ content:''; position:absolute; inset:0; background: rgba(13,110,253,.06); pointer-events:none; border-radius:2px }
/* Sticky edit bar spacing */
#calEditBar{ margin-bottom: .5rem; }

/* --- Admin bar button hover/rollover and feedback --- */
#calEditBar .btn { transition: transform .05s ease, box-shadow .15s ease; }
#calEditBar .btn:hover { transform: translateY(-1px); box-shadow: 0 2px 6px rgba(0,0,0,.08); }
#calEditBar .btn:active { transform: translateY(0); box-shadow: none; }
#saveStatus { font-weight: 600; }
/* Larger two-line years badge */
.experience-badge .years-badge .line1 { display:block; font-size: 1.15rem; line-height: 1.15; }
.experience-badge .years-badge .line2 { display:block; font-size: 1.1rem; line-height: 1.1; }
@media (min-width: 768px){
  .experience-badge .years-badge .line1 { font-size: 1.35rem; }
  .experience-badge .years-badge .line2 { font-size: 1.25rem; }
}

/* PC sizing for the two-line years badge */
@media (min-width: 1024px){
  .experience-badge .years-badge .line1 { font-size: 1.7rem; line-height: 1.15; }
  .experience-badge .years-badge .line2 { font-size: 1.35rem; line-height: 1.1; }
}
