.elementor-element.elementor-element-1d5644a.elementor-widget.elementor-widget-shortcode {
  width: 100%;
}

.elementor-element.elementor-element-b3f8f4d.elementor-widget.elementor-widget-shortcode aside.maxo-res-sidebar {
  display: flex;
  flex-direction: column;
  justify-content: left;
  min-width: 100%;
  flex-wrap: wrap;
}

.maxo-res-results .wrapper-content-post {
  display: flex;
  flex-direction: column;
  padding: 20px;
  gap: 20px;
  margin-bottom: 10px;
  border: 1px solid #DBE4E9;
  border-radius: 20px;
}

.maxo-res-filters-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}

.maxo-res-results .thumb-wrapper {
  width: 100%;
  height: 140px;
  display: block;
  border-radius: 6px;
  overflow: hidden;
  background: #F8F9FB;
}

.maxo-res-results .wrapper-content-post .content {
  display: flex;
  flex-wrap: wrap;
}

.maxo-res-results .wrapper-content-post h3 {
  margin-bottom: 0;
}

.maxo-res-results .wrapper-content-post .right-side {
  flex: 1;
}

.maxo-res-sidebar .maxo-res-search {
  border: none;
  border-bottom: 1px solid #D0DFF2;
}

.maxo-res-sidebar .maxo-res-search:focus, .maxo-res-sidebar .maxo-res-search:active {
  border: 1px solid #D0DFF2 !important;
  outline: none;
}

.maxo-res-results .wrapper-content-post .content {
  display: flex;
  gap: 10px;
  align-items: baseline;
  font-size: 12px;
  color: #5A5A5A;
}

.maxo-res-results .wrapper-content-post .content .tag {
  display: flex;
  align-items: center;
  gap: 8px;
  padding: 8px 15px;
  font-size: 12px;
  font-weight: 500;
  color: #6E6F9A !important;
  background: #ffffff;
  border-radius: 99px;
  box-shadow: 0px 2px 8px 0px rgba(0, 0, 0, 0.06);
  position: relative;
  z-index: 1;
  text-decoration: none;
}

.maxo-res-results .wrapper-content-post .content .tag::before {
  content: "";
  position: absolute;
  inset: 0;
  padding: 0.9px;
  border-radius: 99px;
  background: linear-gradient(90deg, #CCE8FB, #6E6F9A);
  -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
  -webkit-mask-composite: xor;
  mask-composite: exclude;
  pointer-events: none;
  z-index: -1;
}

.maxo-res-results .wrapper-content-post .content .tag:hover {
  background: #D4EEFF80;
  cursor: pointer;
  transition: all .3s ease;
}

.maxo-res-results .wrapper-content-post .content .read-time {
  color: #6E6F9A;
}

.maxo-res-results .wrapper-content-post h3 {
  margin-top: 20px;
  font-size: 22px;
}

.maxo-res-results .thumb-wrapper img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.maxo-res-results .thumb-wrapper.no-thumb {
  border-radius: 15px;
  background: #F8F9FB;
}

.maxo-res-results .thumb-wrapper.no-thumb .thumb-placeholder {
  display: block;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}
.maxo-res-sidebar {
  display: flex;
  flex-direction: column;
  gap: 20px;
}

.maxo-res-sidebar .maxo-res-filter {
  margin-top: 20px;
}

.maxo-res-sidebar .maxo-res-filter h4 {
  color: #B3B3B3;
  font-size: 16px;
  font-weight: 500;
  font-family: 'Geist', 'sans-serif';
  letter-spacing: 2px;
  text-transform: uppercase;
}

.maxo-res-sidebar ul {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.maxo-res-sidebar li {
  padding: 10px;
  color: #5A5A5A;
  font-family: 'Geist', 'sans-serif';
  font-weight: 500;
  cursor: pointer;
}

.maxo-res-sidebar li:hover {
  color: #6E6F9A;
  text-decoration: underline;
}

.maxo-res-sidebar li.active {
  color: #111111;
  position: relative;
  padding-left: 20px;
}

.maxo-res-sidebar li.active::before {
  content: '';
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: #6E6F9A;
  border-radius: 50%;
  transform: translateY(-50%);
}

.maxo-res-list .maxo-res-pagination {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 8px;
  margin-top: 20px;
  flex-wrap: wrap;
}

.maxo-res-list .maxo-res-pagination button {
  border: none;
  background: #FFFFFF;
  color: #111111;
  border-radius: 50%;
  cursor: pointer;
  font-size: 14px;
  font-weight: 500;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.2s ease-in-out;
}

.maxo-res-list .maxo-res-pagination button.active {
  color: #6E6F9A;
  background: none;
  font-weight: bold;
  text-decoration: underline;
}

.maxo-res-list .maxo-res-pagination button {
  padding: 3px;
}

.maxo-res-list .maxo-res-pagination button:hover, .maxo-res-pagination button:active {
  background: none;
  border: none;
  color: #6E6F9A;
}

.maxo-res-list .maxo-res-pagination button.prev,
.maxo-res-list .maxo-res-pagination button.next {
  width: 32px;
  height: 32px;
  font-size: 16px;
}

.maxo-res-pagination .ellipsis {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 14px;
  color: #111111;
}

@media (min-width: 768px) {
  .maxo-res-filters-wrapper {
    flex-direction: column;
  }

  .maxo-res-results .thumb-wrapper {
    width: 235px;
    height: 175px;
  }

  .maxo-res-results .wrapper-content-post {
    flex-direction: row;
  }
}