/*
Theme Name: Tag Theme
Author: Invokable GmbH
Version: 1.0.0
*/

.tag-offer-btn {
    background-color: #ff004e !important;
    border-radius: 5px;
    color: #fff;
    max-width: unset;
    text-align: center;
    transition: ease-in-out all 333ms;
    border: 2px solid #ff004e;
    margin: auto auto 0;
}