/* ===== BID DETAILS PANEL (PR503) ===== */
.bdp-wrap {
  font-family: inherit;
  font-size: 13px;
  color: #28251D;
}

.bdp-header {
  margin-bottom: 16px;
}
.bdp-bid-num {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.06em;
  color: #7A7974;
  margin-bottom: 4px;
}
.bdp-bid-title {
  font-size: 15px;
  font-weight: 700;
  color: #1A1A2E;
  line-height: 1.3;
}

.bdp-section {
  margin-bottom: 12px;
}
.bdp-label {
  font-size: 11px;
  font-weight: 700;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  color: #7A7974;
  margin-bottom: 2px;
}
.bdp-value {
  font-size: 13px;
  color: #28251D;
}
.bdp-flag {
  color: #A12C7B;
  font-weight: 600;
}

/* Due date chips */
.bdp-due-chip {
  display: inline-block;
  padding: 3px 10px;
  border-radius: 12px;
  font-size: 12px;
  font-weight: 700;
}
.bdp-due-ok     { background: #E8F5E2; color: #437A22; }
.bdp-due-warn   { background: #FFF3E0; color: #964219; }
.bdp-due-urgent { background: #FCE4EC; color: #A12C7B; }
.bdp-due-none   { background: #F0EFEC; color: #7A7974; }

/* Risk badge */
.bdp-risk-badge {
  display: inline-block;
  padding: 4px 10px;
  border: 1.5px solid;
  border-radius: 6px;
  font-size: 12px;
  font-weight: 700;
}
.bdp-risk-conf {
  font-weight: 400;
  font-size: 11px;
  margin-left: 4px;
}

/* TRai session status */
.bdp-trai-idle  { color: #7A7974; }
.bdp-trai-active { color: #FF6B00; font-weight: 600; }
.bdp-trai-launch-btn {
  font-size: 11px;
  font-weight: 700;
  color: #FF6B00;
  background: none;
  border: 1px solid #FF6B00;
  border-radius: 4px;
  padding: 2px 8px;
  cursor: pointer;
  font-family: inherit;
}
.bdp-trai-launch-btn:hover { background: #FF6B00; color: #fff; }

/* Divider */
.bdp-divider {
  border: none;
  border-top: 1px solid #D4D1CA;
  margin: 16px 0;
}

/* Action buttons */
.bdp-actions {
  display: flex;
  flex-direction: column;
  gap: 8px;
}
.bdp-action-btn {
  width: 100%;
  padding: 9px 12px;
  border-radius: 6px;
  font-size: 13px;
  font-weight: 700;
  font-family: inherit;
  cursor: not-allowed;
  border: none;
  opacity: 0.6;
  text-align: center;
}
.bdp-action-btn:not([disabled]) {
  cursor: pointer;
  opacity: 1;
}
.bdp-action-submit  { background: #FF6B00; color: #fff; }
.bdp-action-decline { background: #F0EFEC; color: #28251D; border: 1px solid #D4D1CA; }
.bdp-action-won     { background: #437A22; color: #fff; }
.bdp-action-lost    { background: #F0EFEC; color: #28251D; border: 1px solid #D4D1CA; }

.bdp-submitted-label {
  font-size: 12px;
  font-weight: 700;
  color: #437A22;
  text-align: center;
  padding: 4px 0;
}
.bdp-actions-note {
  font-size: 11px;
  color: #BAB9B4;
  text-align: center;
  margin: 6px 0 0 0;
}
.bdp-empty {
  color: #7A7974;
  font-size: 13px;
  padding: 16px 0;
}
