/* mobile */
.welcome-popup-button {
    border-radius: 25px;
    padding-left: 20px;
    padding-right: 20px;
    font-size: 12px;
}

#closeBtn {
    background-color: lightgrey!important;
    color: black;
}

.img-wrapper {
 display: inline-block;
 padding: 3px;
}

.img-wrapper img {
    width: 40px;
    display: block;
}

.img-wrapper span {
    font-size: 11px;
}

.welcome-popup > .bx-wrapper {
    border-radius: 10px 10px 0 0;
}

.welcome-popup img {
    border-radius: 10px 10px 0 0;
    aspect-ratio: 1;
}

.welcome-popup a {
    justify-content: center;
    display: flex;
}

/* tablet */
@media screen and (min-width: 576px) {
    .welcome-popup-button {
        font-size: 13px;
    }
}

/* pc */
@media screen and (min-width: 858px) {
    .welcome-popup-button {
        font-size: 15px;
    }
}
