/* Coppera — дрібні елементи: чипи, смуга згоди, службові обгортки */

:root {
  --cp-copper: #a35a1f;
  --cp-chestnut: #6b3d1c;
  --cp-sand: #e6b980;
  --cp-ink: #2a1f16;
  --cp-dark: #3d2412;
}

.chipRow_cp4 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 8px;
  margin-top: 22px;
}
.chipRow_cp4__item {
  font: 700 10.5px/1 "Century Gothic", "Futura", "Segoe UI", sans-serif;
  letter-spacing: 0.16em;
  text-transform: uppercase;
  color: var(--cp-chestnut);
  background: rgba(255, 255, 255, 0.86);
  border: 1px solid rgba(163, 90, 31, 0.28);
  border-radius: 999px;
  padding: 7px 14px 8px;
}

.crumbBar_cp4 {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 900;
  padding: 16px 22px;
  background: rgba(61, 36, 18, 0.97);
  color: #efe4d5;
  backdrop-filter: blur(10px);
  border-top: 2px solid var(--cp-copper);
}
.crumbBar_cp4__row {
  max-width: 1080px;
  margin: 0 auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  gap: 14px;
}
.crumbBar_cp4__text {
  flex: 1;
  min-width: 220px;
  font: 13.5px/1.7 "Century Gothic", "Futura", "Segoe UI", sans-serif;
  color: #d5c4b1;
}
.crumbBar_cp4__text a {
  color: var(--cp-sand);
  text-decoration: underline;
}
.crumbBar_cp4__keys {
  display: flex;
  gap: 10px;
  flex-wrap: wrap;
}
.crumbBar_cp4__yes,
.crumbBar_cp4__no {
  cursor: pointer;
  border: none;
  border-radius: 999px;
  padding: 10px 20px;
  font: 700 12px/1 "Century Gothic", "Futura", "Segoe UI", sans-serif;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}
.crumbBar_cp4__yes {
  background: linear-gradient(135deg, #a35a1f, #6b3d1c);
  color: #fdfaf3;
}
.crumbBar_cp4__no {
  background: transparent;
  color: #e6b980;
  border: 1px solid rgba(230, 185, 128, 0.44);
}

.holdNarrow_cp4 {
  max-width: 860px;
  margin: 0 auto;
  padding: 0 20px;
}
.holdWide_cp4 {
  max-width: 1080px;
  margin: 0 auto;
  padding: 0 20px;
}
.mutedPrint_cp4 {
  font: 11.5px/1.7 "Century Gothic", "Futura", "Segoe UI", sans-serif;
  color: #8d7c68;
}
