/* ==========================================================================
   tobros.com Footer — shared styles for the 会计税务知识库
   Scraped from https://www.tobros.com  (element id="Footer").
   All rules are scoped under #Footer (and .tobros-footer) so they never
   collide with the knowledge base's own CSS (#footer / .midnight-blue).

   NOTE: the HEADER no longer uses tobros styling — it was reverted to the
   knowledge base's original navbar style (bootstrap .navbar-inverse), which
   is styled by assets/yuncai5/css + assets/css/style-yuncai5.css. Only the
   footer keeps the tobros look, hence this file is footer-only.
   ========================================================================== */

/* ---------- Footer wrapper (replaces the old yuncai5 <footer id="footer">) -- */
.tobros-footer {
  display: block;
  margin: 0;
  padding: 0;
}

/* ---------- Footer (id="Footer") ---------- */
#Footer {
  font-family: Verdana, Geneva, Tahoma, sans-serif;
  font-size: 11px;
  color: #555;
  background: #f7f7f7;
  border-top: 1px solid #e2e2e2;
  padding: 14px 0;
  line-height: 1.8;
}
#Footer .Left {
  float: left;
}
#Footer .Block {
  padding: 10px;
  border: solid 1px #CCC;
  background: #FFF;
  margin: 5px 0;
  float: left;
}
#Footer a {
  color: #1f5fd6;
  text-decoration: none;
}
#Footer a:hover,
#Footer a:focus {
  text-decoration: underline;
}
#Footer:after {
  content: "";
  display: block;
  clear: both;
}

/* ---------- Responsive: identical, legible layout on narrow screens -------- */
@media (max-width: 768px) {
  #Footer .Left,
  #Footer .Block { float: none; }
}
