/* ACC corporate SAP / Oracle → Epicor campaign page (sap-oracle-to-epicor/) */

/* ACC-branded placeholder for industry solution chart (replace with final image asset) */
.acc-sap-chart-placeholder-wrap.venus-campaign-visual-card {
  padding: 0;
  background: transparent;
  border: none;
  box-shadow: none;
}

.acc-sap-chart-placeholder {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
  min-height: 280px;
  padding: 2rem 1.5rem;
  border-radius: 12px;
  background: linear-gradient(145deg, #023141 0%, #0b4f57 52%, #0a3d4a 100%);
  color: #fff;
  border: 1px solid rgba(255, 255, 255, 0.12);
  box-shadow: 0 12px 40px rgba(2, 49, 65, 0.25);
  box-sizing: border-box;
  width: 100%;
  max-width: 100%;
}

.acc-sap-chart-placeholder-badge {
  display: inline-block;
  font-size: 0.72rem;
  font-weight: 800;
  letter-spacing: 0.12em;
  text-transform: uppercase;
  padding: 6px 14px;
  border-radius: 999px;
  background: rgba(32, 196, 170, 0.25);
  color: #b8f5eb;
  margin-bottom: 1rem;
}

.acc-sap-chart-placeholder-title {
  margin: 0 0 0.5rem;
  font-size: clamp(1.1rem, 2.5vw, 1.35rem);
  font-weight: 700;
  line-height: 1.3;
  color: #fff;
}

.acc-sap-chart-placeholder-note {
  margin: 0;
  font-size: 0.9rem;
  line-height: 1.55;
  color: rgba(255, 255, 255, 0.78);
  max-width: 28rem;
}

@media (max-width: 768px) {
  .acc-sap-chart-placeholder {
    min-height: 220px;
    padding: 1.5rem 1rem;
  }
}
