.event-sell:hover {
    text-shadow: 0px 0px 24px #ffffff;
    transition: text-shadow 0.3s ease;
}

.event-sell {
    background: linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
    box-shadow: 0 5px 35px rgba(80, 24, 86, 0.9);
    padding: 15px;
    border-radius: 2px;
    font-family: "Yanone Kaffeesatz", sans-serif;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 20px;
    line-height: 1;
    letter-spacing: 2px;
    text-transform: uppercase;
    color: #ffffff;
    min-width: 200px;
    height: 44px;
    box-sizing: border-box;
    white-space: nowrap;
    border: 0;
    cursor: pointer;
}

.event-sell__is-for-kids {
    background-size: cover;
    background-image: url("buy-button-is-for-kids.svg"),
    linear-gradient(231.6deg, #3d1959 27.89%, #91124d 104.54%);
    background-position: center;
    background-repeat: no-repeat;
}