.mbbm-portal {
    border: 1px solid #ddd;
    border-radius: 8px;
    padding: 16px;
    background: #fff;
}

.mbbm-portal table {
    width: 100%;
    border-collapse: collapse;
    margin-top: 12px;
}

.mbbm-portal th, .mbbm-portal td {
    border: 1px solid #ddd;
    padding: 8px;
}

.mbbm-portal-cards {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.mbbm-portal-card {
    border: 1px solid #e6e6e6;
    border-left: 4px solid #0a7e8c;
    border-radius: 6px;
    padding: 10px;
    display: flex;
    flex-direction: column;
}

.mbbm-portal-card span {
    font-size: 1.2rem;
    margin-top: 4px;
}

.mbbm-portal-actions {
    margin: 12px 0;
    display: flex;
    gap: 8px;
}

.mbbm-btn {
    background: #0a7e8c;
    color: #fff;
    padding: 8px 12px;
    border-radius: 6px;
    text-decoration: none;
    display: inline-block;
}

.mbbm-btn:hover {
    opacity: 0.92;
    color: #fff;
}

.mbbm-calc-grid {
    display: grid;
    gap: 10px;
    grid-template-columns: repeat(auto-fit, minmax(160px, 1fr));
}

.mbbm-calc-grid label {
    display: flex;
    flex-direction: column;
    gap: 4px;
}

.mbbm-calc-grid input {
    width: 100%;
}

.mbbm-cta {
    margin-top: 12px;
    font-weight: 600;
}
