
.cp-portal .cp-day.cp-sat .cp-date { color: #2b6cb0 !important; font-weight: 700; }
.cp-portal .cp-day.cp-sun .cp-date { color: #c53030 !important; font-weight: 700; }
.cp-portal .cp-day.cp-holiday .cp-date { color: #d53f8c !important; font-weight: 800; }

.cp-portal .cp-day.cp-flash { animation: cpslFlash 700ms ease-out 1; }
@keyframes cpslFlash {
  0%   { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0); }
  35%  { transform: scale(1.01); box-shadow: 0 0 18px rgba(0,0,0,0.18); }
  100% { transform: scale(1); box-shadow: 0 0 0 rgba(0,0,0,0); }
}

.cpsl-toast {
  position: fixed;
  left: 50%;
  bottom: 16px;
  transform: translateX(-50%);
  z-index: 99999;
  background: rgba(0,0,0,0.86);
  color: #fff;
  padding: 10px 14px;
  border-radius: 10px;
  font-size: 14px;
  line-height: 1.2;
  opacity: 0;
  pointer-events: none;
  transition: opacity 200ms ease;
}
.cpsl-toast.is-show { opacity: 1; }

.cp-portal a.cp-edit,
.cp-portal a.cp-edit:visited,
.cp-portal button.cp-edit,
.cp-portal .cp-edit { color:#fff !important; }
.cp-portal a.cp-edit:hover,
.cp-portal a.cp-edit:focus,
.cp-portal button.cp-edit:hover,
.cp-portal button.cp-edit:focus,
.cp-portal .cp-edit:hover,
.cp-portal .cp-edit:focus { color:#fff !important; text-decoration:none !important; }
