.page-container {
    min-height: 100vh;
    display: flex;
    flex-direction: column;
}

.jumbotron {
    flex: 1;
    padding: 2rem 1rem;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
}

.framedd-text {
    position: relative; 
    z-index: 9999;
    padding: 8px; 

    font-size: 11px; 
    font-weight: bold; 
    font-family: 'Inter', sans-serif; 
    border: 2px solid rgba(255, 255, 255, 0.5); 
    border-radius: 8px;
    background-color: #7FFFD4;
    color: black; 
    display: inline-block; 
    text-align: center; 
}

#chat-widget-container {
    width: 150px !important;
    height: 150px !important;
    margin: 0 auto 50px auto !important;
    position: static !important; 
    display: block !important;
}

.footer {
    width: 100%;
    height: 60px;
    background-color: black;
    padding: 1rem 0;
    margin-top: auto;
}

@media screen and (max-width: 480px) {
    .framedd-text {
        margin-bottom: 40px;
    }

    #chat-widget-container {
        margin-bottom: 60px !important;
    }
}

#searchKeyword {
    width: 100%;
    max-width: 300px;
}

@media (max-width: 576px) {
    #searchKeyword {
        max-width: 100%;
    }
}

#location {
    width: 100%;
    max-width: 300px; 
}

@media (max-width: 576px) {
    #location {
        max-width: 100%; 
    }
}

#resultsCount {
    width: 100%;
    max-width: 200px; 
}

@media (max-width: 576px) {
    #resultsCount {
        max-width: 50%; 
    }
}
