/* Module top
---------------------------------------- */
.mod-top__maintenance {
  border: 3px solid #ddd;
  border-radius: 5px;
  clear: initial;
  margin-bottom: 30px;
  padding: 15px;
}
.mod-top__maintenance h2 {
  font-size: 16px;
  font-size: 1rem;
  margin: 5px auto 10px;
  text-align: center;
}
.mod-top__maintenance h2 a {
  color: inherit;
  text-decoration: none;
}
.mod-top__maintenance .date {
  background: #eee;
  margin-bottom: 10px;
  overflow: hidden;
  text-align: center;
}
.mod-top__maintenance .date div {
  font-size: 14px;
  font-size: 0.875rem;
  display: inline-block;
  padding: 5px 30px;
  vertical-align: top;
  max-width: 49%;
}
.mod-top__maintenance p small {
  display: inline-block;
}
.mod-top__maintenance .wgt-topics {
  margin-bottom: 0;
}

@media screen and (max-width: 48em) {
  /* ===========================
   * Mobile
   * =========================== */
  .mod-top__maintenance h2 {
    margin: 0;
  }
  .mod-top__maintenance h2 a {
    padding: 10px;
    position: relative;
  }
  .mod-top__maintenance h2 a:after {
    border-top: 2px solid #ccc;
    border-right: 2px solid #ccc;
    bottom: 0;
    content: "";
    display: inline-block;
    height: 10px;
    margin: auto;
    position: absolute;
    right: 10px;
    top: 0;
    transform: rotate(45deg);
    width: 10px;
  }
  .mod-top__maintenance a {
    display: block;
  }
}
