lable{
    padding: 20px 0;
}

.category-tag {
    padding: 6px 12px;
    border: 1px solid #ccc;
    border-radius: 20px;
    background-color: #f2f2f2;
    cursor: pointer;
    transition: 0.3s;
    font-size: 14px;
}

.category-tag:hover {
    background-color: #e0f7fa;
}

.category-tag.active {
    background-color: #4dd0e1;
    color: white;
    border-color: #4dd0e1;
}
.note_icon {
    font-size: 22px;
    color: #696666;
    opacity: 61%;
    padding-right: 4px;
    border-radius: 50%;
}
option{
    background-color:white;
}
input#search-input {
    width: 80%;
}
  /* //////////////////////////////// */
  h3.filter-title {
    width: 80%;
    color: #878585;
    font-size: 16px;
    padding: 20px 0 5px 0px;
    font-weight: lighter;
}
.filter-ohh-select {
    border: 0.5px solid #c7c6c6;
    display: flex
;
    background-color: #ffffff;
    align-items: center;
    justify-content: center;
    align-content: center;
    flex-direction: column;
    padding: 0;
    margin: 0 13px;
}

p.filter-description {
    font-size: 11px;
    color: #b9b9b9;
    padding: 2px 20px;
}
  /* General styles for taxonomy lists */
.taxonomy-archive {
    margin-top: 20px;
}
.taxonomy-archive ul {
    list-style-type: none;
    padding: 0 0 38px 0;
    display: flex;
    gap: 15px;
    justify-content: flex-start;
    flex-wrap: wrap;
}


.taxonomy-archive li {
    padding: 10px 20px;
    border-radius: 5px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.2);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
}


/* City specific styles */
.taxonomy-archive.cities li {
   
    color: #fff;
    border: 1px solid #b3f0f3;
}

.taxonomy-archive.cities li:hover {
    background-color: #57c6cc;
    box-shadow: 0 2px 10px rgba(255, 165, 97, 0.5);
    transform: translateY(-5px);
}

/* Common hover effects for links */
.taxonomy-archive li a {
    text-decoration: none;
    color: inherit;
    font-size: 1.2em;
    font-family: 'Roboto', sans-serif;
    transition: color 0.3s ease;
}

.taxonomy-archive li a:hover {
    color: #111;
}

/* Styles for 'No cities found' message */
.taxonomy-archive p {
    color: #bbb;
    font-size: 1.1em;
    text-align: center;
    margin-top: 20px;
}


/* ////////////////////////////// */
.banner_map_style {
    height: 64vh;
    width: 70%;
}
.filter-ohh-select{
    width:30%;
}
.map_sort{
    display:flex;
    flex-direction: row;
}
.filter-ohh-select-item {
    width: 80%;
    margin-left: 0;
    margin-right: 10px;
    text-align: left;
    background-color: #57c6cc;
    display: flex
;
    border-bottom: none;
    border-left: none;
    border-top: none;
    border-right: none;
    font-family: system-ui;
    letter-spacing: 2px;
    /* padding-bottom: 20px; */
    /* border-radius: 10px; */
    font-weight: bold;
    flex-direction: row;
}
.map_info {
    margin-left: 13px;
    color: white;
    background-color: #57c6cc;
    padding: 2px 4px 2px 33px;
    text-align: left;
}
.map_title {
    font-weight: bold;
    font-size: 50px;
}
.map_des{
    font-size: 20px;
    font-weight: lighter;
}


/* Responsive Design */
@media (max-width: 768px) {
    .taxonomy-archive ul {
        justify-content: center;
        
    }
    

    .taxonomy-archive li {
        width: 100%;
        max-width: 300px;
        margin-bottom: 10px;
        text-align: center;
    }

    input#search-input {
        margin-top: 29px;
        width: 80%;
    }
    .map_sort{
        display:flex;
        flex-direction:column;
    }
    .banner_map_style{
        height:70vh;
        width:100%;
    }
    .filter-ohh-select-item {
        width: 86%;
        padding-bottom: 10px;
        font-weight: bold;
        margin-left:8px;
    }
    .map_info{

        padding: 0.3rem 3rem 0.3rem 3rem;
     
    }
    .map_title {
        font-weight: bold;
        font-size:30px;
    }
    .map_des{
        font-size:14px;
    }
    .filter-ohh-select {
        width: 100%;
    }
}