.po-cc {
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 60;
  padding: 16px;
  background: rgba(23, 23, 23, 0.96);
  color: #f5f5f5;
  box-shadow: 0 -8px 28px rgba(0, 0, 0, 0.28);
}
.po-cc[hidden] {
  display: none !important;
}
.po-cc-inner {
  max-width: 920px;
  margin: 0 auto;
}
.po-cc-title {
  margin: 0;
  font-size: 1.05rem;
  font-weight: 700;
}
.po-cc-text {
  margin: 10px 0 0;
  font-size: 0.9rem;
  line-height: 1.5;
  color: #e5e5e5;
}
.po-cc-text a {
  color: #fff;
  text-decoration: underline;
}
.po-cc-status {
  min-height: 1.2em;
  margin: 8px 0 0;
  color: #fca5a5;
  font-size: 0.82rem;
}
.po-cc-options {
  margin-top: 14px;
  padding: 12px;
  border: 1px solid #525252;
  border-radius: 8px;
  background: #262626;
}
.po-cc-options[hidden] {
  display: none !important;
}
.po-cc-option {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 16px;
  padding: 10px 0;
  border-bottom: 1px solid #404040;
  cursor: pointer;
}
.po-cc-option:first-child {
  padding-top: 0;
  cursor: default;
}
.po-cc-option span {
  min-width: 0;
}
.po-cc-option strong,
.po-cc-option small {
  display: block;
}
.po-cc-option small {
  margin-top: 3px;
  color: #d4d4d4;
  font-size: 0.78rem;
  line-height: 1.35;
}
.po-cc-option input {
  flex: 0 0 auto;
  width: 20px;
  height: 20px;
  margin: 0;
}
.po-cc-save {
  width: 100%;
  margin-top: 12px;
  background: #fff;
  color: #171717;
}
.po-cc-actions {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 16px;
}
.po-cc-btn {
  border: 0;
  border-radius: 8px;
  padding: 11px 16px;
  font: inherit;
  font-size: 0.92rem;
  cursor: pointer;
}
.po-cc-btn:disabled {
  opacity: 0.6;
  cursor: not-allowed;
}
.po-cc-accept {
  background: #16a34a;
  color: #fff;
}
.po-cc-reject {
  background: #fff;
  color: #171717;
}
.po-cc-custom {
  border: 1px solid #a3a3a3;
  background: transparent;
  color: #fff;
}
.po-cc-manage {
  position: fixed;
  left: 16px;
  bottom: 24px;
  z-index: 55;
  border: 1px solid #d4d4d4;
  border-radius: 999px;
  background: #fff;
  color: #171717;
  font: inherit;
  font-size: 12px;
  padding: 8px 12px;
  cursor: pointer;
  box-shadow: 0 2px 10px rgba(0, 0, 0, 0.12);
}
.po-cc-manage[hidden] {
  display: none !important;
}
@media (min-width: 720px) {
  .po-cc {
    padding: 18px 24px;
  }
  .po-cc-actions {
    justify-content: flex-end;
  }
}
