.sidebar-widget .novinky {
  margin-top: 10px;
  text-align: left;
}

.sidebar-widget .novinka {
  margin: 10px 0 0 0;
  padding: 0 10px 10px 10px;
  border-bottom: 1px solid #073776;
  display: flex;
  color: #073776;
  justify-content: space-between;
  align-items: center;
}

.sidebar-widget .novinka:hover {
  text-decoration: none;
}

.sidebar-widget .novinka .right i {
  font-size: 18px;
  margin-top: auto;
  margin-bottom: auto;
}

.sidebar-widget .novinka:hover .right i:before {
  content: "\e903";
}

.sidebar-widget .novinka span {
  display: block;
}

.sidebar-widget .novinka .name {
  font-size: 18px;
  padding-right: 20px;
}

.sidebar-widget .novinka:hover .name {
  font-weight: 600;
  padding-right: 0;
}

.sidebar-widget .novinka .date {
  font-size: 12px;
}

.sidebar-widget .novinky-archive-link {
  font-size: 20px;
  display: block;
  text-align: center;
  color: #073776;
  padding-top: 8px;
}

.sidebar-widget .novinky-archive-link i {
  margin-left: 5px;
}

.sidebar-widget .novinky-archive-link:hover i {
  margin-left: 3px;
}

.sidebar-widget .novinky-archive-link:hover i:before {
  content: "\e903";
}

.sidebar-widget .novinky-archive-link:hover {
  text-decoration: none;
  font-weight: 600;
}

