.deal-room-v2-feature-stack {
  display: grid;
  gap: 10px;
  min-width: 0;
}

.drv2-call-mode-commandbar {
  display: flex;
  align-items: center;
  gap: 14px;
  min-width: 0;
}

.drv2-call-mode-switch {
  flex: 0 0 auto;
  display: inline-flex;
  width: fit-content;
  max-width: 100%;
  gap: 4px;
  margin: 0;
  padding: 4px;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 13px;
  background: #07110f;
}

.drv2-call-mode-context {
  display: flex;
  align-items: baseline;
  gap: 8px;
  min-width: 0;
  margin: 0;
  color: #64706d;
  font-size: 0.78rem;
  line-height: 1.4;
}

.drv2-call-mode-context strong {
  flex: 0 0 auto;
  color: #0b4f49;
  font-size: 0.7rem;
  font-weight: 850;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.drv2-call-mode-switch button {
  min-height: 38px;
  padding: 0 14px;
  border: 0;
  border-radius: 9px;
  background: transparent;
  color: rgba(255, 255, 255, 0.64);
  font: inherit;
  font-size: 0.68rem;
  font-weight: 850;
  cursor: pointer;
}

.drv2-call-mode-switch button[aria-selected="true"] {
  background: linear-gradient(135deg, #0b766c, #14b8a6);
  color: #fff;
}

[data-drv2-call-panel][hidden] { display: none !important; }

.deal-room-v2-contact-call-section,
.deal-room-v2-generated-strategy {
  min-width: 0;
}

.deal-room-v2-contact-call-section {
  padding-top: 0;
  border-top: 0;
}

.deal-room-v2-contact-call-section > header {
  display: grid;
  gap: 6px;
  margin-bottom: 16px;
}

.deal-room-v2-contact-call-section > header p {
  margin: 0;
  color: #0b4f49;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
}

.deal-room-v2-contact-call-section > header h2,
.deal-room-v2-contact-call-section > header span {
  margin: 0;
}

.deal-room-v2-contact-call-section > header span {
  color: #64706d;
  line-height: 1.55;
}

.deal-room-v2-feature-loading,
.deal-room-v2-feature-unavailable,
.deal-room-v2-feature-error {
  padding: 16px 18px;
  border: 1px solid rgba(20, 184, 166, 0.18);
  border-radius: 14px;
  background: #f6faf9;
  color: #101817;
}

.deal-room-v2-feature-unavailable p {
  margin: 6px 0 0;
  color: #64706d;
}

.deal-room-v2-feature-error {
  margin-bottom: 12px;
  border-color: rgba(190, 24, 93, 0.24);
  background: #fff5f7;
  color: #9f1239;
}

.drv2-drawer__body:has(.drv2-candidate-module-root) {
  padding: 0;
  overflow: hidden;
}

.drv2-candidate-module-root {
  min-height: min(760px, calc(100dvh - 98px));
}

@media (max-width: 720px) {
  .deal-room-v2-feature-stack {
    gap: 16px;
  }

  .deal-room-v2-contact-call-section {
    padding-top: 0;
  }

  .drv2-call-mode-commandbar {
    align-items: stretch;
    flex-direction: column;
    gap: 7px;
  }

  .drv2-call-mode-context {
    padding-inline: 3px;
  }

  .drv2-candidate-module-root {
    min-height: calc(100dvh - 84px);
  }
}
