.ant-table-content .table {
    width: 100% !important;
}


tr.row-0 {
    background-color: #fcf9f7;

}

.ck-content .table table td.ant-table-cell{
    border-right: none;
    border-left: none;
}

.row-0 .br-pricing-plan-highlighter{
    display: flex;
    flex-direction: column;
}

.br-pricing-plan-highlighter .group-name{
    margin-bottom: 3px;
    font-size: 15px;
    color: #956943;
}

.br-pricing-plan-highlighter .group-city{
    font-size: 12px;
    color: #266c5f;
}

.ant-table-tbody>tr>td {
    border-bottom: 1px solid #e2e8f0 !important;
}

.ck-content .table table{
    border:1px solid #e2e8f0 !important;
}

.ck-content .table table td, .ck-content .table table th{
    padding: 10px 20px 10px 0;
}

.ck-content .table table th{
    background: hsl(0deg 0% 96.08%);
}
 .ck-content .table table th{
    border:1px solid #e2e8f0 !important;
    color: #266c5f;
}
.weight-description{
    font-size: 13px;
    color: #797979;
    margin-right: 6px;
}

@media  (max-width: 1000px) {
    .ck-content .table table th{
        padding: 10px 20px 10px 20px;
    }
    .br-pricing-plan__city-table-header div.br-pricing-plan-highlighter{
        min-width: max-content;
    }
    .row-0  .br-pricing-plan__city-table-header div.br-pricing-plan-highlighter{
        min-width: auto;
    }
    .ant-table-content{
        overflow: scroll;
    }
}