/* paito start */
.location {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    min-height: 100px;
    color: white;
    padding: 10px;
    text-align: center;
}

.location p {
    text-transform: lowercase;
}

.location h6 {
    margin-top: 0;
    text-transform: uppercase;
}

.btn-warning {
    color: #000;
}

.location h6,
.location p {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;}


.location .btn {
    white-space: nowrap;
    width: 100%;
}

.location .btn-warning {
    width: 100%;
    border-radius: 25px;
    padding: .375rem .75rem;
    background-color: #fdff35;
    font-weight: bold;
    font-size: calc(10px + 0.2vw);
}

.separator {
    border: none;
    height: 3px;
    background: #333;
    background: linear-gradient(to right, rgb(221, 213, 213), #ffffff, rgb(255, 255, 255));
    margin: 10px 0;
}

.btn-warning:hover {
    background-color: #ffa200;

    border-color: #ffa200;

}

.market-description {
    font-size: calc(10px + 0.3vw);
}

.market-name {
    font-size: calc(10px + 0.3vw);
}

/* paito end */

@media (max-width: 768px) {
    .location .btn-warning {
        border-radius: 13px;
        padding: 0.2rem 0;
        font-size: calc(10px + 0.6vw);
    }

    .location h6 {
        margin-top: 70px;
        text-transform: uppercase;
    
    }

    .location {
        padding: 0px;
    }

    .margin {
        margin: 5px;
    }

    .separator {
        margin: 5px 25px;
    }
    .location h6, .location p {
        white-space: normal;
    }
}

@media (max-width: 480px) {
    .location .btn-warning {
        font-size: calc(6px + 0.5vw);
        border-radius: 5px;
        -webkit-border-radius: 5px;
        -moz-border-radius: 5px;
        -ms-border-radius: 5px;
        -o-border-radius: 5px;
}

    .location {
        padding: unset;
        margin-bottom: unset;
        align-items: center;
    }

    .location p {
        font-size: 12px;
    }
    

    .location .btn {
        white-space: nowrap;
        width: 45px;
    }

    .location h6 {
        margin-top: 30px;
        text-transform: uppercase;
    }
    .separator {
        margin: 20px 6px;
    }

    .margin {
        margin: 5px;
    }

    .market-name {
        font-size: calc(10px + 0.3vw);
    }
}

@media (max-width: 480px) {

    .location .btn {
        width: auto; 
        padding-left: 2px;
        padding-right: 2px; 
        font-size: 12px;
    }
}

