.ccpch-clear{
  clear: both;
}

.ccpch-preview-wrap {
  margin: 1em 0;
  padding: 1.25em;
  border: 1px solid #e5e7eb; 
  border-radius: 12px;
  background: #fff;
  box-shadow: 0 2px 6px rgba(0,0,0,0.05);
}

.ccpch-heading {
  margin: 0 0 .75em;
  font-size: 1.1rem;
  font-weight: 600;
  color: #111827; 
}


.ccpch-presets {
  display: flex;
  flex-direction: column;
  gap: .65em;
  margin-bottom: 1em;
}

.ccpch-preset {
  display: flex;
  align-items: center;
  gap: .5em;
  cursor: pointer;
  padding: .5em .75em;
  border: 1px solid #e5e7eb;
  border-radius: 8px;
  background: #f9fafb;
  transition: all 0.2s ease;
}

.ccpch-preset:hover {
  background: #f3f4f6;
  border-color: #d1d5db;
}


.ccpch-preset input[type="radio"],
.ccpch-preset input[type="checkbox"] {
  appearance: none;
  width: 18px;
  height: 18px;
  border: 2px solid #9ca3af;
  border-radius: 4px;
  background: #fff;
  display: grid;
  place-content: center;
  transition: all 0.2s ease;
}

.ccpch-preset input[type="radio"]:checked,
.ccpch-preset input[type="checkbox"]:checked {
  border-color: #2563eb; 
  background: #2563eb;
}

.ccpch-preset input[type="radio"]:checked::after,
.ccpch-preset input[type="checkbox"]:checked::after {
  content: "✔";
  font-size: 12px;
  color: #fff;
}


.ccpch-btn {
  display: inline-block;
  padding: .6em 1.2em;
  background: linear-gradient(135deg, #2563eb, #3b82f6); 
  color: #fff;
  font-size: 15px;
  font-weight: 600;
  border: none;
  border-radius: 8px;
  cursor: pointer;
  transition: all 0.25s ease;
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ccpch-btn:hover:not([disabled]) {
  background: linear-gradient(135deg, #1e40af, #2563eb);
  transform: translateY(-1px);
  box-shadow: 0 4px 10px rgba(0,0,0,0.12);
}

.ccpch-btn:active:not([disabled]) {
  transform: translateY(0);
  box-shadow: 0 2px 6px rgba(0,0,0,0.08);
}

.ccpch-btn[disabled] {
  opacity: .6;
  cursor: not-allowed;
  box-shadow: none;
}


.ccpch-month {
  position: absolute;
  left: 100%;
  opacity: 0;
  transition: all .35s ease;
  width: 100%;
}
.ccpch-month.active {
  left: 0;
  opacity: 1;
}




.ccpch-open-preview {
  display: inline-flex;
  align-items: center;
  gap: .5rem;
  padding: .45rem .9rem;
  border-radius: 8px;
  background: #ffffff;
  color: #2563eb;
  border: 1px solid rgba(37,99,235,0.12);
  font-weight: 600;
  text-decoration: none;
  box-shadow: 0 2px 6px rgba(37,99,235,0.06);
  transition: transform .12s ease, box-shadow .12s ease, background .12s ease;
  white-space: nowrap;
}


.ccpch-open-preview .ccpch-icon {
  font-size: 16px;
  line-height: 1;
  display: inline-block;
  transform: translateY(-1px);
}


.ccpch-open-preview:hover {
  transform: translateY(-2px);
  box-shadow: 0 6px 14px rgba(37,99,235,0.10);
  background: #f7fbff;
}


.ccpch-open-preview[aria-disabled="true"],
.ccpch-open-preview.disabled {
  opacity: .6;
  pointer-events: none;
  transform: none;
  box-shadow: none;
}


.proofing_table_sec{
  display: block;
  width: 100%;
  padding: 10px 0 10px;
}



