.mlft-calculator-widget {

    background:#ffffff;
    border:1px solid #e5e7eb;
    border-radius:12px;
    padding:20px;
    box-shadow:0 4px 12px rgba(0,0,0,.08);

}


.mlft-calculator-widget h3 {

    margin-top:0;
    font-size:22px;
    font-weight:700;

}


.mlft-calculator-widget p {

    color:#f97316;
    font-size:14px;
    font-weight:600;
    margin-bottom:18px;

}


.mlft-calculator-widget ul {

    list-style:none;
    padding:0;
    margin:0;

}


.mlft-calculator-widget li {

    margin-bottom:12px;

}


.mlft-calculator-widget a {

    display:block;
    padding:12px 14px;
    background:#f8fafc;
    border-radius:8px;
    text-decoration:none;
    color:#1f2937;
    font-weight:600;
    transition:.2s;

}


.mlft-calculator-widget a:hover {

    background:#f97316;
    color:#ffffff;

}

.mlft-widget-description {
    color:#ff751f;
    font-size:14px;
    font-weight:400 !important;
    text-align:center;
}

.mlft-calculator-widget a {

    display:block;
    padding:12px 14px;
    background:#f8fafc;
    border-radius:8px;
    text-decoration:none;
    color:#1f2937 !important;
    font-weight:600;
    transition:.2s;

}


.mlft-calculator-widget a:hover {

    background:#f97316;
    color:#ffffff !important;

}