/* Styles for Communications Systems view (renamed from returns-management-enterprise.scss) */
.enterprise-rms {
    padding: 5px 0 20px 0;
    font-family: "Helvetica Neue", Arial, sans-serif;
    color: #222;

    h2 {
        color: #bdb76b;
        font-weight: bold;
        font-size: 14pt;
    }

    h3 {
        font-size: 16px;
    }

    p {
        font-size: 14px;
    }
}

.rms-header h1 {
  font-size: 32px;
  margin-bottom: 8px;
}

.rms-header .lead {
  color: #555;
  font-size: 16px;
}

.intro p {
  margin-bottom: 16px;
}

/* Image that floats right in differentiators only */
.differentiators .communications-img {
  float: right;
  margin-left: 18px;
  margin-bottom: 10px;
  max-width: 380px;
  width: 40%;
  height: auto;
}

/* Ensure intro section contains floats so following sections are not affected */
.intro::after {
  content: "";
  display: table;
  clear: both;
}

.rms-table {
  display: block;
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
  /* Prevent wrapping around floated intro image */
  clear: both;
}

.rms-row {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 12px;
  padding: 12px 0;
  border-bottom: 1px solid #eee;
}

.rms-row.rms-head {
  font-weight: bold;
  background: #f6f6f6;
}

.cell {
  padding: 6px 10px;
}

.differentiators h2 {
  margin-top: 18px;
}

.differentiators::after {
  content: "";
  display: table;
  clear: both;
}

.callout {
  background: #f2f9ff;
  border-left: 4px solid #007acc;
  padding: 12px;
  font-weight: 600;
  margin-top: 16px;
}

@media (max-width: 768px) {
  .rms-row {
    grid-template-columns: 1fr;
  }
  .differentiators .communications-img {
    float: none;
    display: block;
    margin: 10px auto;
    width: 100%;
    max-width: none;
  }
}

footer.date-published {
    display: block;
    font-size: 0.7em;
    color: #666;
    text-align: right;
    padding: 0 30px 16px 0;
    font-style: italic;
}