/* CoralBay shared form header component */
.cbcc-submit-shell-card .cb-form-breadcrumbs,
.cbmm-submit-shell-card .cb-form-breadcrumbs{
  display:flex;
  align-items:center;
  gap:10px;
  flex-wrap:wrap;
  margin:0 0 14px!important;
  padding:9px 12px!important;
  border-radius:999px;
  border:1px solid rgba(46,163,242,.18);
  background:rgba(255,255,255,.88);
  color:#667887;
  font-size:13px;
  line-height:1.2;
  box-shadow:0 3px 10px rgba(20,73,110,.06);
}
.cbcc-submit-shell-card .cb-form-breadcrumbs a,
.cbmm-submit-shell-card .cb-form-breadcrumbs a{
  color:#123c59!important;
  font-weight:900;
  text-decoration:none!important;
}
.cbcc-submit-shell-card .cb-form-head,
.cbmm-submit-shell-card .cb-form-head{
  margin:0 0 12px !important;
  padding:0 !important;
  text-align:left !important;
  background:transparent !important;
  border:0 !important;
  box-shadow:none !important;
}
.cbcc-submit-shell-card .cb-form-head h2,
.cbmm-submit-shell-card .cb-form-head h2{
  margin:0 0 2px !important;
  color:#143249 !important;
  font-size:clamp(26px,2.5vw,38px) !important;
  line-height:1.08 !important;
  font-weight:900 !important;
  letter-spacing:-.015em !important;
}
.cbcc-submit-shell-card .cb-form-head p,
.cbmm-submit-shell-card .cb-form-head p{
  margin:0 0 12px !important;
  color:#587083 !important;
  font-size:15px !important;
  line-height:1.45 !important;
}
.cbcc-submit-shell-card .cb-listing-count-pill,
.cbmm-submit-shell-card .cb-listing-count-pill{
  display:inline-flex;
  align-items:center;
  gap:5px;
  width:max-content;
  max-width:100%;
  margin:0 0 26px!important;
  padding:9px 14px!important;
  border-radius:999px;
  border:1px solid rgba(46,163,242,.18);
  background:#fff;
  color:#123c59;
  font-size:14px;
  line-height:1.2;
  box-shadow:0 5px 14px rgba(20,73,110,.08);
}

/* CoralBay shared edit-form photo card */
.cbcc-submit-shell-card .cb-form-photo-card,
.cbmm-submit-shell-card .cb-form-photo-card{
  margin:0!important;
  padding:18px 20px!important;
  border-radius:16px!important;
  border:1px solid rgba(46,163,242,.16)!important;
  background:#fff!important;
  box-shadow:0 8px 22px rgba(20,73,110,.06)!important;
  color:#143249!important;
}
.cbcc-submit-shell-card .cb-form-photo-card h3,
.cbmm-submit-shell-card .cb-form-photo-card h3{
  margin:0 0 5px!important;
  padding:0!important;
  color:#143249!important;
  font-size:19px!important;
  line-height:1.2!important;
  font-weight:900!important;
}
.cbcc-submit-shell-card .cb-form-photo-help,
.cbmm-submit-shell-card .cb-form-photo-help{
  margin:0 0 10px!important;
  color:#587083!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.cbcc-submit-shell-card .cb-form-photo-summary,
.cbmm-submit-shell-card .cb-form-photo-summary{
  margin:0 0 3px!important;
  color:#143249!important;
  font-size:15px!important;
  line-height:1.35!important;
  font-weight:700!important;
}
.cbcc-submit-shell-card .cb-form-photo-summary strong,
.cbmm-submit-shell-card .cb-form-photo-summary strong{
  font-weight:900!important;
}
.cbcc-submit-shell-card .cb-form-photo-note,
.cbmm-submit-shell-card .cb-form-photo-note,
.cbcc-submit-shell-card .cb-form-photo-disabled,
.cbmm-submit-shell-card .cb-form-photo-disabled{
  margin:0!important;
  color:#587083!important;
  font-size:13px!important;
  line-height:1.45!important;
}
.cbcc-submit-shell-card .cb-form-photo-action,
.cbmm-submit-shell-card .cb-form-photo-action{
  margin:12px 0 0!important;
  padding:0!important;
}
.cbcc-submit-shell-card .cb-form-photo-button,
.cbmm-submit-shell-card .cb-form-photo-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  min-height:34px!important;
  padding:8px 18px!important;
  border:0!important;
  border-radius:999px!important;
  background:#2ea3f2!important;
  color:#fff!important;
  font-size:14px!important;
  line-height:1!important;
  font-weight:900!important;
  text-decoration:none!important;
  box-shadow:0 7px 16px rgba(46,163,242,.24)!important;
}
.cbcc-submit-shell-card .cb-form-photo-button:hover,
.cbmm-submit-shell-card .cb-form-photo-button:hover{
  filter:brightness(.96);
  color:#fff!important;
  text-decoration:none!important;
}


/* CoralBay shared description/details section */
.cbcc-submit-shell-card .cb-form-description-details,
.cbmm-submit-shell-card .cb-form-description-details{
  width:100% !important;
  max-width:none !important;
  margin:0 0 12px !important;
  padding:13px 14px !important;
  border:1px solid rgba(46,163,242,.18) !important;
  border-radius:16px !important;
  background:rgba(255,255,255,.90) !important;
  box-shadow:0 8px 20px rgba(16,42,67,.06) !important;
  box-sizing:border-box !important;
  color:#143249 !important;
}
.cbcc-submit-shell-card .cb-form-description-details > summary,
.cbmm-submit-shell-card .cb-form-description-details > summary{
  display:flex !important;
  align-items:center !important;
  gap:8px !important;
  margin:0 !important;
  padding:0 !important;
  color:#17364d !important;
  font-size:15px !important;
  font-weight:900 !important;
  line-height:1.2 !important;
  cursor:pointer !important;
  list-style:none !important;
}
.cbcc-submit-shell-card .cb-form-description-details > summary::-webkit-details-marker,
.cbmm-submit-shell-card .cb-form-description-details > summary::-webkit-details-marker{
  display:none !important;
}
.cbcc-submit-shell-card .cb-form-description-details > summary::before,
.cbmm-submit-shell-card .cb-form-description-details > summary::before{
  content:'›';
  display:inline-flex;
  align-items:center;
  justify-content:center;
  width:16px;
  height:16px;
  flex:0 0 16px;
  border-radius:999px;
  color:#2ea3f2;
  font-size:19px;
  line-height:1;
  font-weight:900;
  transform:rotate(0deg);
  transition:transform .18s ease;
}
.cbcc-submit-shell-card .cb-form-description-details[open] > summary,
.cbmm-submit-shell-card .cb-form-description-details[open] > summary{
  margin-bottom:10px !important;
}
.cbcc-submit-shell-card .cb-form-description-details[open] > summary::before,
.cbmm-submit-shell-card .cb-form-description-details[open] > summary::before{
  transform:rotate(90deg);
}
.cbcc-submit-shell-card .cb-form-description-body,
.cbmm-submit-shell-card .cb-form-description-body{
  margin:0 !important;
  padding:0 !important;
  border:0 !important;
  background:transparent !important;
  box-shadow:none !important;
}
.cbcc-submit-shell-card .cb-form-description-textarea,
.cbmm-submit-shell-card .cb-form-description-textarea{
  display:block !important;
  width:100% !important;
  min-height:96px !important;
  height:auto !important;
  padding:8px 11px !important;
  margin:0 !important;
  border:1px solid rgba(24,52,74,.18) !important;
  border-radius:13px !important;
  background:#fff !important;
  color:#1f3648 !important;
  font-family:inherit !important;
  font-size:15px !important;
  line-height:1.35 !important;
  font-weight:400 !important;
  resize:vertical !important;
  box-shadow:inset 0 1px 0 rgba(255,255,255,.78) !important;
  box-sizing:border-box !important;
}
.cbcc-submit-shell-card .cb-form-description-textarea:focus,
.cbmm-submit-shell-card .cb-form-description-textarea:focus{
  outline:none !important;
  border-color:rgba(46,163,242,.75) !important;
  box-shadow:0 0 0 3px rgba(46,163,242,.14) !important;
}


/* CoralBay shared primary edit/submit button */
.cbcc-submit-shell-card .cb-form-primary-button,
.cbmm-submit-shell-card .cb-form-primary-button{
  display:inline-flex!important;
  align-items:center!important;
  justify-content:center!important;
  gap:8px!important;
  min-height:44px!important;
  padding:12px 24px!important;
  border:0!important;
  border-radius:999px!important;
  background:#d8a523!important;
  color:#fff!important;
  font-size:15px!important;
  line-height:1!important;
  font-weight:900!important;
  text-decoration:none!important;
  cursor:pointer!important;
  box-shadow:0 10px 22px rgba(216,165,35,.24)!important;
}
.cbcc-submit-shell-card .cb-form-primary-button:hover,
.cbmm-submit-shell-card .cb-form-primary-button:hover{
  filter:brightness(.96);
  color:#fff!important;
}
.cbcc-submit-shell-card .cb-form-primary-tick,
.cbmm-submit-shell-card .cb-form-primary-tick{
  font-weight:900!important;
  line-height:1!important;
}
