@media (max-width: 360.999px) {
  
    .mid {
        max-width: 100%;
    }
    .mini-navbar span{
       font-size: small;
    }

    .hostIcon {
        display: none;
    }

    .content-section {
        padding: 0;
        justify-content:left ;
        padding: 1px;
    }

    .details_link {
        box-sizing: border-box;
        display: block;
        margin: 2px ;
        width: 100%;
        max-width: 48%;
    }

    .home_card,
    .rental_building_card {
        width: 100%;
        min-width: 100%;
        height: 200px;
    }

    .hostbox .hostchoices {
        width: 100px;
        height: 100px;
    }

    .details .title {
        font-size: 0.75rem;
        margin-bottom: 2px;
    }

    .details .location {
        font-size: 0.65rem;
    }

    .details .features {
        font-size: 0.65rem;
        margin: 2px 0;
    }
}

@media (min-width: 361.999px) and (max-width: 480px) {
    .mid {
        min-width: 100%;
    }

    .hostIcon {
        display: none;
    }

    .content-section {
        padding: 0;
        justify-content: start;
        padding: 2px 5px;
    }

    .details_link {
        box-sizing: border-box;
        display: block;
        margin: 2px ;
        width: 100%;
        max-width: 48%;
    }

    .home_card,
    .rental_building_card {
        width: 100%;
        min-width: 100%;
        height: 240px;
    }

    .sidebar {
        position: fixed;
        height: fit-content;
        min-width: 100% !important;
        top: unset;
        bottom: 0 !important;
        margin: 0 !important;
        right: 0 !important;
        border-radius: 15px 15px 0 0;
    }

    .hostcover {
        padding: 0;
    }

    .hostbox {
        position: absolute;
        bottom: 0;
        width: 100%;
        border-radius: 15px 15px 0 0;
    }

    .hostbox .hostchoices {
        border: 1px solid rgb(225, 225, 225);
        width: 110px;
        height: 110px;
    }

    .details .title {
        font-size: 0.8rem;
        margin-bottom: 3px;
    }

    .details .location {
        font-size: 0.7rem;
    }

    .details .features {
        font-size: 0.7rem;
        margin: 3px 0;
    }
}

@media (min-width: 481px) and (max-width: 767px) {
   
    .details_link {
        flex: 1 1 200px;
        min-width: 200px;
        margin: 2px  ;
        box-sizing: border-box;
    }

    .rental_building_card,
    .home_card {
        width: 100%;
        height: 280px;
    }

    .sideHostIcon {
        display: none;
    }

    .details .title {
        font-size: 1.05rem;
    }

    .details .location {
        font-size: 0.9rem;
    }
}

@media (min-width: 768px) and (max-width: 1024px) {
   
    .mid {
        max-width: 100%;
    }

    .details_link {
        flex: 1 1 200px;
        max-width: 250px;
        margin: 2px  ;
        box-sizing: border-box;
    }

    .rental_building_card,
    .home_card {
        width: 100%;
        height: 300px;
    }

    .details .title {
        font-size: 1.1rem;
    }

    .details .location {
        font-size: 0.95rem;
    }
}

