/**
 * Sidebar
 */
aside {
  position: relative;
  margin-bottom: 30px;
  border: 1px solid #ededed;
  border-radius: 10px;
  overflow: hidden;
}
aside:last-child {
  margin-bottom: 0;
}
aside .widget-head {
  font-family: "Inter", sans-serif;
}
aside .widget-head .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  letter-spacing: 0.4px;
  padding: 14px 16px;
  position: relative;
  color: #333;
  border-bottom: 1px solid #ededed;
}
aside .widget-title {
  font-family: "Inter", sans-serif;
}
aside .widget-title .title {
  font-size: 16px;
  text-transform: uppercase;
  font-weight: 500;
  margin: 0px;
  letter-spacing: 0.4px;
  padding: 14px 16px;
  position: relative;
  color: #fff;
  background: #333;
}
aside .widget-box {
  position: relative;
  padding: 12px 16px;
}
aside .widget-box .menu-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget-box .menu-list > li {
  position: relative;
  display: block;
  padding: 10px 0;
  border-bottom: 1px solid #efefef;
}
aside .widget-box .menu-list > li a {
  display: block;
  position: relative;
  font-family: "Inter", Arial, sans-serif;
  font-weight: 500;
  font-size: 15px;
  line-height: 22px;
  padding-left: 22px;
}
aside .widget-box .menu-list > li a i {
  height: 12px;
  width: 12px;
  background-image: url(../images/svg/icb-right.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  left: 0;
  top: 5px;
}
aside .widget-box .menu-list > li:hover a {
  color: var(--second-color);
}
aside .widget-box .menu-list > li:last-child {
  border-bottom: 0;
}
aside .widget-box .list-post {
  list-style: none;
  padding: 0;
  margin: 0;
}
aside .widget-box .list-post > li {
  display: flex;
  align-items: center;
  padding: 12px 0;
  border-bottom: 1px solid #f2f2f2;
}
aside .widget-box .list-post > li .thumb {
  min-width: 70px;
  max-width: 70px;
}
aside .widget-box .list-post > li .thumb a {
  padding-bottom: 100%;
  display: block;
  position: relative;
  width: 100%;
  background-position: center;
}
aside .widget-box .list-post > li .thumb a img {
  height: 100%;
  width: 100%;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 50% 50%;
     object-position: 50% 50%;
}
aside .widget-box .list-post > li .info {
  flex: 1;
  padding-left: 12px;
}
aside .widget-box .list-post > li .info h4 {
  font-size: 15px;
  font-weight: 500;
  margin-bottom: 4px;
}
aside .widget-box .list-post > li .info h4 a {
  color: #333;
}
aside .widget-box .list-post > li .info h4 a:hover {
  color: var(--primary-color);
}
aside .widget-box .list-post > li .info .date {
  font-size: 14px;
  font-style: italic;
}
aside .widget-box .list-post > li:last-child {
  border-bottom: 0;
}/*# sourceMappingURL=sidebar.css.map */