.coreg-wall-element {
    text-align: center;
}

.coreg-wall-element h3 {
    font-size: 20px;
}

#coreg-wall-header {
    margin-bottom: 40px;
    font-size: 26px;
    text-align: center;
}

.coreg-wall-card {
    margin-bottom: 30px;
    border-bottom: 1px solid #eee;
}

.coreg-wall-card-wrapper {
    margin-bottom: 30px;
}

.coreg-wall-button,
.coreg-wall-element .offer-yes-btn{
    font-size: 18px !important;
    font-family: "Lato", sans-serif !important;
    background: #ff6900 !important;
    margin-bottom: 5px !important;
    padding: 15px 5px !important;
    width: 100% !important;
    color: #FFF !important;
    border: none !important;
    border-radius: 0 !important;
    box-shadow: 0px 1px 7px #ccc !important;
    text-align: center !important;
    max-width: 300px !important;
    margin: auto !important;
    display: block !important;
    margin-bottom: 15px !important;
    border-radius: 10px !important;
}

.coreg-wall-tcpa {
    margin-top: 15px;
    margin-bottom: 20px;
    font-size: 11px;
}

.coreg-wall-skip-button {
    background: #009245;
    margin-top: 15px;
    margin-bottom: 25px;
    width: 250px;
    margin-left: auto;
    margin-right: auto;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-radius: 7px;
    cursor: pointer;
}
.coreg-wall-skip-button img {
    width: 22px;
    margin-right: 12px;
}


/* TODO finish work on this */
.coreg-wall-element-buttons .cq1answers.buttons {
    display: flex ;
    flex-wrap: wrap;
    justify-content: center;
}
.coreg-wall-element-buttons .buttons .cq-next-yes {
    width: 150px !important;
    margin: 0px 15px !important;
    margin-bottom: 15px !important;
    display: flex !important;
    justify-content: center;
    align-items: center;
    padding: 10px !important;
}
.coreg-wall-element-buttons .coreg-wall-offer-skip-button {
    background: none !important;
    color: #555 !important;
    border: none !important;
    box-shadow: none !important;
}

.coreg-wall-skip-floating-button {
    display: none;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 99;
    background-color: #66be8f;
    color: white;
    border: none;
    width: 100%;
    height: 75px;
    font-size: 18px;
    cursor: pointer;
    align-items: center;
    justify-content: space-between;
}

.coreg-wall-skip-floating-button img {
    width: 22px;
    margin-right: 12px;
}


