.sc-head {
    background: #00A94F !important;
}
.bg-light-green {
    background: rgba(0, 169, 79, 0.05);
    padding: 16px;
    border-radius: 8px;
    margin-top: 8px;
}
.bg-light-green p {
    margin-bottom: 0;
}
.bg-light-green img {
    height: auto;
    width: 100% !important;
    margin-top: 4px !important;
    margin-bottom: 4px !important;
}
.bg-light-blue {
    background: #F0FAF7;
}
.bg-dark-green {
    background: #008661 !important;
    color: #FFFFFF;
}
.bg-light-gray {
    background: #FAFAFA !important;
}
.text-left {
    text-align: left !important;
}
.mb-32 {
    margin-bottom: 32px !important;
}
.icw .sc-graph ul li {
    line-height: 24px;
}
.show-mb {
    display: none !important;
}
.hide-mb {
    display: block !important;
}
.sc-share {
    margin-top: 40px;
    padding-left: 0 !important;
    padding-right: 0 !important;
}
.sc-share .container {
    padding: 0 !important;
}
/* Tab Navigation */
.tab-navigation {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 10px;
    margin-bottom: 30px;
}

.tab-btn {
    padding: 8px 24px !important;
    border: 1px solid #999999 !important;
    border-radius: 8px !important;
    background: white !important;
    color: #333333 !important;
    font-size: 16px !important;
    font-weight: 600 !important;
    line-height: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
}

.tab-btn:hover {
    background: rgba(102, 203, 149, 0.12) !important;
    color: #00A94F !important;
}

.tab-btn.active {
    background: rgba(102, 203, 149, 0.12) !important;
    color: #00A94F !important;
    border: 1px solid #00A94F !important;
}

.tab-content {
    display: none;
}

.tab-content.active {
    display: block;
}

.point-table thead tr th,
.point-table tbody tr td {
    padding: 16px 24px;
}

.icw .sc-graph ul {
    padding-left: 24px !important;
}
.point-table ul li {
    list-style: initial !important;
}

.va-top {
    vertical-align: top !important;
}

.sc-graph img {
    width: 120px;
    margin: 0 auto;
    background: none;
    border: none;
}
.headline-img {
    display: flex;
    width: 100% !important;
    justify-content: center;
    align-items: center;
}
.headline-img div {
    display: flex;
    align-items: center;
}
.headline-img img {
    margin: 0;
    width: 65px;
    margin-left: 12px;
    border-radius: unset;
}
.sc-condition small {
    color: #333333;
}
.logo-table-w45 {
    width: 45px !important;
}
/* .icon-or {
    width: 23px !important;
    height: 23px;
}

.or-divider {
    display: flex;
    align-items: center;
    margin: 20px 0;
}

.or-divider::before,
.or-divider::after {
    content: '';
    flex: 1;
    height: 1px;
    background: repeating-linear-gradient(
        to right,
        #00A94F,
        #00A94F 8px,
        transparent 15px,
        transparent 15px
    );
} */

/* .or-text {
    padding: 0 15px;
    color: #FFFFFF;
    font-weight: 600;
    font-size: 14px;
    background: linear-gradient(103.44deg, #167B45 0%, #0C5D4F 100%);
    border-radius: 50%;
    padding: 5px 20px;
} */

/* Mobile */
@media (max-width: 767px) {
    .tab-navigation {
        /* flex-direction: column; */
        align-items: flex-start;
        justify-content: left;
    }
    
    .tab-btn {
        width: fit-content;
        text-align: center;
    }
    .show-mb {
        display: block !important;
    }
    .hide-mb {
        display: none !important;
    }
    .sc-share {
        margin-top: 0;
    }
    .custom-width {
        min-width: unset !important;
    }
    .point-table thead tr th, 
    .point-table tbody tr td {
        padding: 8px 16px !important;
    }
    .custom-width .point-table {
        width: fit-content;
    }
    .bg-light-green p {
        font-size: 13px;
        line-height: 20px;
    }
    .text-left-mb {
        text-align: left !important;
    }
    .sc-condition small {
        font-size: 16px !important;
    }
}