
/***********************/
/*  Eastern Promotion  */
/***********************/

#wppfm-easter-promotion-container {
    display: grid;
    grid-template-columns: auto auto;
    margin: auto;
    padding: 5px;
    width: 1000px;
}

#wppfm-easter-promotion-image {
    grid-row: 1 / 3;
    text-align: center;
}

#wppfm-easter-promotion-message h1 {
    font-weight: bold;
}

#wppfm-easter-promotion-message p {
    font-size: 1.2em;
    font-weight: 500;
    margin: 0;
    padding: 1px;
}

.wppfm-discount-button {
    border: none;
    border-radius: 16px;
    box-shadow: none;
    color: white;
    display: inline-block;
    font-weight: 700;
    font-size: 1.13em;
    margin: 10px 30px 10px 0;
    padding: 7px;
    text-align: center;
    text-decoration: none;
    width: 220px;
}
.wppfm-discount-button:focus,
.wppfm-discount-button:hover {
    border: none;
    box-shadow: none;
    color: white;
    outline: none;
    transition: all 0.2s ease-in-out;
    transition-property: background;
}

#wppfm-go-for-the-deal {
    background-color: green;
}

#wppfm-easter-promotion-call-to-action {
    margin-top: 15px;
}

#wppfm-go-for-the-deal:focus,
#wppfm-go-for-the-deal:hover {
    background-color: darkgreen;
}

#wppfm-dismiss-easter-promotion {
    background-color: red;
}

#wppfm-dismiss-easter-promotion:focus,
#wppfm-dismiss-easter-promotion:hover {
    background-color: darkred;
}