.mc-modal {
    position: fixed;
    inset: 0;
    display: none;
    place-items: center;
    background: rgba(0,0,0,.55);
    z-index: 9999
}

.mc-card {
    background: #fff;
    padding: 16px;
    border-radius: 12px;
    max-width: 520px;
    width: 92%;
    box-shadow: 0 10px 30px rgba(0,0,0,.25)
}

.mc-banner {
    position: fixed;
    left: 0;
    right: 0;
    bottom: 0;
    background: #111;
    color: #fff;
    padding: 12px;
    display: none;
    z-index: 9998
}

.mc-flex {
    display: flex;
    gap: 8px;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap
}

.mc-btn {
    border: 0;
    border-radius: 8px;
    padding: 8px 12px;
    cursor: pointer
}

    .mc-btn.p {
        background: #111;
        color: #fff
    }

    .mc-btn.s {
        background: #eee
    }

.mc-small {
    font-size: 12px;
    color: #666
}

.mc-link {
    color: #7fd3ff;
    text-decoration: underline
}
