/*  MTS Insights — chart embed styles  */

*,
*::before,
*::after {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

html, body {
  width: 100%;
  height: 100%;
  overflow: hidden;
  background: #ffffff;
  font-family: "Source Sans Pro", "Helvetica Neue", Helvetica, Arial, sans-serif;
}

.mts-chart-wrapper {
  width: 100%;
  padding: 10px 14px 6px 14px;
}

/* ---- source attribution footer ---- */

.mts-chart-footer {
  font-size: 11px;
  color: #999999;
  padding: 8px 14px 4px 14px;
}

.mts-chart-credit {
  font-weight: 600;
  color: #888888;
}

.mts-chart-sep {
  color: #cccccc;
  margin: 0 4px;
}

.mts-chart-source {
  color: #999999;
}

/* ---- Get the data link (optional, can add later) ---- */

.mts-chart-link {
  color: #1f77b4;
  text-decoration: none;
  font-size: 11px;
  margin-left: 8px;
}

.mts-chart-link:hover {
  text-decoration: underline;
}
