/*!/wp-content/plugins/custom-editor-button/style.css*/.mvp-btn{display:flex;justify-content:space-between;align-items:center;background:#fff;color:#fff!important;text-decoration:none!important;padding:30px 30px 30px 282px;font-family:Arial,sans-serif;border-radius:4px;cursor:pointer;position:relative;z-index:1;margin-left:calc(-50vw + 50%);width:80%}.mvp-btn:hover{background-color:#000}.mvp-btn:hover .mvp-text,.mvp-btn:hover .mvp-text small{color:#fff!important}.mvp-text{font-weight:700;font-size:28px;line-height:1.3;color:#000;pointer-events:none;display:flex;flex-direction:column;gap:10px}.mvp-text small{display:block;font-weight:400;font-size:18px;color:#000}.mvp-icon{font-size:170px;font-weight:700;color:#fff0;-webkit-text-stroke:2px #f25000;line-height:1;margin-left:20px;pointer-events:none}.mvp-btn:hover .mvp-icon{-webkit-text-stroke:2px #f25000}@media screen and (max-width:800px){.mvp-btn{padding:20px;margin-left:calc(0);width:100%;margin:0}}