
#inno-free-shipping-note {
    margin: 0 0 14px;
    padding: 12px 14px;
    border: 1px solid #f4b13d;
    border-radius: 6px;
    background: #fff7e6;
    color: #222;
    font-size: 14px;
    line-height: 1.5;
    text-align: center;
}

#inno-free-shipping-note.unlocked {
    border-color: #1f9d55;
    background: #eefbf3;
    color: #16733f;
}

#inno-free-shipping-note a {
    display: inline-block;
    margin-left: 5px;
    color: #087c36;
    font-weight: 700;
    text-decoration: underline;
}

@media (max-width: 768px) {
    #inno-free-shipping-note {
        font-size: 13px;
        padding: 10px;
    }

    #inno-free-shipping-note a {
        display: block;
        margin: 4px 0 0;
    }
}
