.lxhg-app{max-width:760px;margin:20px auto;}
.lxhg-card{background:#fff;border:1px solid #eceff3;border-radius:20px;box-shadow:0 12px 32px rgba(0,0,0,.08);padding:20px;font-family:Arial,sans-serif;}
.lxhg-heading h2{margin:0 0 8px;font-size:28px;line-height:1.2;color:#111827;}
.lxhg-heading p{margin:0 0 18px;color:#6b7280;font-size:14px;line-height:1.6;}
.lxhg-form{display:flex;flex-direction:column;gap:5px;}
.lxhg-field-block{display:flex;flex-direction:column;gap:8px;}
.lxhg-field-title{font-size:14px;font-weight:700;color:#111827;margin-bottom:0;}
.lxhg-field-note{font-size:12px;color:#6b7280;}
.lxhg-row-2,.lxhg-customer-grid{display:grid;grid-template-columns:1fr 220px;gap:14px;align-items:end;}
.lxhg-customer-grid{grid-template-columns:1fr 1fr;align-items:start;}
.lxhg-add-wrap{justify-content:end;}
.lxhg-destination-list{display:flex;flex-direction:column;gap:12px;}
.lxhg-destination-item{border-radius:16px;padding:0px}
.lxhg-destination-head{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;gap:8px;}
.lxhg-input-map{min-height:54px;background:#fff;border-radius:14px;padding:4px;position:relative;}
.lxhg-input-map .goongjs-ctrl-geocoder{border:0!important;box-shadow:none!important;min-width:100%!important;max-width:100%!important;}
.lxhg-input-map .goongjs-ctrl-geocoder--input{height:44px!important;border:0!important;padding-left:42px!important;font-size:14px!important;}
#lxhg-pickup::before,.lxhg-destination-item .lxhg-input-map::before{position:absolute;left:14px;top:50%;transform:translateY(-50%);z-index:2;font-size:16px;}
.lxhg-datetime-input,.lxhg-text-input,.lxhg-textarea-input{border:1px solid #dfe5ec;border-radius:14px;padding:0 14px;font-size:14px;width:100%;box-sizing:border-box;background:#fff;}
.lxhg-datetime-input,.lxhg-text-input{height:54px;}
.lxhg-textarea-input{min-height:110px;padding:14px;resize:vertical;}
.lxhg-datetime-input:focus,.lxhg-text-input:focus,.lxhg-textarea-input:focus{outline:none;border-color:#22c55e;box-shadow:0 0 0 3px rgba(34,197,94,.12);}
.lxhg-actions,.lxhg-booking-actions{display:flex;gap:12px;}
.lxhg-booking-box{border:1px solid #e5e7eb;border-radius:18px;padding:16px;background:#f9fbff;display:flex;flex-direction:column;gap:14px;}
.lxhg-booking-title{font-size:16px;font-weight:800;color:#111827;}
.lxhg-add-btn,.lxhg-remove-btn,.lxhg-main-btn,.lxhg-book-btn{border:0;border-radius:14px;cursor:pointer;font-weight:700;transition:.2s ease;}
.lxhg-add-btn{height:54px;background:linear-gradient(135deg,#f8fbff,#eef5ff);border:1px solid #dbe8ff;color:#2563eb;padding:0 16px;}
.lxhg-remove-btn{height:36px;background:#fff1f2;color:#e11d48;border:1px solid #fecdd3;padding:0 12px;}
.lxhg-main-btn{width:100%;height:50px;background:linear-gradient(135deg,#16a34a,#22c55e);color:#fff;box-shadow:0 10px 20px rgba(34,197,94,.2);}
.lxhg-book-btn{width:100%;height:54px;background:linear-gradient(135deg,#dc2626,#ef4444);color:#fff;box-shadow:0 10px 20px rgba(239,68,68,.18);}
.lxhg-book-btn[disabled]{opacity:.7;cursor:not-allowed;}
.lxhg-result{background:linear-gradient(135deg,#fff7ed,#fff1f2);border:1px solid #fed7aa;border-radius:16px;padding:16px;}
.lxhg-result-top{display:grid;grid-template-columns:1fr 1fr;gap:12px;margin-bottom:12px;}
.lxhg-result-top small{display:block;color:#9a3412;margin-bottom:4px;text-transform:uppercase;font-size:11px;font-weight:700;}
.lxhg-result-top strong{font-size:24px;line-height:1.2;color:#7c2d12;}
.lxhg-breakdown{display:grid;gap:8px;}
.lxhg-breakdown div{display:flex;justify-content:space-between;gap:10px;font-size:14px;color:#374151;}
.lxhg-breakdown strong{color:#111827;text-align:right;}
.lxhg-error{color:#b91c1c;font-weight:600;}
.lxhg-booking-message{min-height:22px;font-size:13px;font-weight:600;}
.lxhg-booking-message.is-error{color:#b91c1c;}
.lxhg-booking-message.is-success{color:#15803d;}
.lxhg-booking-message.is-loading{color:#92400e;}
.lxhg-price-table{border:1px solid #e5e7eb;border-radius:14px;overflow:hidden;}
.lxhg-price-table>div{display:grid;grid-template-columns:1.5fr 1fr;}
.lxhg-price-table>div span{padding:12px 14px;border-bottom:1px solid #e5e7eb;font-size:14px;}
.lxhg-price-table>div:last-child span{border-bottom:none;}
.lxhg-row-head{background:#f9fafb;font-weight:700;color:#111827;}
/* Wrap tiêu đề + nút thêm */
.lxhg-add-wrap {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 12px;
}

/* Label bên trái */
.lxhg-add-wrap .lxhg-field-title {
    margin: 0;
    font-weight: 700;
    font-size: 16px;
}

/* Nút thêm điểm đến */
#lxhgAddDestinationBtn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    height: 38px;
    padding: 0 14px;
    font-size: 13px;
    font-weight: 600;
    border-radius: 10px;
    background: #eef4ff;
    color: #2563eb;
    cursor: pointer;
    transition: all 0.2s ease;
    white-space: nowrap;
}

/* Hover đẹp hơn */
#lxhgAddDestinationBtn:hover {
    background: #2563eb;
    color: #fff;
}

/*input chuẩn */
.mapboxgl-ctrl-geocoder {
    width: 100%;
    font-size: 15px;
    line-height: 20px;
    max-width: 500px;
}

.mapboxgl-ctrl-geocoder {
    font-family: "roboto", "Helvetica Neue", Arial, Helvetica, sans-serif;
}
/* Mobile vẫn nằm cùng hàng */
@media (max-width: 500px) {
    .lxhg-add-wrap {
        flex-direction: row;
        align-items: center;
    }

    #lxhgAddDestinationBtn {
        font-size: 12px;
        padding: 0 10px;
        height: 34px;
    }
}

/* Row input + button */
.lxhg-destination-row {
    display: flex;
    align-items: center;
    gap: 8px;
}

/* Input chiếm full */
.lxhg-destination-row .lxhg-input-map {
    flex: 1;
}

/* Nút thêm inline */
.lxhg-add-btn-inline {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    padding: 0 12px;
    height: 42px;
    border-radius: 999px;
    background: linear-gradient(135deg, #22c55e, #16a34a);
    color: #fff;
    font-size: 13px;
    font-weight: 600;
    cursor: pointer;
    white-space: nowrap;
    transition: all 0.2s ease;
}

.lxhg-add-btn-inline:hover {
    transform: translateY(-1px);
    box-shadow: 0 8px 18px rgba(34,197,94,0.3);
}

/* icon tròn */
.plus-icon {
    width: 18px;
    height: 18px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    position: relative;
}

.plus-icon::before,
.plus-icon::after {
    content: '';
    position: absolute;
    background: #fff;
}

.plus-icon::before {
    width: 10px;
    height: 2px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.plus-icon::after {
    width: 2px;
    height: 10px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

/* nút xoá */
.lxhg-remove-btn {
    width: 34px;
    height: 34px;
    border-radius: 50%;
    border: none;
    background: #fee2e2;
    color: #dc2626;
    font-size: 18px;
    cursor: pointer;
}

/* Ghi chú dạng text click */
.lxhg-note-toggle-wrap {
    margin-top: 4px;
}

.lxhg-note-toggle-text {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    font-size: 14px;
    font-weight: 600;
    color: #2563eb;
    cursor: pointer;
    user-select: none;
    transition: all 0.2s ease;
}

.lxhg-note-toggle-text:hover {
    color: #1d4ed8;
    text-decoration: underline;
}

.lxhg-note-box {
    margin-top: 10px;
}

.select-resize-ghost, .select2-container .select2-choice, .select2-container .select2-selection, input[type=date], input[type=email], input[type=number], input[type=password], input[type=search], input[type=tel], input[type=text], input[type=url], select, textarea {

    border-radius: 10px !important;
    height: 42px !important;
  
}
.mapboxgl-ctrl-geocoder, .mapboxgl-ctrl-geocoder .suggestions {
    box-shadow: none;
}


@media (max-width:767px){.lxhg-card{padding:16px;}.lxhg-heading h2{font-size:24px;}.lxhg-row-2,.lxhg-customer-grid{grid-template-columns:1fr;}.lxhg-result-top{grid-template-columns:1fr;}.lxhg-price-table>div{grid-template-columns:1.2fr 1fr;}}
