.elementor-4401 .elementor-element.elementor-element-2d5d722{--display:flex;--padding-top:5%;--padding-bottom:5%;--padding-left:5%;--padding-right:5%;}/* Start custom CSS for shortcode, class: .elementor-element-8b1cc39 *//* ========== AIBoatBuddy Boat Valuation Tool (SCOPED) ========== */

.abb-valuation {
  font-family: system-ui, -apple-system, Segoe UI, Roboto, sans-serif;
}

.abb-valuation * { box-sizing: border-box; }

/* Card */
.abb-valuation .abb-card {
  max-width: 1440px;
  margin: 0 auto;
  border-radius: 20px;
  background: #ffffff;
  box-shadow: 0 20px 50px rgba(0,0,0,0.12);
  overflow: hidden;
}

/* Header */
.abb-valuation .abb-header {
  padding: 28px;
  background: #6B9BBF;
  color: #fff;
}

.abb-valuation .abb-kicker {
  font-size: 28px;
  font-weight: 700;
  letter-spacing: 0.12em;
}

.abb-valuation .abb-title {
  margin: 6px 0;
  font-size: 22px;
  font-weight: 800;
  color: #fff;
}

.abb-valuation .abb-subtitle {
  font-size: 14px;
  opacity: 0.95;
}

.abb-valuation .abb-req { color: rgba(255,255,255,0.95); }

/* Form */
.abb-valuation .abb-form { padding: 24px 28px 6px; }

.abb-valuation .abb-field {
  display: flex;
  flex-direction: column;
  gap: 6px;
}

.abb-valuation .abb-label {
  font-size: 13px;
  font-weight: 700;
  color: #1b2b34;
}

.abb-valuation .abb-input {
  padding: 12px;
  border-radius: 12px;
  border: 1px solid rgba(0,0,0,0.15);
  font-size: 14px;
  width: 100%;
}

/* Custom dropdown arrow - ONLY select */
.abb-valuation select.abb-input{
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  padding-right: 44px;
  background-image: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 24 24' fill='none' stroke='%23666' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'><polyline points='6 9 12 15 18 9'/></svg>");
  background-repeat: no-repeat;
  background-position: right 16px center;
  background-size: 14px;
}

/* No dropdown arrow on inputs */
.abb-valuation input.abb-input{
  background-image: none !important;
  padding-right: 12px;
  appearance: auto;
  -webkit-appearance: auto;
  -moz-appearance: auto;
}

.abb-valuation select.abb-input::-ms-expand { display: none; }

.abb-valuation .abb-input:focus {
  outline: none;
  border-color: #5f89a2;
  box-shadow: 0 0 0 4px rgba(95,137,162,0.2);
}

/* Grid with button aligned right (Brand, Model, Year, Button) */
.abb-valuation .abb-grid-search{
  display: grid;
  grid-template-columns: minmax(0,1fr) minmax(0,1fr) 160px auto;
  gap: 14px;
  align-items: end;
}

@media (max-width: 1024px){
  .abb-valuation .abb-grid-search{ grid-template-columns: 1fr; }
  .abb-valuation .abb-field-btn{ align-items: flex-start; }
}

.abb-valuation .abb-field-btn {
  display: flex;
  align-items: flex-end;
}

.abb-valuation .abb-btn {
  border: none;
  border-radius: 999px;
  height: 44px;
  padding: 0 20px;
  font-weight: 800;
  background: #5f89a2;
  color: #fff;
  cursor: pointer;
}

.abb-valuation .abb-field-btn .abb-btn{ width: 100%; }

/* Centered status */
.abb-valuation .abb-status-wrap {
  display: flex;
  justify-content: center;
  margin: 14px 0 10px;
}

.abb-valuation .abb-status {
  font-size: 13px;
  color: rgba(0,0,0,0.65);
  text-align: center;
}

/* Results */
.abb-valuation .abb-results { padding: 0 28px 28px; }

.abb-valuation .abb-result-stack {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

/* Panels */
.abb-valuation .abb-panel {
  background: #fff;
  border-radius: 16px;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 16px;
}

.abb-valuation .abb-panel-title {
  font-size: 15px;
  font-weight: 800;
  margin-bottom: 6px;
}

.abb-valuation .abb-panel-sub {
  font-size: 12px;
  color: rgba(0,0,0,0.6);
  margin-bottom: 12px;
}

/* Summary layout */
.abb-valuation .abb-valuation-summary{
  display: grid;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 14px;
}

@media (max-width: 900px){
  .abb-valuation .abb-valuation-summary{
    grid-template-columns: 1fr;
  }
}

.abb-valuation .abb-metric{
  border-radius: 16px;
  background: rgba(95,137,162,0.08);
  border: 1px solid rgba(95,137,162,0.18);
  padding: 14px;
}

.abb-valuation .abb-metric-label{
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,0.55);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.abb-valuation .abb-metric-value{
  font-size: 22px;
  font-weight: 900;
  color: #0f1b22;
}

.abb-valuation .abb-metric-inline-row{
  display: flex;
  align-items: center;
  gap: 10px;
}

.abb-valuation .abb-confidence-badge{
  display: inline-flex;
  align-items: center;
  height: 28px;
  padding: 0 10px;
  border-radius: 999px;
  border: 1px solid rgba(0,0,0,0.10);
  background: rgba(255,255,255,0.95);
  font-size: 11px;
  font-weight: 900;
  letter-spacing: 0.04em;
  text-transform: uppercase;
}

.abb-valuation .abb-confidence-text{
  font-size: 12px;
  color: rgba(0,0,0,0.65);
}

/* Distribution */
.abb-valuation .abb-valuation-dist{
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  gap: 12px;
}

@media (max-width: 900px){
  .abb-valuation .abb-valuation-dist{
    grid-template-columns: repeat(2, minmax(0, 1fr));
  }
}

@media (max-width: 520px){
  .abb-valuation .abb-valuation-dist{
    grid-template-columns: 1fr;
  }
}

.abb-valuation .abb-dist-item{
  border-radius: 16px;
  background: #fff;
  border: 1px solid rgba(0,0,0,0.08);
  padding: 12px;
}

.abb-valuation .abb-dist-label{
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,0.55);
  margin-bottom: 6px;
  text-transform: uppercase;
  letter-spacing: 0.06em;
}

.abb-valuation .abb-dist-value{
  font-size: 16px;
  font-weight: 900;
  color: #0f1b22;
}

/* Sources badges */
.abb-valuation .abb-sources{
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
}

.abb-valuation .abb-source-badge{
  display: inline-flex;
  align-items: center;
  gap: 8px;
  padding: 8px 12px;
  border-radius: 999px;
  border: 1px solid rgba(95,137,162,0.22);
  background: rgba(95,137,162,0.08);
  font-size: 12px;
  font-weight: 800;
  color: rgba(0,0,0,0.75);
}

.abb-valuation .abb-source-badge .abb-source-count{
  display: inline-flex;
  align-items: center;
  height: 20px;
  padding: 0 8px;
  border-radius: 999px;
  background: rgba(255,255,255,0.95);
  border: 1px solid rgba(0,0,0,0.08);
  font-size: 11px;
  font-weight: 900;
  color: rgba(0,0,0,0.65);
}

/* Upsell */
.abb-valuation .abb-upsell {
  margin-top: 18px;
  padding: 18px;
  border-radius: 16px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: linear-gradient(180deg, rgba(95,137,162,0.18), rgba(95,137,162,0.1));
}

@media (max-width: 720px){
  .abb-valuation .abb-upsell{
    flex-direction: column;
    align-items: flex-start;
    gap: 12px;
  }
}

.abb-valuation .abb-upsell-title { font-weight: 800; }

.abb-valuation .abb-upsell-sub {
  font-size: 13px;
  color: rgba(0,0,0,0.65);
}

.abb-valuation .abb-upsell-btn {
  padding: 12px 16px;
  border-radius: 999px;
  background: #5f89a2;
  color: #fff;
  font-weight: 800;
  text-decoration: none;
}/* End custom CSS */