/* Theme-independent controls rendered by the plugin in WooCommerce views. */
a.toe-open-editor-btn.button {
    appearance: none !important;
    display: inline-flex !important;
    align-items: center;
    justify-content: center;
    box-sizing: border-box;
    min-height: 36px;
    margin: 0;
    padding: 0.618em 1em !important;
    border: 0 !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font: inherit;
    font-weight: 700;
    line-height: 1 !important;
    text-align: center;
    text-decoration: none !important;
    text-shadow: none !important;
    cursor: pointer;
}

a.toe-open-editor-btn.button:hover,
a.toe-open-editor-btn.button:focus-visible {
    text-decoration: none !important;
}

a.toe-open-editor-btn.button:focus-visible {
    outline: 2px solid #2271b1;
    outline-offset: 2px;
}
