/* Instacart */

.wprm-recipe-shop-instacart-loading {
    opacity: 0.5;
    cursor: wait;
}

// Font face moved to instacart-font.css for conditional loading

.wprm-recipe-shop-instacart {
    display: inline-flex;
    align-items: center;

    height: 46px;
    padding: 0 18px;
    border: 1px solid #003D29;
    border-radius: 23px;

    cursor: pointer;

    font-size: 14px;
    font-family: Instacart, system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

    &.wprm-recipe-shop-instacart-dark {
        background-color: #003D29;
        color: #FAF1E5;
    }
    &.wprm-recipe-shop-instacart-light {
        background-color: #FAF1E5;
        color: #003D29;
        border-color: #EFE9E1;
    }
    &.wprm-recipe-shop-instacart-white {
        background-color: #FFFFFF;
        color: #000000;
        border-color: #E8E9EB;
    }

    & > img {
        height: 22px !important;
        width: auto !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    & > span {
        margin-left: 10px;
    }
}