.ips-rental-pricing {
    padding : 10px;
}

.ips-rental-pricing h6 {
    font-weight: 600;
    line-height: 1.2;
    margin: 0;
    color: #16623f;
    position: relative;
    padding-bottom: 0.35rem;
}

.ips-rental-pricing h6:after {
    content: "";
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 3px;
    background: linear-gradient(90deg, #16623f, #1d784c);
    border-radius: 3px;
}

.ips-rental-pricing-table {
    width: 100%;
}

.ips-rental-pricing-table thead th {
    background-color: #16623f;
    color: #ffffff;
}

.ips-rental-pricing-table th,
.ips-rental-pricing-table td {
    border: 1px solid #dee2e6;
    padding: 0.4rem;
    text-align: center;
}

.ips-rental-pricing-table th {
    background-color: #f8f9fa;
    font-weight: 600;
    border-bottom: none;
}