.custom-table thead tr th {
    padding: 25px 10px;
    color: #A8A8A8;
    font-size: 12px;
    line-height: 25px;
    text-transform: uppercase;
    font-weight: 400;
    font-family: Arial, Helvetica, sans-serif;
    border-color: #000 !important;
}

.custom-table tbody tr td {
    padding: 25px 10px;
    font-size: 12px;
    line-height: 20px;
    font-family: Arial, Helvetica, sans-serif;
    word-break: break-word;
    border-color: #000 !important;    
}

.custom-table tbody tr td.price-text {
    color: #36D58B;
}

.custom-table tbody tr td ul {
    padding-left: 15px;
}

.custom-table tbody tr td ul li {
    margin-bottom: 0;
    list-style-type: circle;
    font-size: 12px;
    line-height: 20px;
}

.custom-table thead tr th:first-child,
.custom-table tbody tr td:first-child,
.custom-table tbody tr td:last-child {
    padding: 25px 0;
}

.custom-table tbody tr td a.main-btn {
    font-size: 10px;
    padding: 7px;
    width: 100%;
}

.custom-table tbody tr td a.main-btn span {
    margin-right: 5px;
}

@media (max-width: 768px) {
    .table-container {
        overflow: hidden;
    }

    .custom-table tbody tr td:first-child,
    .custom-table tbody tr td:last-child, 
    .custom-table tbody tr td {
        padding: 10px 0;
    }

    .custom-table,
    .custom-table thead,
    .custom-table tbody,
    .custom-table th,
    .custom-table td,
    .custom-table tr {
        display: block;
    }

    .custom-table thead {
        display: none;
        /* Hide headers on small screen */
    }

    .custom-table tr {
        margin-bottom: 1rem;
        border: 1px solid #ddd !important;
        border-radius: 8px;
        background: #fff;
    }

    body .custom-table tbody tr td {
        display: flex;
        justify-content: space-between;
        padding: 8px 10px !important;
        border: none;
        border-color: #eee !important;
        border-bottom: solid 1px;
    }

    .custom-table td:last-child {
        border-bottom: none;        
    }

    .custom-table td:last-child a.main-btn{
        width: 50%;
    }


    .custom-table td::before {
        content: attr(data-label);
        font-weight: 600;
        color: #333;
    }
}




    .ubora-unit-description li {

        margin: 0px 0px 20px;

    }