.tahn-search-filter-wrapper {
    max-width: 100%;
    background: #E0F5FF;
    /*overflow: hidden;*/
}

.tahn-search-header {
    padding: 16px;
    border-radius: 4px;
    margin: 0 auto;
    background: #E0F6FF;
    max-width: 1500px;
}

.tahn-search-main {
    display: grid;
    gap: 12px;
}

.deal-type {
  position: absolute;
    color: black;
  top: 10px;
  right: 10px;
    font-size: 0.8rem;
    font-weight: 400;
  z-index: 1;
  /* Assuming you want it to look like a pill */
  background: white;
  padding: 7px 15px!important;
  border-radius: 9999px;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
}

/* Search Area */
.search-area {
    display: flex;
    justify-content: space-between;
    gap: 8px;
    width: 100%;
    align-items: center;
}

.filter-wrapper {
    display: grid;
    gap:.5rem;
    max-width: 40%;
    grid-template-columns: repeat(auto-fit, minmax(calc(33.333% - 20px), 1fr));
}

.location-search {
    position: relative;
    max-width: 33%;
    width: 100%;
    display: flex;
    /*grid-template-columns: 1fr;
    place-items: center;*/
    border: 1px solid rgba(255,255,255,0.2) !important;
    border-radius: 4px !important;
    background: rgba(255,255,255,1) !important;
}

@media screen and (max-width: 768px) {
    /* Hide filter-wrapper on mobile */
    .filter-wrapper {
        display: none;
    }

    /* Make location search full width */
    .location-search {
        max-width: 100%;
    }

    /* Adjust useful-search-btns for mobile */
    .useful-search-btns {
        max-width: 100%!important;
        justify-content: space-between;
        margin-top: 8px;
        flex-direction: row-reverse;
    }
    
    .search-area {
        display: grid!important;
        justify-content: unset;
    }
    .search-actions {
        margin: 0!important;
        width: 100%!important;
        max-width: 100%!important;
    }
    [title="Filters"] {
        justify-content: flex-end!important;
        width: 100%!important;
    }
    .search-deal-hidden-filters-wrapper {
        overflow-y: scroll!important;
        height: 75vh!important;
    }
}

@media screen and (max-width: 768px) {
    .tahn-search-results,
    .tahn-search-results-map {
        height: calc(100vh - 150px);
        margin-top: 0;
    }

    .tahn-search-result-filters {
        position: relative!important;
        top: 0;
        z-index: 10;
        background: white;
        padding: 8px;
        margin-top: 0;
    }
    .tahn-search-result-filters .map-view {
        position: relative!important;
        top: 0;
        z-index: 10;
        background: white;
        padding: 8px;
        margin-top: 0;
    }
}

.tahn-search-filter-input {
    width: 100% !important;
    padding: 12px !important;
    font-size: 15px !important;
    line-height: 1em!important;
    border: none!important;
    color: #000 !important;
}

.tahn-search-filter-input::placeholder {
    color: rgba(0,0,0,0.7);
}

[name="radius"] {
    color: #333c4d !important;
    font-size: 1rem!important;
}

/*.radius-select {
    width: 100%;
    background: #efefef;
}*/

.filter-bar {
    display: flex;
    align-items: center;
    gap: 8px;
    flex-wrap: wrap;
}

.filter-item {
    position: relative;
}

.filter-select {
    width: 100%;
    color: black;
    background: white;
    border: none;
    cursor: pointer;
    font-size: 15px;
    appearance: none;
    -webkit-appearance: none;
}

.filter-select:focus {
    background: white;
}

.filter-select option {
    background: white;
    color: #262637;
}

.filter-item::after {
    content: '';
    position: absolute;
    right: 8px;
    top: 50%;
    transform: translateY(-50%);
    width: 0;
    height: 0;
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 5px solid #9438fd;
    pointer-events: none;
}

.filter-separator {
    color: white;
    font-size: 14px;
}

.useful-search-btns {
    display: flex;
    max-width: 20%;
    align-items: center;
    gap: 12px;
    height: 100%;
    font-weight: 500;
}

/* Results Container */
.tahn-search-content-wrapper {
    display: block;
    margin: 0 auto;
    max-width: 1500px;
}

@media screen and (max-width: 768px){
    .tahn-search-content, .tahn-search-content-wrapper, .tahn-search-results-map {
            height: calc(85vh - 200px)!important;
    }
}

.tahn-search-content {
    display: grid;
    grid-template-columns: 0.5fr 1fr;
}

.tahn-search-results {
    margin-top: 100px;
    border-radius: 4px;
    background: #fff;
    overflow-y: scroll!important;
    overflow: hidden;
    height: calc(97.6vh - 300px);
    padding: 1em;
}

.tahn-search-results-map {
    height: calc(100vh - 212px);
    border: 1px solid #ddd;
    border-radius: 4px;
}

/* Search Result Items */
.search-result-item {
    margin-bottom: 1rem;
    border-bottom: 1px solid #eee;
    position: relative;
}

.search-result-item:last-child {
    border-bottom: none;
}

.search-result-item > * {
    margin: 5px 0;
    padding: 0;
}

.search-result-item > h3 {
    font-size: 1.4rem;
    font-weight: bold;
}

.search-result-item img {
    max-width: 100%;
    height: auto;
    margin: 0 0 0.2rem;
    border-radius: 0.5em;
    aspect-ratio: 4 / 3;
    object-fit: cover;
    width: 100%;
}

.search-result-item a {
    color: #0E1937;
}

.tenure-breakdown {
    display: flex;
    flex-wrap:wrap;
    gap: 0.25rem;
    margin-bottom:0.8rem;
}

.tenure-item {
    background: #D7D2FF;
    color: #6A5CF0;
    border-radius: 5em;
    padding: 7px 15px!important;
    display: inline-block;
    margin: 5px 0;
    box-sizing: border-box;
    text-align: center;
    font-size: 0.8rem;
}

@media screen and (max-width:1024px){
    .tenure-breakdown {
        display: block;
    }
    .tenure-item {
        width: 100%;
    }
    .search-result-item-list .search-result-item-list-details .tenure-details {
        display: block;
    }
    
}

@media screen and (max-width: 768px){
    .search-result-item-list {
        grid-template-columns:1fr!important;
        margin-bottom: 1.2rem;
    }
    .tahn-search-results {
        margin-top:0!important;
    }
    .tahn-search-result-filters{
        display: grid!important;
        grid-template-columns: repeat(2,1fr);
    }
}

/* Marker Info */
.marker-info {
    max-width: 300px;
    padding: 0;
    position: relative;
}

.marker-info img {
    max-width: 100%;
    height: auto;
    margin: 0;
    border-radius: 0.5em;
    aspect-ratio: 4 / 3;
    object-fit: cover;
}

.marker-info > * {
    margin-bottom: 15px;
}

.marker-info > h3 {
    margin-top: 10px;
    font-size: 1.2rem;
    font-weight: 700;
    padding: 0;
}

.marker-info a {
    color: #0E1937;
}

.map-error {
    padding: 1rem;
    text-align: center;
    color: #721c24;
    background-color: #f8d7da;
    border: 1px solid #f5c6cb;
    border-radius: 4px;
}

/* Buttons */

.more-filters-btn:hover {
    color: #00b1cd;
}

.search-actions {
    margin-left: auto;
}

.more-filters-btn,
.save-search-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    background: transparent;
    border: none;
    color: #000;
    padding: 0;
    cursor: pointer;
    font-size: 14px;
    border-radius: 0.5em;
    transition: .4s;
}

.more-filters-btn:hover,
.save-search-btn:hover {
    color: #00b1cd;
}

.more-filters-btn svg,
.save-search-btn svg {
    display: block; /* Prevents extra space below SVG */
}

.search-actions {
    display: flex;
    align-items: center;
    height: 100%;
}

.filter-count {
    background: #00b1cd;
    color: white;
    padding: 2px 6px;
    border-radius: 12px;
    font-size: 12px;
    display: none;
    margin-left: 4px;
}

.save-search-btn:hover {
    color: #00b1cd;
}

/* Save Search Message */
.save-search-message {
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 12px 20px;
    border-radius: 4px;
    z-index: 1000;
}

.save-search-message.success {
    background: #4caf50;
    color: white;
}

.save-search-message.error {
    background: #f44336;
    color: white;
}

/* Responsive Adjustments */
@media (max-width: 768px) {
    .search-area, 
    .filter-bar {
        flex-direction: column;
        width: 100%;
    }
    
    .radius-select, 
    .filter-item {
        width: 100%;
    }

    .tahn-search-content {
        grid-template-columns: 1fr;
        gap: 1rem;
    overflow: hidden;
    }

    .tahn-search-results-map {
        height: 300px;
    }
}

/* Search Results Filter */
.tahn-search-result-filters {
    display: inline-flex;
    position: absolute;
    z-index: 1;
    padding: .5em;
}

.tahn-search-result-filters.map-view {
    background: #fff;
    border-radius: 8px;
    margin-left: 200px;
}

.tahn-search-result-filters div {
    padding: 0.85rem;
    border-radius: 7.6px;
    text-align: center;
}

.tahn-search-result-filters div:hover {
    cursor: pointer;
}

.filter-btn-active {
    background: #D7D2FF;
    color: #0E1937;
    font-weight: 700;
}

.saved-searches {
    margin: 2rem auto;
    padding: 0 1rem;
}

.saved-search-item {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.saved-search-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.recent-searches {
    margin: 2rem auto;
    padding: 0 1rem;
}

.recent-search-item {
    background: #ffffff;
    border: 1px solid #e1e1e1;
    border-radius: 8px;
    padding: 1.5rem;
    margin-bottom: 1rem;
    display: flex;
    justify-content: space-between;
    align-items: center;
    transition: box-shadow 0.3s ease, transform 0.3s ease;
}

.recent-search-item:hover {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transform: translateY(-2px);
}

.recent-searches .search-params {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.recent-searches .search-params > span {
    background: #f5f5f5;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.recent-searches .price-range {
    background: #e0f6ff !important;
    font-weight: 500;
}

.recent-searches .flags {
    color: #666;
    font-style: italic;
}

.recent-searches .search-date {
    margin-top: 0.75rem;
    color: #666;
    font-size: 0.85rem;
}

.search-details {
    flex: 1;
}

.search-details h3 {
    margin: 0 0 0.5rem 0;
    font-size: 1.25rem;
    color: #333;
}

.search-params {
    color: #666;
    margin: 0.5rem 0;
    font-size: 0.9rem;
}

.search-date {
    color: #888;
    font-size: 0.8rem;
    margin: 0.5rem 0 0 0;
}

.search-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media (max-width: 600px) {
    .saved-search-item {
        flex-direction: column;
        align-items: flex-start;
    }

    .search-actions {
        margin-top: 1rem;
        width: 100%;
    }

    .run-search,
    .delete-search {
        flex: 1;
        text-align: center;
    }
}

.search-details h3 {
    font-size: 1.5rem;
    font-weight: 600;
    margin-bottom: 0.75rem;
}

.search-params {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    align-items: center;
    font-size: 0.95rem;
}

.search-params .price-range {
    background: #f5f5f5;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-weight: 500;
}

.search-params .divider {
    color: #666;
    margin: 0 0.25rem;
}

.search-date {
    margin-top: 0.75rem;
    color: #666;
    font-size: 0.85rem;
}


.draw-search-suggestion {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
    background: white;
    border-radius: 4px;
    box-shadow: 0 2px 6px rgba(0,0,0,0.1);
    margin-top: 1px;
    opacity: 0;
    visibility: hidden;
    transition: all 0.2s ease;
    z-index: 1000;
}

.draw-search-suggestion.visible {
    opacity: 1;
    visibility: visible;
}

.draw-area-btn {
    display: flex;
    align-items: center;
    gap: 8px;
    width: 100%;
    padding: 12px 16px;
    background: none;
    border: none;
    text-align: left;
    color: #5f6368;
    cursor: pointer;
    font-size: 14px;
    transition: background-color 0.2s ease;
}

.draw-area-btn:hover {
    background-color: #f8f9fa;
    color: #202124;
}

.draw-area-btn svg {
    flex-shrink: 0;
    color: #5f6368;
}

.draw-area-btn:hover svg {
    color: #202124;
}

/* List-only view */
.search-result-item-list {
    display: grid;
    gap: 2rem;
    grid-template-columns: 0.35fr 0.65fr;
    margin-bottom: 1.2rem;
}

.search-result-item-list-gallery {
    position: relative;
}

.search-result-item-list-gallery img.attachment-post-thumbnail.size-post-thumbnail.wp-post-image {
    height: 100%;
    object-fit: cover;
    width: 100%;
    aspect-ratio: 4/3;
    border-radius: 9.63px;
}

.search-result-item-list-details {
    margin: 1rem 0;
}

.search-result-item-list-details h3 {
    margin-bottom: 0.5rem;
}

.search-result-item-list-details h3 a {
    font-weight: 700;
    color: #0f131f;
}

.search-result-item-list-details p {
    margin-bottom: 0.5rem;
}

.search-result-item-list-details .tenure-details {
    display: grid;
    grid-template-columns: .75fr .25fr;
    gap: 1rem;
}

.search-result-item-list-details .tenure-details .add-breakdown {
    margin-bottom: 0.5rem;
}

.add-type {
    background: #BCECFF;
    color: #0B88B8;
    border-radius: 5em;
    padding: 7px 15px!important;
    display: inline-block;
    margin: 5px 0;
    width: 50%;
    text-align: center;
}

.add-item {
    display: flex;
    gap: 0.5rem;
}

@media screen and (max-width: 1024px){
    .add-item {
        display: block;
    }
    .add-type {
        width: 100%;
    }
}

/* Hidden search filter */
.search-deal-hidden-filters-wrapper {
    display: none;
    position: absolute;
    top: 70px;
    left: 0;
    z-index:9999;
    width: 100%;
    background: #f8f8f8;
    color: #0e1937;
}

.search-deal-hidden-filters {
    padding: 1.5rem;
}

.search-deal-hidden-filters .hidden-filter-row.mobile {
    display: none;
}

@media screen and (max-width:768px) {
    .search-deal-hidden-filters .hidden-filter-row.mobile {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
    }
}

.search-deal-hidden-filters .hidden-filter-row {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 2rem;
    margin-bottom: 1.2rem;
    padding: 1rem 0;
}

@media screen and (max-width: 768px) {
    .search-deal-hidden-filters .hidden-filter-row {
        grid-template-columns: 1fr;
    }
}

.search-deal-hidden-filters .filter-select {
    color: #0e1937;
}

.please-show-checkbox-group {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 10px;
}

.please-show-checkbox-group input[type="checkbox"] {
    display: none;
}

.please-show-checkbox-group label {
    display: block;
    padding: 10px 15px;
    background: white;
    border: 1px solid var(--inputs-focus-border-color);
    border-radius: 6px;
    cursor: pointer;
    text-align: center;
    transition: all 0.2s ease;
    font-size: 14px;
    width: 100%;
    height: 100%;
}

.please-show-checkbox-group label:hover {
    background-color: #f5f5f5;
}

.please-show-checkbox-group input[type="checkbox"]:checked + label {
    background-color: #262637;
    color: white;
    border-color: #262637;
}

/* For mobile screens */
@media (max-width: 768) {
    .please-show-checkbox-group {
        grid-template-columns: 1fr;
    }
}

/* custom responsive settings */
@media screen and (min-width:768px) and (max-width: 1380px){
    .filter-item.tablet {
        display: none;
    }
}

@media screen and (max-width:768px){
    .filter-item.mobile {
        display: none;
    }
}

.saved-deals-container .search-result-item-list {
    margin-bottom: 1.5rem;
}

@media screen and (max-width:768px){
    .saved-deals-container .search-result-item-list {
        grid-template-columns: 1fr;
    }
}

.search-result-item-list-details {
    overflow: hidden;
}

.search-result-item-list-details p {
    word-wrap: break-word;
}

.line-clamp {
    position: relative;
    max-height: 4.5em; /* Adjust based on line-height and number of lines */
    line-height: 1.5em;
    overflow: hidden;
    padding-right: 1em; /* Space for ellipsis */
  }
  
  .line-clamp::after {
    content: '...';
    position: absolute;
    right: 0;
    bottom: 0;
  }
  
  .line-clamp:before {
    content: '';
    position: absolute;
    right: 0;
    width: 1em;
    height: 1em;
    margin-top: 0.2em;
    background: white;
  }
  
.meeting-scheduler-modal .modal-content {
    max-width: 500px;
}
.form-group {
    margin-bottom: 1rem;
}
.form-group label {
    display: block;
    margin-bottom: 0.5rem;
    font-weight: 500;
}
.form-control {
    width: 100%;
    padding: 0.5rem;
    border: 1px solid #ddd;
    border-radius: 4px;
}
.form-row {
    display: flex;
    gap: 1rem;
    margin-bottom: 1rem;
}
.form-group.half {
    flex: 1;
}
.modal-actions {
    display: flex;
    justify-content: flex-end;
    gap: 0.5rem;
    margin-top: 1.5rem;
}
.calendar-buttons {
    display: grid;
    gap: 0.5rem;
    margin: 1rem 0;
}
.tahn-modal {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1000;
}
.tahn-modal .modal-content {
    background: white;
    padding: 2rem;
    border-radius: 8px;
    width: 90%;
    max-width: 500px;
}
.pagination {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 0.5rem;
    margin-top: 2rem;
    padding: 1rem 0;
}

.page-number {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5rem;
    height: 2.5rem;
    padding: 0 0.75rem;
    border: 1px solid #e1e1e1;
    border-radius: 4px;
    font-size: 0.875rem;
    color: #333;
    text-decoration: none;
    transition: all 0.2s ease;
}

.page-number:hover {
    background-color: #f5f5f5;
    border-color: #d1d1d1;
    color: #000;
}

.page-number.active {
    background-color: #262637;
    border-color: #262637;
    color: white;
    cursor: default;
}

.page-number.active:hover {
    background-color: #262637;
    border-color: #262637;
    color: white;
}

/* Previous/Next buttons */
.page-number[href*="Previous"],
.page-number[href*="Next"] {
    padding: 0 1rem;
    font-weight: 500;
}

@media (max-width: 768px) {
    .pagination {
        flex-wrap: wrap;
    }
    
    .page-number {
        min-width: 2rem;
        height: 2rem;
        padding: 0 0.5rem;
        font-size: 0.8125rem;
    }
}

.construction-mixed-other-input.visible,
.sustainability-other-input.visible,
.contract-other-input.visible {
    display: block;
    margin-top: 8px;
    width: 100%;
}

.construction-mixed-other-input,
.sustainability-other-input,
.contract-other-input {
    display: none;
}

.saved-searches .search-params {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
    margin: 0.5rem 0;
}

.saved-searches .search-params > span {
    background: #f5f5f5;
    padding: 0.35rem 0.75rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.saved-searches .price-range {
    background: #e0f6ff !important;
    font-weight: 500;
}

.saved-searches .flags {
    color: #666;
    font-style: italic;
}

.saved-searches .search-actions {
    display: flex;
    gap: 1rem;
    align-items: center;
}

@media (max-width: 768px) {
    .saved-searches .search-params {
        flex-direction: column;
    }
    
    .saved-searches .search-params > span {
        width: 100%;
    }
}

.search-polygon-info {
    margin-top: 0.5rem;
}

.polygon-indicator {
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    background-color: #e3f2fd;
    color: #1e88e5;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    font-size: 0.9rem;
}

.polygon-indicator svg {
    stroke: #1e88e5;
}

.polygon-search-active .draw-area-btn {
    background-color: #e3f2fd;
    color: #1e88e5;
}

.polygon-search-active .draw-area-btn svg {
    stroke: #1e88e5;
}

.search-favorite-btn {
    background: #0e1937;
    border: none;
    padding: 0;
    width: 48px;
    height: 48px;
    cursor: pointer;
    transition: transform 0.2s;
    border-radius: 8.63px;
    z-index: 2;
}

.search-favorite-btn i {
    color: #e13c63;
    font-size: 20px;
    text-shadow: 0 1px 3px rgba(0,0,0,0.3);
}

.search-favorite-btn.active i {
    color: #e91e63;
}

.search-favorite-btn:hover {
    transform: scale(1.1);
}

.tahn-deal-title-wrapper {
    display: flex;
    flex-wrap: nowrap;
    align-content: center;
    align-items: center;
    justify-content: space-between;
    gap: 1rem;
}

.tahn-deal-title-wrapper .tahn-deal-title {
    font-weight: 700;
    margin: 0;
    padding: 0;
    font-size: 1.3rem;
}

.tahn-deal-title-wrapper .tahn-deal-title.map-view {
    font-size: 1.1rem;
}

.saved-deals-container .search-result-item-list .search-favorite-btn {
    width: auto;
    height: auto;
    padding: 12px 20px;
    color: white;
}

.tahn-search-results .search-result-item-list .search-favorite-btn {
    width: auto;
    height: auto;
    padding: 12px 20px;
    color: white;
}

.custom-map-control {
    font-size: 1rem;
    font-weight: 700;
}

div#message-developer-modal {
    position: fixed;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
}
.message-developer-modal-overlay {
    width: 100%;
    height: 100%;
    position: fixed;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 9998;
}
.message-developer-modal-content {
    position: fixed;
    z-index: 10000;
    background: white;
    padding: 2rem;
    max-width: 600px;
    border-radius: 8px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
    /* Center the modal */
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    /* Ensure proper width */
    width: calc(100% - 2rem);
}

@media screen and (max-width:768px){
    div#tahn-search-results {
        height: calc(85vh - 200px)!important;
    }
}

.accepts-offers-tenures {
    color: #0085d3;
    background: #a5d4ef;
    width: auto;
    padding: 12px;
    border-radius: 9999px;
    position: relative;
}
.accepts-offers-wrapper {
    display: inline-block;
    margin: 0.5rem 0;
}
.land-type-wrapper {
    display: inline-block;
}

p.land-type {
    padding: 12px 20px;
    margin: 0.5rem 0;
    background: gainsboro;
    border-radius: 9999px;
    font-weight: 700;
}

.search-input-wrapper {
    position: relative;
    width: 70%;
}
.new-radius-select {
    width: 30%;
}


@media screen and (max-width:768px){
    .tahn-search-filter {
        height: 85vh;
    }
    
    .search-deal-hidden-filters {
        transform: scale(0.9);
        margin-top: -80px;
        width: 100%;
    }
    
    #clear-filters-btn-tahn {
        display: block;
    }
}

#clear-filters-btn-tahn {
    display: none;
}

button.search-favorite-btn.with-linear-gradient {
    min-width: 50px;
}