/**
 * Shared site footer — Home, About us, Freight Indices, Ship Trading
 */
#bottom.sse-site-footer {
  clear: both;
  display: block;
  width: 100%;
  max-width: 1200px;
  margin: 16px auto 0;
  padding: 16px 20px;
  box-sizing: border-box;
  background: linear-gradient(180deg, #12325c 0%, #0b1f3a 100%);
  border-top: 3px solid #c4a052;
  border-radius: 6px;
  box-shadow: 0 2px 12px rgba(11, 31, 58, 0.08);
  color: rgba(240, 244, 248, 0.85);
  font: 12px/1.7 "DM Sans", "Segoe UI", system-ui, sans-serif;
  text-align: center;
}

#bottom.sse-site-footer p {
  margin: 0 0 6px;
}

#bottom.sse-site-footer p:last-child {
  margin-bottom: 0;
}

#bottom.sse-site-footer a {
  color: #e8d5a3 !important;
  text-decoration: none;
}

#bottom.sse-site-footer a:hover {
  color: #fff !important;
  text-decoration: underline;
}

#bottom.sse-site-footer .sse-site-footer__links a + a {
  margin-left: 24px;
}
