.fsm-free-shipping-message {
    font-size: 18px;
    font-weight: 600;
    color: #fff;
    background-color: #ff6a00;
    padding: 15px 25px;
    margin-top: 20px;
    border-radius: 5px;
    text-align: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease-in-out;
}

.fsm-free-shipping-message p {
    margin: 0;
    font-size: 16px;
}

.fsm-free-shipping-message .free-shipping-highlight {
    font-weight: 700;
    color: #fff;
    background-color: #e86d1e;
    padding: 3px 6px;
    border-radius: 3px;
}

.fsm-free-shipping-message .free-shipping-achieved {
    background-color: #2e7d32;
    color: #fff;
    font-weight: 700;
}
