:root {
  --cb-ds-blue: #2563eb;
  --cb-ds-blue-soft: #eff6ff;
  --cb-ds-bg: #f4f7fb;
  --cb-ds-line: #e2e8f0;
  --cb-ds-text: #0f172a;
  --cb-ds-muted: #64748b;
  --cb-ds-max: 1180px;
}

main.cb-main--demand-show {
  background: var(--cb-ds-bg);
}

.cb-demand-show {
  display: grid;
  gap: 18px;
  max-width: var(--cb-ds-max);
  margin: 0 auto;
  padding: 0 0 48px;
  box-sizing: border-box;
}

.cb-demand-show__breadcrumbs {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 8px;
  font-size: 13px;
  line-height: 1.4;
}

.cb-demand-show__breadcrumbs a {
  color: #3b82f6 !important;
  text-decoration: none;
  font-weight: 500;
}

.cb-demand-show__breadcrumbs a:hover {
  text-decoration: underline;
}

.cb-demand-show__breadcrumbs-current,
.cb-demand-show__breadcrumbs span:last-child {
  color: #64748b;
  font-weight: 500;
}

.cb-demand-show__breadcrumbs-sep {
  color: #94a3b8;
}

.cb-demand-show__layout {
  display: grid;
  grid-template-columns: minmax(0, 1fr) 320px;
  gap: 22px;
  align-items: start;
}

.cb-demand-show__content {
  display: grid;
  gap: 16px;
  min-width: 0;
}

.cb-demand-show__sidebar {
  display: grid;
  gap: 12px;
  position: sticky;
  top: 84px;
}

.cb-demand-show__panel {
  background: #fff;
  border: 1px solid var(--cb-ds-line);
  border-radius: 16px;
  padding: 16px;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cb-demand-show__panel-title {
  margin: 0 0 14px;
  font-size: 18px;
  line-height: 1.2;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-show__badge {
  display: inline-flex;
  align-items: center;
  min-height: 26px;
  padding: 0 10px;
  border-radius: 999px;
  background: #dbeafe;
  color: #1d4ed8;
  font-size: 12px;
  font-weight: 700;
}

.cb-demand-show__hero h1 {
  margin: 10px 0 0;
  font-size: clamp(28px, 3.2vw, 36px);
  line-height: 1.12;
  letter-spacing: -0.03em;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-show__intro {
  margin: 12px 0 0;
  max-width: 760px;
  font-size: 15px;
  line-height: 1.6;
  color: #475569;
}

.cb-demand-show__meta {
  display: flex;
  flex-wrap: wrap;
  gap: 12px 18px;
  margin-top: 14px;
  color: #64748b;
  font-size: 13px;
}

.cb-demand-show__meta-item {
  display: inline-flex;
  align-items: center;
  gap: 6px;
}

.cb-demand-show__meta-item::before {
  content: "";
  width: 15px;
  height: 15px;
  background: center / 15px 15px no-repeat;
  flex: 0 0 15px;
}

.cb-demand-show__meta-item--city::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 21s7-4.5 7-11a7 7 0 1 0-14 0c0 6.5 7 11 7 11Z'/%3E%3Ccircle cx='12' cy='10' r='2.5'/%3E%3C/svg%3E");
}

.cb-demand-show__meta-item--date::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 3v3m8-3v3M4 9h16M6 5h12a2 2 0 0 1 2 2v13a2 2 0 0 1-2 2H6a2 2 0 0 1-2-2V7a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.cb-demand-show__meta-item--views::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M2 12s3.5-7 10-7 10 7 10 7-3.5 7-10 7S2 12 2 12Z'/%3E%3Ccircle cx='12' cy='12' r='2.5'/%3E%3C/svg%3E");
}

.cb-demand-show__meta-item--id::before {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M7 7h10v10H7z'/%3E%3Cpath stroke-linecap='round' d='M9 9h6v6H9z'/%3E%3C/svg%3E");
}

.cb-demand-show__task {
  padding: 16px 18px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cb-ds-line);
}

.cb-demand-show__task-title {
  display: flex;
  align-items: center;
  gap: 8px;
  margin: 0 0 10px;
  font-size: 16px;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-show__task-icon {
  width: 20px;
  height: 20px;
  border-radius: 6px;
  background: #dbeafe center / 14px 14px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 10h8M8 14h5'/%3E%3Cpath stroke-linecap='round' d='M7 4h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.cb-demand-show__task p {
  margin: 0;
  font-size: 15px;
  line-height: 1.55;
  color: #475569;
}

.cb-demand-show__details {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 10px;
}

.cb-demand-show__detail-card {
  display: grid;
  gap: 6px;
  padding: 14px 14px 16px;
  border-radius: 14px;
  border: 1px solid var(--cb-ds-line);
}

.cb-demand-show__detail-card--gray {
  background: #f8fafc;
}

.cb-demand-show__detail-card--blue {
  background: #eff6ff;
  border-color: #dbeafe;
}

.cb-demand-show__detail-card--green {
  background: #ecfdf5;
  border-color: #bbf7d0;
}

.cb-demand-show__detail-card--sky {
  background: #f0f9ff;
  border-color: #bae6fd;
}

.cb-demand-show__detail-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background-color: #fff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 18px 18px;
  border: 1px solid rgba(148, 163, 184, 0.18);
}

.cb-demand-show__detail-icon--budget {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 3v18M8 7h6a3 3 0 0 1 0 6H9a3 3 0 0 0 0 6h7'/%3E%3C/svg%3E");
}

.cb-demand-show__detail-icon--time {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 8v5l3 2'/%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3C/svg%3E");
}

.cb-demand-show__detail-icon--address {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316a34a' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M4 10 12 4l8 6v8a1 1 0 0 1-1 1h-5v-6H10v6H5a1 1 0 0 1-1-1v-8Z'/%3E%3C/svg%3E");
}

.cb-demand-show__detail-icon--shield {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 3l8 4v6c0 5-3.5 8-8 8s-8-3-8-8V7l8-4Z'/%3E%3C/svg%3E");
}

.cb-demand-show__detail-label {
  font-size: 12px;
  color: #64748b;
}

.cb-demand-show__detail-card strong {
  font-size: 15px;
  line-height: 1.25;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-show__notice {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
  padding: 14px 16px;
  border-radius: 14px;
  background: #eff6ff;
  border: 1px solid #bfdbfe;
}

.cb-demand-show__notice-icon {
  width: 32px;
  height: 32px;
  border-radius: 10px;
  background: #dbeafe center / 18px 18px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 8v5m0 3h.01'/%3E%3Ccircle cx='12' cy='12' r='8'/%3E%3C/svg%3E");
}

.cb-demand-show__notice strong {
  display: block;
  margin-bottom: 4px;
  font-size: 15px;
  color: var(--cb-ds-text);
}

.cb-demand-show__notice p {
  margin: 0;
  font-size: 14px;
  color: #475569;
  line-height: 1.5;
}

.cb-demand-show__photos-title {
  margin: 0 0 10px;
  font-size: 18px;
}

.cb-demand-show__photos-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(140px, 1fr));
  gap: 10px;
}

.cb-demand-show__photos-grid img {
  width: 100%;
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 12px;
  border: 1px solid var(--cb-ds-line);
}

.cb-demand-show__similar-head {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 12px;
  margin-bottom: 12px;
}

.cb-demand-show__similar-head h2 {
  margin: 0;
  font-size: 20px;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-show__similar-head a {
  color: var(--cb-ds-blue) !important;
  font-size: 14px;
  font-weight: 700;
  text-decoration: none;
}

.cb-demand-show__carousel {
  position: relative;
}

.cb-demand-show__carousel-track {
  display: grid;
  grid-auto-flow: column;
  grid-auto-columns: 210px;
  gap: 10px;
  overflow-x: auto;
  scroll-snap-type: x mandatory;
  scrollbar-width: none;
  padding: 2px 38px;
}

.cb-demand-show__carousel-track::-webkit-scrollbar {
  display: none;
}

.cb-demand-show__carousel-nav {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 32px;
  height: 32px;
  border: 1px solid var(--cb-ds-line);
  border-radius: 999px;
  background: #fff;
  box-shadow: 0 4px 14px rgba(15, 23, 42, 0.08);
  cursor: pointer;
  z-index: 1;
}

.cb-demand-show__carousel-nav:disabled {
  opacity: 0.35;
  cursor: default;
}

.cb-demand-show__carousel-nav--prev {
  left: 0;
}

.cb-demand-show__carousel-nav--next {
  right: 0;
}

.cb-demand-show__carousel-nav--prev::before,
.cb-demand-show__carousel-nav--next::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  margin: 0 auto;
  border-top: 2px solid #334155;
  border-right: 2px solid #334155;
}

.cb-demand-show__carousel-nav--prev::before {
  transform: rotate(-135deg);
}

.cb-demand-show__carousel-nav--next::before {
  transform: rotate(45deg);
}

.cb-demand-similar-card {
  scroll-snap-align: start;
}

.cb-demand-similar-card__link {
  display: grid;
  gap: 6px;
  min-height: 168px;
  padding: 14px;
  border-radius: 14px;
  background: #fff;
  border: 1px solid var(--cb-ds-line);
  text-decoration: none !important;
  color: inherit !important;
  box-shadow: 0 1px 2px rgba(15, 23, 42, 0.04);
}

.cb-demand-similar-card__icon {
  width: 44px;
  height: 44px;
  border-radius: 12px;
  background-color: #eff6ff;
  background-position: center;
  background-repeat: no-repeat;
  background-size: 22px 22px;
}

.cb-demand-similar-card__icon--master {
  background-color: #ecfdf5;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2316a34a' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 3v3m0 12v3M5 8h14'/%3E%3C/svg%3E");
}

.cb-demand-similar-card__icon--transport {
  background-color: #eff6ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M5 16h14l1-7H4l1 7Zm1.5 3a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Zm11 0a1.5 1.5 0 1 0 0-3 1.5 1.5 0 0 0 0 3Z'/%3E%3C/svg%3E");
}

.cb-demand-similar-card__icon--buy {
  background-color: #fef3c7;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d97706' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M6 6h15l-1.5 9h-12L6 6Zm0 0L5 3H2'/%3E%3C/svg%3E");
}

.cb-demand-similar-card__icon--help,
.cb-demand-similar-card__icon--work,
.cb-demand-similar-card__icon--rent,
.cb-demand-similar-card__icon--default {
  background-color: #eef2ff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%234338ca' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 8v8m-4-4h8'/%3E%3C/svg%3E");
}

.cb-demand-similar-card__title {
  font-size: 14px;
  line-height: 1.3;
  font-weight: 800;
  color: var(--cb-ds-text);
}

.cb-demand-similar-card__city,
.cb-demand-similar-card__time,
.cb-demand-similar-card__price {
  font-size: 12px;
  color: #64748b;
}

.cb-demand-similar-card__price {
  margin-top: auto;
  font-weight: 700;
  color: #334155;
}

.cb-demand-show__author-head {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: center;
  margin-bottom: 14px;
}

.cb-demand-show__avatar {
  width: 48px;
  height: 48px;
  border-radius: 999px;
  overflow: hidden;
  display: grid;
  place-items: center;
  background: #f1f5f9;
  color: #64748b;
  font-size: 18px;
  font-weight: 800;
}

.cb-demand-show__avatar img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.cb-demand-show__author-body strong {
  display: block;
  font-size: 16px;
  color: var(--cb-ds-text);
}

.cb-demand-show__contact {
  display: flex;
  align-items: center;
  gap: 6px;
  margin: 4px 0 0;
  font-size: 13px;
  color: #64748b;
}

.cb-demand-show__contact-icon {
  width: 14px;
  height: 14px;
  background: center / 14px 14px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%2394a3b8' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 10h8M8 14h5'/%3E%3Cpath stroke-linecap='round' d='M7 4h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.cb-demand-show__trust-btn {
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 42px;
  border-radius: 12px;
  border: 1px solid var(--cb-ds-line);
  background: #fff;
  color: #334155 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 700;
}

.cb-demand-show__safety {
  background: #fffbeb !important;
  border-color: #fde68a !important;
}

.cb-demand-show__safety-head {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 8px;
}

.cb-demand-show__safety-icon {
  width: 28px;
  height: 28px;
  border-radius: 8px;
  background: #fef3c7 center / 16px 16px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23d97706' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 3l8 4v6c0 5-3.5 8-8 8s-8-3-8-8V7l8-4Z'/%3E%3C/svg%3E");
}

.cb-demand-show__safety p {
  margin: 0 0 8px;
  font-size: 14px;
  line-height: 1.45;
  color: #78350f;
}

.cb-demand-show__safety-link {
  display: inline-flex;
  align-items: center;
  gap: 4px;
  color: #b45309 !important;
  font-size: 13px;
  font-weight: 700;
  text-decoration: none;
}

.cb-demand-show__safety-link::after {
  content: "›";
  font-size: 16px;
  line-height: 1;
}

.cb-demand-show__respond-steps {
  margin: 0 0 14px;
  padding: 0;
  list-style: none;
  display: grid;
  gap: 8px;
}

.cb-demand-show__respond-steps li {
  display: grid;
  grid-template-columns: 24px minmax(0, 1fr);
  gap: 8px;
  align-items: center;
  font-size: 13px;
  color: #475569;
}

.cb-demand-show__step-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #eff6ff center / 13px 13px no-repeat;
}

.cb-demand-show__step-icon--chat {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 10h8M8 14h5'/%3E%3Cpath stroke-linecap='round' d='M7 4h10a2 2 0 0 1 2 2v12a2 2 0 0 1-2 2H7a2 2 0 0 1-2-2V6a2 2 0 0 1 2-2Z'/%3E%3C/svg%3E");
}

.cb-demand-show__step-icon--deal {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 7h8M8 11h6'/%3E%3C/svg%3E");
}

.cb-demand-show__step-icon--review {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='m12 3 2.6 5.3 5.9.9-4.2 4.1 1 5.9L12 16.8 6.7 19.2l1-5.9L3.5 9.2l5.9-.9L12 3Z'/%3E%3C/svg%3E");
}

.cb-demand-show__cta-btn {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 8px;
  width: 100%;
  min-height: 46px;
  padding: 0 16px;
  border: 0;
  border-radius: 12px;
  background: var(--cb-ds-blue) !important;
  color: #fff !important;
  text-decoration: none !important;
  font-size: 15px;
  font-weight: 800;
  cursor: pointer;
  box-shadow: 0 8px 20px rgba(37, 99, 235, 0.22);
}

.cb-demand-show__cta-btn-icon {
  width: 16px;
  height: 16px;
  background: center / 16px 16px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%23ffffff' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Z'/%3E%3Cpath stroke-linecap='round' d='M6 20a6 6 0 0 1 12 0'/%3E%3C/svg%3E");
}

.cb-demand-show__form {
  display: grid;
  gap: 10px;
}

.cb-demand-show__portfolio-preview {
  display: grid;
  gap: 8px;
  margin-bottom: 12px;
  padding: 12px;
  border: 1px solid var(--cb-ds-line);
  border-radius: 12px;
  background: #fff;
}

.cb-demand-show__portfolio-preview strong {
  font-size: 14px;
}

.cb-demand-show__portfolio-preview p {
  margin: 0;
  color: var(--cb-ds-muted);
  font-size: 13px;
}

.cb-demand-show__portfolio-grid {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 8px;
}

.cb-demand-show__portfolio-grid img {
  width: 100%;
  aspect-ratio: 1 / 1;
  object-fit: cover;
  border-radius: 10px;
  border: 1px solid var(--cb-ds-line);
}

.cb-demand-show__privacy p {
  margin: 0;
  color: var(--cb-ds-muted);
  font-size: 14px;
  line-height: 1.5;
}

.cb-demand-show__respond-note {
  margin: 10px 0 0;
  text-align: center;
  color: #64748b;
  font-size: 13px;
}

.cb-demand-show__respond-note a {
  color: var(--cb-ds-blue) !important;
  font-weight: 700;
  text-decoration: none;
}

.cb-demand-show__pro {
  display: grid;
  grid-template-columns: minmax(0, 1.15fr) minmax(0, 1fr) auto;
  gap: 16px;
  align-items: center;
  padding: 18px 20px;
  border-radius: 16px;
  background: linear-gradient(135deg, #eff6ff 0%, #f8fbff 100%);
  border: 1px solid #dbeafe;
}

.cb-demand-show__pro-intro {
  display: grid;
  grid-template-columns: auto minmax(0, 1fr);
  gap: 12px;
  align-items: start;
}

.cb-demand-show__pro-icon {
  width: 40px;
  height: 40px;
  border-radius: 12px;
  background: #dbeafe center / 20px 20px no-repeat
    url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 3l8 4v6c0 5-3.5 8-8 8s-8-3-8-8V7l8-4Z'/%3E%3C/svg%3E");
}

.cb-demand-show__pro-intro strong {
  display: block;
  margin-bottom: 4px;
  font-size: 18px;
  color: var(--cb-ds-text);
}

.cb-demand-show__pro-intro p {
  margin: 0;
  font-size: 14px;
  line-height: 1.45;
  color: #475569;
}

.cb-demand-show__pro-grid {
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 8px;
}

.cb-demand-show__pro-grid article {
  display: grid;
  gap: 3px;
  padding: 10px 12px;
  border-radius: 12px;
  background: rgba(255, 255, 255, 0.9);
  border: 1px solid rgba(148, 163, 184, 0.16);
}

.cb-demand-show__pro-item-icon {
  width: 24px;
  height: 24px;
  border-radius: 8px;
  background: #eff6ff center / 13px 13px no-repeat;
}

.cb-demand-show__pro-item-icon--responses {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M8 10h8M8 14h5'/%3E%3C/svg%3E");
}

.cb-demand-show__pro-item-icon--rating {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='m12 3 2.6 5.3 5.9.9-4.2 4.1 1 5.9L12 16.8 6.7 19.2l1-5.9L3.5 9.2l5.9-.9L12 3Z'/%3E%3C/svg%3E");
}

.cb-demand-show__pro-item-icon--profile {
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 24 24' stroke='%232563eb' stroke-width='1.8'%3E%3Cpath stroke-linecap='round' d='M12 12a4 4 0 1 0-4-4 4 4 0 0 0 4 4Z'/%3E%3Cpath stroke-linecap='round' d='M6 20a6 6 0 0 1 12 0'/%3E%3C/svg%3E");
}

.cb-demand-show__pro-grid strong {
  font-size: 13px;
  color: var(--cb-ds-text);
}

.cb-demand-show__pro-grid span {
  font-size: 12px;
  color: #64748b;
  line-height: 1.35;
}

.cb-demand-show__pro-cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 44px;
  padding: 0 18px;
  border-radius: 12px;
  background: #fff !important;
  border: 1px solid var(--cb-ds-line) !important;
  color: #334155 !important;
  text-decoration: none !important;
  font-size: 14px;
  font-weight: 800;
  white-space: nowrap;
}

.cb-demand-show__pro-cta::after {
  content: "›";
  margin-left: 4px;
  font-size: 18px;
  line-height: 1;
}

.cb-demand-show__cta-btn--secondary {
  background: #fff !important;
  color: var(--cb-ds-blue) !important;
  border: 1px solid #bfdbfe;
  box-shadow: none;
}

.cb-demand-show__respond-status {
  margin: 10px 0 0;
  padding: 10px 12px;
  border-radius: 12px;
  background: #ecfdf5;
  border: 1px solid #bbf7d0;
  color: #166534;
  font-size: 13px;
  line-height: 1.45;
}

.cb-demand-show__respond-status.is-error {
  background: #fef2f2;
  border-color: #fecaca;
  color: #b91c1c;
}

.cb-demand-show__respond-status[hidden] {
  display: none !important;
}

main .cb-demand-show a.cb-demand-show__cta-btn,
main .cb-demand-show a.cb-demand-show__cta-btn:visited {
  color: #fff !important;
}

main .cb-demand-show a.cb-demand-show__cta-btn.cb-demand-show__cta-btn--secondary,
main .cb-demand-show a.cb-demand-show__cta-btn.cb-demand-show__cta-btn--secondary:visited {
  color: var(--cb-ds-blue) !important;
}

@media (max-width: 1100px) {
  .cb-demand-show__layout {
    grid-template-columns: 1fr;
  }

  .cb-demand-show__sidebar {
    position: static;
  }

  .cb-demand-show__details {
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }

  .cb-demand-show__pro {
    grid-template-columns: 1fr;
  }

  .cb-demand-show__pro-cta {
    justify-self: start;
  }
}

@media (max-width: 760px) {
  .cb-demand-show__details,
  .cb-demand-show__pro-grid {
    grid-template-columns: 1fr;
  }

  .cb-demand-show__carousel-track {
    grid-auto-columns: minmax(190px, 72%);
    padding-inline: 0;
  }

  .cb-demand-show__carousel-nav {
    display: none;
  }
}
