.mlb-mj-wrap {
    max-width: 1100px;
    margin: 20px auto;
    font-family: inherit;
}
.mlb-mj-hero,
.mlb-mj-card {
    background: #ffffff;
    border: 1px solid #e5e7eb;
    border-radius: 14px;
    padding: 20px;
    margin: 0 0 18px;
    box-shadow: 0 8px 24px rgba(15, 23, 42, 0.05);
}
.mlb-mj-hero {
    background: linear-gradient(135deg, #f8fafc, #eef2ff);
}
.mlb-mj-grid {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 16px;
    margin-bottom: 18px;
}
.mlb-mj-stat {
    font-size: 30px;
    font-weight: 800;
    margin: 8px 0 0;
}
.mlb-mj-form label {
    display: block;
    font-weight: 700;
    margin: 14px 0 6px;
}
.mlb-mj-form input,
.mlb-mj-form select,
.mlb-mj-form textarea {
    width: 100%;
    max-width: 100%;
    border: 1px solid #cbd5e1;
    border-radius: 10px;
    padding: 10px 12px;
    background: #fff;
}
.mlb-mj-form small {
    display: block;
    color: #64748b;
    margin-top: 6px;
}
.mlb-mj-two {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 14px;
}
.mlb-mj-btn,
.mlb-mj-small-btn {
    display: inline-block;
    background: #2563eb;
    color: #fff !important;
    border: 0;
    border-radius: 10px;
    padding: 10px 16px;
    font-weight: 700;
    text-decoration: none !important;
    cursor: pointer;
    margin-top: 14px;
}
.mlb-mj-btn:hover,
.mlb-mj-small-btn:hover {
    opacity: 0.92;
}
.mlb-mj-btn-light {
    background: #e2e8f0;
    color: #0f172a !important;
}
.mlb-mj-small-btn {
    padding: 7px 10px;
    font-size: 13px;
    margin-top: 0;
}
.mlb-mj-danger {
    background: #dc2626;
}
.mlb-mj-table-wrap {
    overflow-x: auto;
}
.mlb-mj-table {
    width: 100%;
    border-collapse: collapse;
}
.mlb-mj-table th,
.mlb-mj-table td {
    text-align: left;
    border-bottom: 1px solid #e5e7eb;
    padding: 10px;
    vertical-align: top;
}
.mlb-mj-table th {
    background: #f8fafc;
    font-weight: 800;
}
.mlb-mj-badge {
    display: inline-block;
    background: #f1f5f9;
    color: #0f172a;
    border-radius: 999px;
    padding: 4px 9px;
    font-size: 12px;
    font-weight: 700;
}
.mlb-mj-notice {
    border-radius: 12px;
    padding: 12px 14px;
    margin-bottom: 16px;
    font-weight: 700;
}
.mlb-mj-success {
    background: #dcfce7;
    color: #166534;
    border: 1px solid #86efac;
}
.mlb-mj-error {
    background: #fee2e2;
    color: #991b1b;
    border: 1px solid #fecaca;
}
.mlb-mj-inline-form {
    min-width: 300px;
}
@media (max-width: 800px) {
    .mlb-mj-grid,
    .mlb-mj-two {
        grid-template-columns: 1fr;
    }
}
.mlb-mj-auth-card {
    max-width: 620px;
    margin-left: auto;
    margin-right: auto;
}
.mlb-mj-muted {
    color: #64748b;
    font-size: 14px;
}
.mlb-mj-check {
    display: flex !important;
    align-items: center;
    gap: 8px;
    font-weight: 600 !important;
}
.mlb-mj-check input[type="checkbox"] {
    width: auto;
}
#mlb-mj-paypal-buttons {
    min-height: 46px;
}
