.cms-download.e-sidebar-widget {
  padding: 25px 24px;
  margin-bottom: 35px;
  border: 1px solid #d8d8d8;
  border-radius: 2px;
  overflow: hidden;
}
.cms-download.e-sidebar-widget .widget-title {
  background-color: #fbf5ef;
  color: #222;
  padding: 21px 25px;
  margin: -25px -24px 25px -24px;
  border-bottom: 1px solid #d8d8d8;
  border-radius: 2px 2px 0 0;
}
.cms-download .widget-desc {
  color: #222;
}
.cms-download .item-download {
  display: flex;
  justify-content: space-between;
  background-color: #3a4a0e;
  padding: 13px 25px;
  color: #fff;
  transition: all 300ms linear 0s;
  cursor: pointer;
  font-size: 13px;
  font-weight: bold;
  letter-spacing: 0.12em;
}
.cms-download .item-download:hover {
  background-color: #b22222;
}
.cms-download .item-download a {
  color: inherit;
}
.cms-download .item-download i {
  margin-right: 2px;
}
.cms-download .item-download .file-size {
  letter-spacing: 0.05em;
}
.cms-download .item-download + .item-download {
  margin-top: 12px;
}