#custom-table {
    border-spacing: 0 2px;
}
#custom-table tr {
    background: #fff;
    border: 0;
}
#custom-table tr:hover {
    background-color: #f7f5ff;
    cursor: pointer;
}
.ui.basic.table{
    border: 0;
}
.ui.table{
    font-weight: 500;
}
.dataTables_scrollHead{
    display: none;
}
.ui.table tr {
    background: #faf9fb;
}
.ui.table th {
    font-size: 12px;
}
.ui.table td {
    font-size: 14px;
    border: 0 !important;
    border-left: 0.4em solid #6a49c9 !important;
    padding: 0 !important;
}

.ui.form input[type=search], .ui.form input[type=search]:focus {
    border-radius: 50px
}

.ui.celled.table > tbody > tr > td,
.ui.celled.table > tbody > tr > th,
.ui.celled.table > tfoot > tr > td,
.ui.celled.table > tfoot > tr > th,
.ui.celled.table > thead > tr > th,
.ui.celled.table > tr > td,
.ui.celled.table > tr > th {
    border-right: 0;
    border-left: 0;
}


/*-----------------------------------------*/

.item {
    border-bottom: 1px solid #003366;
    padding: 15px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}
.item p{
   margin: 0;
    display: flex;
    align-items: center;
}
.item p{
   margin: 0;
    display: flex;
    align-items: center;
}
.item p svg{
    margin-right: 5px;
    width: 16px;
    height: 16px;
}
.item:last-child {
    border-bottom: none;
}
.item .details {
    flex: 1;
}
.item .details p {
    margin: 0;
}
.item .details .address {
    font-weight: bold;
    font-size: 16px;
}
.item .details .postal {
    color: #6B6B6B;
    font-size: 14px !important;
}
.item .details .location {
    display: flex;
    align-items: center;
    font-size: 14px !important;
    color: #6B6B6B;
}
.item .details .location i {
    margin-right: 5px;
}
.item .price {
    text-align: right;
}
.item .price .amount {
    font-weight: bold;
    font-size: 1.2em;
    margin: 0;
}
.item .price .info {
    font-size: 0.9em;
    color: #6B6B6B;
    margin: 0;
}
.item .price .info i {
    margin-right: 5px;
    color: #6a49c9;
}

.filter-menu {
    display: inline-flex;
    gap: 24px;
    background: #001b38;
    padding: 2px;
    border-radius: 50px;
}

.filter-menu a {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    border-radius: 50%;
    transition: background 0.3s ease;
    cursor: pointer;
}

.filter-menu a svg {
    width: 32px;
    height: 32px;
    color: #fff;
}

.filter-menu a.active svg{
    color: #001b38;
}

.filter-menu a.active {
    background: white;
    border-radius: 50px;
    color: #6a49c9;
}

#details-container h2{
    margin: 0;
    text-transform: uppercase;
    font-weight: 800;
    font-size: 26px;
}

#details-container h3{
    margin: 0;
    margin-bottom: 20px;
}

#details-container p{
    display: flex;
    align-items: center;
    gap: 10px;
}

#details-container{
    margin-bottom: 20px;
}

.details-heading{
    display: inline-flex;
    align-items: center;
    gap: 12px;
    cursor: pointer;
    margin-bottom: 40px;
}

#custom-table_filter  {
    display: none;
}

.distance-badges {
    display: flex;
    gap: 10px;
}

.badge {
    background-color: #f0f0f0;
    padding: 5px 10px;
    border-radius: 12px;
    font-size: 14px;
    font-weight: bold;    color: #333;

}