.ccpc-buttons {
  display: flex;
  flex-wrap: wrap;
  gap: 12px;
  align-items: center;
}

.ccpc-btn {
  display: inline-block;
  padding: 12px 22px;
  font-size: 15px;
  font-weight: 600;
  line-height: 1.2;
  color: #ffffff;
  background: #057642;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: background 0.15s ease;
  text-decoration: none;
}

.ccpc-btn:hover,
.ccpc-btn:focus {
  background: #046239;
  color: #ffffff;
}

.ccpc-btn:active {
  background: #034f2e;
}

.ccpc-admin-notice {
  padding: 10px 14px;
  margin: 8px 0;
  border-left: 4px solid #d63638;
  background: #fcf0f1;
  color: #1d2327;
  font-size: 14px;
}
