/* Add `pixonical-mto-btn` to any other button/link to match these buttons. */
.wcmto-button-group {
    display: flex;
    align-items: center;
    flex-wrap: wrap;
    gap: 14px;
}

.pixonical-mto-btn,
.wcmto-button {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 42px;
    min-width: 150px;
    padding: 10px 22px;
    border: 0 !important;
    border-radius: 999px !important;
    background: #e2ac12 !important;
    color: #ffffff !important;
    font: inherit;
    font-size: 14px;
    font-weight: 500;
    line-height: 1;
    letter-spacing: 0;
    cursor: pointer;
    text-decoration: none !important;
    box-shadow: none !important;
    transition: background-color .2s ease, transform .15s ease;
    width: auto;
    box-sizing: border-box;
}

.pixonical-mto-btn:hover,
.pixonical-mto-btn:focus,
.wcmto-button:hover,
.wcmto-button:focus {
    color: #ffffff !important;
    background: #cf9b10 !important;
    transform: translateY(-1px);
    text-decoration: none !important;
}

.pixonical-mto-btn:focus-visible,
.wcmto-button:focus-visible {
    outline: 2px solid rgba(226, 172, 18, 0.35);
    outline-offset: 2px;
}

@media (max-width: 480px) {
    .wcmto-button-group {
        gap: 10px;
    }

    .pixonical-mto-btn,
    .wcmto-button {
        min-width: 140px;
        padding-left: 18px;
        padding-right: 18px;
    }
}
