.search-filter-component {
  width: 100%;
}

.search-filter__search-section {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #A6A9AB;
  gap: 16px;
  max-height: 108px;
  width: 100%;
}
.search-filter__search-bar {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 16px 32px 16px 0;
  border-right: 1px solid #A6A9AB;
  gap: 32px;
}
.search-filter__search-form {
  display: contents;
}
.search-filter__search-input {
  font-size: 16px;
  color: #393C41;
  font-weight: 400;
  border: none;
  outline: none;
  background: transparent;
  padding: 3px 0 0;
  max-width: 144px;
}
.search-filter__search-input::placeholder {
  color: #393C41;
}
.search-filter__search-button {
  width: 30px;
  height: 30px;
  background: #ffffff;
  border-radius: 2px;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  transition: all 0.2s ease;
  border: none;
}
.search-filter__search-button img {
  width: 12.7px;
  height: 13.27px;
}
.search-filter__filters {
  padding: 32px 0;
  position: relative;
  overflow: hidden;
  flex: 1;
}
.search-filter__filters .search-filter__tag-filter,
.search-filter__filters .search-filter__bottom-hashtags {
  -webkit-mask-image: linear-gradient(to right, transparent, #000 100px, #000 calc(100% - 100px), transparent);
  mask-image: linear-gradient(to right, transparent, #000 100px, #000 calc(100% - 100px), transparent);
}
.search-filter__tag-filter {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  margin-bottom: 10px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
  cursor: grab;
}
.search-filter__tag-filter::-webkit-scrollbar {
  display: none;
}
.search-filter__tag-filter:active {
  cursor: grabbing;
}
.search-filter__filter-tag {
  display: inline-block;
  padding: 3px 8px;
  border-radius: 20px;
  background: #c8c9ca;
  color: #777;
  font-size: 11px;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
  letter-spacing: normal;
}
.search-filter__filter-tag:hover {
  background: #393C41;
  color: #ffffff;
}
.search-filter__bottom-hashtags {
  display: flex;
  flex-wrap: nowrap;
  gap: 8px;
  overflow-x: scroll;
  white-space: nowrap;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: none;
  scrollbar-width: none;
  user-select: none;
  cursor: grab;
}
.search-filter__bottom-hashtags::-webkit-scrollbar {
  display: none;
}
.search-filter__bottom-hashtags:active {
  cursor: grabbing;
}
.search-filter__hashtag-item {
  display: inline-block;
  padding: 0;
  font-size: 11px;
  color: #393C41;
  text-decoration: none;
  cursor: pointer;
  transition: all 0.2s ease;
  font-weight: 400;
  white-space: nowrap;
  flex-shrink: 0;
}
.search-filter__hashtag-item:hover {
  color: #A6A9AB;
}

@media (max-width: 768px) {
  .search-filter__bottom-hashtags {
    padding-top: 8px;
  }
}
.search-filter-component__buttons.property_list {
  display: flex;
  justify-content: end;
  margin-top: 40px;
  max-width: none;
}
.search-filter-component__buttons.property_list .btn--filled {
  max-width: 228px;
  justify-content: space-between;
}

.for-rent-search .search-filter-component__buttons.property_list {
  display: flex;
  justify-content: end;
  margin-top: 40px;
  max-width: none;
}
.for-rent-search .search-filter-component__buttons.property_list .btn--filled {
  max-width: 228px;
  justify-content: space-between;
}
.for-rent-search .search-filter__filter-tag:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transform: translateY(-100%);
}

.magazine-search .search-filter__search-input {
  color: #ffffff;
}
.magazine-search .search-filter__search-input::placeholder {
  color: #ffffff;
}
.magazine-search .search-filter__filter-tag {
  padding: 3px 8px;
  font-size: 11px;
  line-height: 100%;
  color: #393C41;
  background: transparent;
  letter-spacing: normal;
}
.magazine-search .search-filter__filter-tag:hover {
  background: #393C41 !important;
  color: #ffffff;
}
.magazine-search .search-filter__filter-tag:hover .text-rotate-wrapper[data-text-rotate-mode=css] .text-rotate-inner {
  transition: transform 0.3s cubic-bezier(0.4, 0, 0.2, 1) 0.1s;
  transform: translateY(-100%);
}
.magazine-search .search-filter__hashtag-item {
  color: #ffffff;
  font-size: 11px;
}
.magazine-search .search-filter__hashtag-item:hover {
  color: #393C41;
}

@media (max-width: 960px) {
  .for-rent-search .search-filter-component__buttons.property_list .btn--filled {
    max-width: 180px;
  }
}
