<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";


button.disclosure__close {
    width: 15px;
    height: 15px;
    border-radius: 50%;
    border: 1px solid #fff;
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    right: 12px;
    top: 12px;
}


.card__each {
    align-items: center;
}

.card__cta&gt;a {
    border-radius: 4px;
}

.visitor__board {
    margin-bottom: 24px;
}


/* ==============================
-------- Media Queries --------
 ============================== */
@media (min-width: 1440px) {
    .longcard__wrapper .card__cta {
        padding-left: 4px !important;
    }
}
@media (max-width: 768px) {
    .card__each {
        align-items: flex-start;
    }

    .card__cta {
        flex-direction: column;
    }

    .rating__hoverbox {
        left: -200px;
    }
}

@media (min-width: 768px) {
    div.qrcode-wrapper {
        max-width: 100%;
    }
}</pre></body></html>