.pscb {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  z-index: 999999;
  background: rgba(23, 25, 28, 0.92);
  color: #efefef;
  font-size: 14px;
  line-height: 1.4;
  box-shadow: 0 -2px 12px rgba(0, 0, 0, 0.2);
}

.pscb-inner {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  gap: 12px 20px;
  max-width: 1200px;
  margin: 0 auto;
  padding: 14px 20px;
}

.pscb-text {
  margin: 0;
  flex: 1 1 280px;
}

.pscb-link {
  color: #25b9d7;
  margin-left: 6px;
}

.pscb-btn {
  flex-shrink: 0;
  cursor: pointer;
  border: none;
  border-radius: 3px;
  padding: 8px 18px;
  font-weight: 600;
  font-size: 14px;
  color: #fff;
  background: #25b9d7;
}

.pscb-btn:hover {
  background: #1e94ab;
}
