/* Custom Artwork Project — page chrome matching Start-step design */

.page-customize-artwork main {
  background: #f7f7f8;
}

.cap-page-header {
  margin-bottom: 1.5rem;
}

.cap-page-header__row {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
  gap: 1rem 1.5rem;
}

.cap-page-title {
  margin: 0;
  font-size: clamp(1.65rem, 2.4vw, 2rem);
  font-weight: 800;
  letter-spacing: -0.02em;
  color: #111827;
  line-height: 1.2;
}

.cap-page-subtitle {
  margin: 0.45rem 0 0;
  font-size: 0.95rem;
  color: #6b7280;
  line-height: 1.45;
  max-width: 36rem;
}

.cap-secure-badge {
  display: inline-flex;
  align-items: center;
  gap: 0.65rem;
  padding: 0.65rem 0.9rem;
  border-radius: 12px;
  background: #fff7ed;
  border: 1px solid #fed7aa;
  flex-shrink: 0;
}

.cap-secure-badge__icon {
  width: 2rem;
  height: 2rem;
  border-radius: 999px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ffedd5;
  color: #c2410c;
}

.cap-secure-badge__icon svg {
  width: 1.05rem;
  height: 1.05rem;
}

.cap-secure-badge__text {
  display: flex;
  flex-direction: column;
  gap: 0.05rem;
  line-height: 1.25;
}

.cap-secure-badge__text strong {
  font-size: 0.8125rem;
  font-weight: 700;
  color: #9a3412;
}

.cap-secure-badge__text span {
  font-size: 0.72rem;
  color: #b45309;
}

.co-artwork-preview .co-preview-frame {
  min-height: 200px;
  flex-direction: column;
  padding: 1rem;
  text-align: left;
  align-items: stretch;
  justify-content: flex-start;
}

.co-artwork-preview__line {
  font-size: 0.875rem;
  margin: 0.25rem 0;
}

@media (max-width: 640px) {
  .cap-secure-badge {
    width: 100%;
  }
}
