.sidebar .recent-posts {
  background: #fff;
  padding: 20px;
  box-shadow: 0 5px 20px rgba(0, 0, 0, 0.08);
}
.sidebar .recent-title {
  font-weight: 700;
  margin-bottom: 15px;
  position: relative;
}
.sidebar .recent-list {
  list-style: none;
  padding: 0;
  margin: 0;
}
.sidebar .recent-item {
  padding: 10px 0;
  border-bottom: 1px solid #f0f4fc;
}
.sidebar .recent-item:last-child {
  border-bottom: none;
}
.sidebar .recent-link {
  text-decoration: none;
  color: #333;
  transition: all 0.3s ease;
  font-size: 14px;
  line-height: 1.8;
}
.sidebar .recent-link:hover {
  color: #ec5d3d;
  padding-right: 5px;
}
.sidebar .tags-box {
  padding: 20px;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.04);
  margin-top: 24px;
}
.sidebar .tags-title {
  font-size: 0.9375rem;
  font-weight: 600;
  margin-bottom: 16px;
  position: relative;
}
.sidebar .tags-title::after {
  content: "";
  width: 40px;
  height: 3px;
  background: #eeb712;
  position: absolute;
  bottom: -6px;
  right: 0;
  border-radius: 4px;
}
.sidebar .tags-list {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  padding: 0;
  margin: 0;
  list-style: none;
}
.sidebar .tag-item {
  display: inline-block;
  padding: 6px 14px;
  font-size: 13px;
  background: #f0f4fc;
  border-radius: 999px;
  color: #333;
  text-decoration: none;
  transition: all 0.25s ease;
}
.sidebar .tag-item:hover {
  background: #eeb712;
  color: #fff;
  transform: translateY(-2px);
  box-shadow: 0 6px 15px rgba(99, 102, 241, 0.25);
}
.sidebar input:not([type=checkbox]):not([type=radio]),
.sidebar textarea {
  font-size: 1rem;
  font-weight: 400;
  display: block;
  width: 100%;
  padding: 8px 56px 8px 0 !important;
  color: #494949;
  border: 2px solid rgba(0, 0, 0, 0);
  background-color: rgba(0, 0, 0, 0);
  outline: none;
}
.sidebar .accordion-button::after {
  display: none !important;
}
.sidebar .accordion-button:not(.collapsed) {
  background-color: transparent !important;
}
.sidebar .accordion-item:first-of-type > .accordion-header .accordion-button {
  border-top-right-radius: unset !important;
  border-top-left-radius: unset !important;
}
.sidebar .title {
  font-size: 1rem;
  font-weight: 800;
  margin-bottom: 1rem;
}
.sidebar .subtitle {
  font-size: 0.75rem;
  font-weight: 500;
  margin-bottom: 2rem;
}
.sidebar ul {
  padding: 0;
}
.sidebar ul li {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 1.5rem;
}
.sidebar ul li span, .sidebar ul li svg {
  line-height: 18px;
  transition: all ease 500ms;
  cursor: pointer;
}
.sidebar .most-popular {
  border-radius: 10px;
  background-color: #f0f4fc;
  width: 100%;
  margin-bottom: 1rem;
}
.sidebar .most-popular-card {
  padding: 0.5rem;
  border-radius: 10px;
  display: flex;
  align-items: start;
  gap: 0.5rem;
  margin-bottom: 1rem;
}
.sidebar .most-popular-card:hover .image {
  transform: scale(1.05);
}
.sidebar .most-popular-card .image {
  position: relative;
  transition: all ease 300ms;
}
.sidebar .most-popular-card .image img {
  width: 78px;
  height: 69px;
  border-radius: 10px;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sidebar .most-popular-card .image::after {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  border-radius: 10px;
}
.sidebar .most-popular-card .title {
  font-size: 0.75rem;
  font-weight: 800;
  color: #494949;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  margin: 0;
}
.sidebar .most-popular-card .info {
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.sidebar .most-popular-card .info .price {
  font-size: 0.625rem;
  font-weight: 800;
  color: #494949;
}
.sidebar .most-popular-card .info .category {
  padding: 0.1px 0.3rem;
  font-size: 0.525rem;
  border-radius: 50px;
}
.sidebar .addvertise {
  padding: 0.5rem 0;
  margin-bottom: 1rem;
}
.sidebar .addvertise a img {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.sidebar .most-popular-table {
  margin-bottom: 1rem;
}
.sidebar .most-popular-table .most-popular-card-rows {
  padding: 1rem;
  transition: all ease 300ms;
  cursor: pointer;
}
.sidebar .most-popular-table .most-popular-card-rows .title {
  font-size: 0.75rem;
  font-weight: 800;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow-y: hidden;
  -webkit-line-clamp: 2;
  margin-bottom: 0.5rem;
}
.sidebar .most-popular-table .most-popular-card-rows .info {
  display: flex;
  gap: 0.5rem;
  margin: 0;
  padding: 0;
  flex-wrap: wrap;
}
.sidebar .most-popular-table .most-popular-card-rows .info li {
  font-size: 0.625rem;
  font-weight: 800;
}
.sidebar .most-popular-table .most-popular-card-rows .info .category {
  padding: 0.1rem 0.3rem;
  border-radius: 50px;
}
.sidebar .most-popular-table .most-popular-card-rows:nth-child(2n):hover {
  background-color: transparent;
}/*# sourceMappingURL=Sidebar.module.css.map */