/* ============================
   FORM FILTER
============================ */

#indo-package-filter-form {
    padding: 15px;
    background: #f8fbff;
    border: 1px solid #dce7f7;
    border-radius: 8px;
    margin-bottom: 20px;
    display: flex;
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}

#indo-package-filter-form label {
    font-size: 14px;
    font-weight: 600;
}

#indo-package-filter-form input,
#indo-package-filter-form select {
    padding: 8px 12px;
    border: 1px solid #b8c7dd;
    border-radius: 5px;
    width: 180px;
}

#indo-package-filter-form button {
    background: #86A5FF;
    color: #fff;
    border: none;
    padding: 9px 16px;
    font-size: 15px;
    border-radius: 5px;
    cursor: pointer;
}

#indo-package-filter-form button:hover {
    background: #005ad1;
}

/* ============================
   RESULT TABLE
============================ */

.indo-result-table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 10px;
    overflow: hidden;
    border-radius: 8px;
    border: 1px solid #d0d7e2;
}

.indo-result-table th {
    background: #86A5FF;
    color: white;
    padding: 12px;
    text-align: left;
    font-size: 15px;
}

.indo-result-table td {
    padding: 10px 12px;
    border-bottom: 1px solid #e3e9f2;
    font-size: 14px;
}

.indo-result-table tr:nth-child(even) {
    background: #f6f9ff;
}

.indo-title-cell {
    font-weight: 700;
    background: #eef5ff;
    border-right: 1px solid #dbe4f5;
}
.trip-filter-row{
    display: flex;
    align-items: center;
    gap: 5px;
}
