.blog_left p strong{
    display: inline-block;
    margin-bottom: 0;
}

.blog_left ul li p{
    margin: 3px;
    padding: 0px;
}
.blog_left h2{
    margin: 10px 0;
}

.blog_left h3{
    margin: 5px 0;
}
.blog_left p br{
    display: block;
}
ul{
    max-width: 100% !important;
}
.package-title{
    font-size: 16px;
    font-weight: normal;
    line-height: 23px;
    margin-bottom: 5px;
    margin-top: 0 !important; 
    color: #000;
    font-weight: 700;
}
.package-description,.detail-item{
    color: #979797;
    font-size: 14px;
    line-height: 20px;
}
.travel-package-item{
    padding: 5px;
    border-top: 1px solid #ededed;
    border-bottom: 1px solid #ededed;
    display: block;
}
.detail-item{
    display: block;
}
.localinfo{
    font-size: 12px !important;
    font-weight: 700;
    color: #000 !important;
    white-space: nowrap !important;
    /* overflow-x: auto !important;
    overflow-y: hidden !important; */
    -webkit-overflow-scrolling: touch !important;
}

.location-editor {
    display: flex;
    align-items: center;
    gap: 8px;
    /* flex-wrap: wrap; */
    position: relative;
}

.location-input {
    border: 1px solid #ddd;
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 12px;
    min-width: 200px;
    flex: 1;
    display: none;
}

.location-edit-btn {
    background: #007cba;
    color: white;
    border: none;
    padding: 3px 2px;
    border-radius: 4px;
    font-size: 11px;
    cursor: pointer;
    margin-left: auto;
    display: flex;
    justify-content: center;
    align-items: center;
}

.location-edit-btn:hover {
    background: #005a87;
}

.location-note {
    color: #979797;
    font-weight: 100;
    font-size: 11px;
}

.location-display {
    flex: 1;
    max-width: 88%;
    text-align: left;
    overflow: hidden;
}

@media (max-width: 768px) {
    .localinfo::-webkit-scrollbar {
        display: none;
    }
    .top{
        padding: 10px;
        padding-top: 0;
    }
    .blog_title{
        margin-bottom: 0;
    }
    
    .location-editor {
        /* flex-direction: column; */
        align-items: flex-start;
    }
    
    .location-input {
        min-width: 102%;
        margin-bottom: 4px;
    }
}
