label .mollie-gateway-icon {
    margin-left: 0.5rem;
}

#woo-ml-subscribe label {
    float: right;
    width: 90%;
    margin-top: -0.3rem;
    margin-bottom: 1.5rem;
}

.ywcn_hide {
    display: none;
}

.ywcn_display {
    padding: 1rem;
    background-color: rgba(255, 255, 255, 0.9);
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 9999999;
    display: flex;
    align-items: center;
    justify-content: center;
}

.ywcn_logo {
    margin-bottom: 1.5rem;
    width: 95%;
}

.ywcn_content {
    max-width: 400px;
    background-color: #ffffff;
    border-radius: 0.5rem;
    padding: 1rem;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
}

.ywcn_button {
    background-color: green;
    color: white;
    border-radius: 0.5rem;
    margin: 1rem auto 1rem auto;
    display: inline-block;
    padding: 0.5rem 2rem;
}

.ywcn_button:hover {
    color: white;
    background-color: darkgreen;
}

.ywcn_hide_modal {
    font-size: 0.9rem;
    color: blue;
    text-decoration: underline;
}