/* Admin styles for Limbo Plugin */

.limbo-dashboard,
.limbo-buyer-message,
.limbo-login-message {
    text-align: center;
    margin-top: 20px;
}

.limbo-card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin-top: 30px;
}

.limbo-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 4px;
    padding: 20px;
    margin: 10px;
    width: 250px;
    box-sizing: border-box;
}

.limbo-card h3 {
    margin-top: 0;
}

.limbo-card p {
    color: #6c7781;
}

.limbo-card .button {
    margin-top: 15px;
}
