#button-front {
    border: none;
    width: 100%;
    border-radius: 4px;
    min-height: 56px;
    font-size: 18px;
    line-height: 24px;
    font-weight: 700;
    hyphens: none;
    overflow: hidden;
    padding: 16px 24px;
    transition: box-shadow 0.2s linear, background-color 0.2s ease-in-out;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    margin: 0px 0 12px 0;
    position: relative;
}

.wp-block-cc-gradient-cta-block {
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    margin-top: 16px;
    margin-bottom: 24px;
}

.attention-note {
    font-size: 14px;
    line-height: 20px;
    font-weight: 400;
    padding: 0 5px;
    color: #333333;
}

.attention-note strong {
    font-weight: 700;
}

.text-img {
    display: flex;
    align-items: center;
    line-height: 26px;
    z-index: 2;
}

/* #button-front:hover {
  background-color: var(--hover-background-color) !important;
} */

#button-front svg:not(.button-img) {
    width: 20px;
    height: 20px;
    margin-bottom: -4px;
    margin-left: 10px;
}

.button-img {
    width: 20px;
    height: 20px;
    margin-bottom: -3px !important;
    margin-left: 10px;
}

.button-label {
    margin-right: 7px;
    z-index: 2;
}

@media screen and (max-width: 1140px) {
    #button-front svg:not(.button-img) {
        width: 15px;
        height: 15px;
        margin-bottom: -3px;
        margin-left: 8px;
        z-index: 2;
    }
    .button-img {
        width: 15px;
        height: 15px;
        margin-bottom: -2px !important;
        margin-left: 8px;
        z-index: 2;
    }
    .button-label {
        margin-right: 5px;
        z-index: 2;
    }
}